ProjectZ Experiments
Collection
Models trained while at eGain • 21 items • Updated
How to use chreh/bend_llama with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("chreh/bend_llama", device_map="auto")This llama model was trained 2x faster with Unsloth and Huggingface's TRL library.
Base model
unsloth/llama-3-8b-Instruct-bnb-4bit
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("chreh/bend_llama", device_map="auto")