# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained("appvoid/arco-interpreter-v1")
model = AutoModelForCausalLM.from_pretrained("appvoid/arco-interpreter-v1")Quick Links
r 64 50% of dataset 1 epoch
Uploaded model
- Developed by: appvoid
- License: apache-2.0
- Finetuned from model : appvoid/arco
This llama model was trained 2x faster with Unsloth and Huggingface's TRL library.
- Downloads last month
- 6

# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="appvoid/arco-interpreter-v1")