Downloads · 30 days
0
louishunter/test
test is a machine learning model from louishunter. Use it for the machine learning task on the model card, and read the license before you ship it in a product.
Downloads · 30 days
0
Access
Public
Updated Dec 10, 2024
Repo size
—
Likes
0
Public
Click a slice to open those files.
Other1.5 KB · 89%
From the Hugging Face model README
from transformers import pipeline
messages = [ {"role": "user", "content": "Who are you?"}, ] pipe = pipeline("text-generation", model="meta-llama/Llama-3.3-70B-Instruct") pipe(messages)