timdettmers/openassistant-guanaco
Viewer • Updated • 10.4k • 7.21k • 441
How to use eduardo-alvarez/Llama3-8B-Guanaco_Gaudi with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("eduardo-alvarez/Llama3-8B-Guanaco_Gaudi", dtype="auto")This model was fine-tuned from meta-llama/Meta-Llama-3-8B-Instruct on the timdettmers/openassistant-guanaco dataset.
This model was developed as part of experimenting on Intel Gaudi Accelerators. The model was trained using the example notebook on https://github.com/huggingface/optimum-habana/tree/main/examples/language-modeling.