Text Generation
PEFT
Safetensors
English
relation-extraction
information-extraction
literary-nlp
qlora
lora
llama
nlp
conversational
Instructions to use Despina/Llama-3.2-3B-Instruct-re_mixtune-2-shot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Despina/Llama-3.2-3B-Instruct-re_mixtune-2-shot with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-3B-Instruct") model = PeftModel.from_pretrained(base_model, "Despina/Llama-3.2-3B-Instruct-re_mixtune-2-shot") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
99369f1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6988ec21bc53592a264d895ddb038031fbac489bdc9762e932a2f24d9154ebae
size 389074464
|