Text Classification
PEFT
PyTorch
Safetensors
English
regression
story-point-estimation
software-engineering
Eval Results (legacy)
Instructions to use DEVCamiloSepulveda/7-LLAMA3SP-mule with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use DEVCamiloSepulveda/7-LLAMA3SP-mule with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("meta-llama/Llama-3.2-1B") model = PeftModel.from_pretrained(base_model, "DEVCamiloSepulveda/7-LLAMA3SP-mule") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
fb01ea5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:32f89aa4137182695ef5888502f00abc52159994fdb34f46e36fb196491ea193
size 1560270490
|