Text Classification
PEFT
Safetensors
Spanish
document-classification
lora
llama
sedici
unlp
universidad-nacional-de-la-plata
Instructions to use malekcamilo/sedici-llama-lora-r128-all with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use malekcamilo/sedici-llama-lora-r128-all with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3.1-8B-Instruct") model = PeftModel.from_pretrained(base_model, "malekcamilo/sedici-llama-lora-r128-all") - Notebooks
- Google Colab
- Kaggle