Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
madansa7
/
Tetxo
like
0
Model card
Files
Files and versions
Community
main
Tetxo
/
app
madansa7
Create app
9b573bb
verified
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
143 Bytes
# Use a pipeline as a high-level helper
from
transformers import pipeline
pipe = pipeline(
"text-generation"
,
model
=
"JetBrains/Mellum-4b-base"
)