PEFT
Safetensors
Spanish
llama
llama-3.3
lora
qlora
conversational
spanish
workplace-safety
violence-prevention
chat
instruction-tuning
Instructions to use juanmvs/neurona with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use juanmvs/neurona with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.3-70B-Instruct") model = PeftModel.from_pretrained(base_model, "juanmvs/neurona") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!