Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yonikremer
/
grouped-sampling-demo
like
2
Paused
App
Files
Files
Community
6
Fetching metadata from the HF Docker repository...
0809eee
grouped-sampling-demo
/
available_models.py
yonikremer
limited the choice of models to just 2
6e4f775
almost 2 years ago
raw
Copy download link
history
blame
Safe
88 Bytes
AVAILABLE_MODELS = (
"facebook/opt-iml-max-1.3b"
,
"facebook/opt-iml-max-30b"
,
)