Qatar Project
Collection
5 items • Updated
How to use Machlovi/Llama3_MegaHateCatplus with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Machlovi/Llama3_MegaHateCatplus", device_map="auto")This llama model was trained 2x faster with Unsloth and Huggingface's TRL library.
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Machlovi/Llama3_MegaHateCatplus", device_map="auto")