PEFT
Safetensors
PyTorch
Spanish
facebook
meta
llama
llama-3
alheli
Alhelí
alhelí
ecuador
legal
legal documents
legal model
legal document generator
document generator
Instructions to use fonles-studios/alheli-docs-experimental-70b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use fonles-studios/alheli-docs-experimental-70b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/llm-downloader-destination/base/fireworks/llama-v3p3-70b-instruct/hf/") model = PeftModel.from_pretrained(base_model, "fonles-studios/alheli-docs-experimental-70b") - Notebooks
- Google Colab
- Kaggle