Text Classification
PEFT
PyTorch
Safetensors
English
regression
story-point-estimation
software-engineering
Eval Results (legacy)
Instructions to use DEVCamiloSepulveda/00-LLAMA3SP-appceleratorstudio-titanium with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use DEVCamiloSepulveda/00-LLAMA3SP-appceleratorstudio-titanium 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/00-LLAMA3SP-appceleratorstudio-titanium") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
64e15aa | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:175df0c750f65329008bd3a9a323509ac2c1e5310c6bc64d7865f007bee055a5
size 1560270490
|