mlabonne/FineTome-100k
Viewer • Updated • 100k • 20.1k • 277
How to use codewithdark/llama-3.2-R with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("codewithdark/llama-3.2-R", device_map="auto")This llama model was trained 2x faster with Unsloth and Huggingface's TRL library.