Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
SE6446
/
Tiny-llamix_2x1B
like
0
Text Generation
Transformers
Safetensors
mixtral
Mixture of Experts
nlp
conversational
text-generation-inference
Inference Endpoints
License:
mit
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
SE6446
commited on
Jan 11
Commit
1bc2238
•
1 Parent(s):
8beb36c
Update README.md
Browse files
Files changed (1)
hide
show
README.md
+0
-1
README.md
CHANGED
Viewed
@@ -61,4 +61,3 @@ outputs = model.generate(**inputs, max_length=200)
61
text = tokenizer.batch_decode(outputs)[0]
62
print(text)
63
```
64
-
## Performance (coming soon!)
61
text = tokenizer.batch_decode(outputs)[0]
62
print(text)
63
```