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
File size: 135 Bytes
30ce5c2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b5196723ca979b9a1c611e064a598d74861d9b12a5fe893fad60a84afbed9396
size 1342238560
|