Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
PhantHive
/
bigbrain
like
0
Text Generation
Transformers
Safetensors
llama
text-generation-inference
Inference Endpoints
8-bit precision
bitsandbytes
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
main
bigbrain
/
app.py
PhantHive
Update app.py
e16e02a
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
137 Bytes
# Use a pipeline as a high-level helper
from
transformers
import
pipeline
pipe = pipeline(
"text-generation"
, model=
"PhantHive/bigbrain"
)