mbien/recipe_nlg
Updated • 349 • 51
How to use ID2223JR/recipe_model with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("ID2223JR/recipe_model", 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("ID2223JR/recipe_model", device_map="auto")