Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
robertmyers
/
bpt-30b
like
0
Feature Extraction
Transformers
PyTorch
opt
text-generation-inference
Inference Endpoints
License:
gpl
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
d2bef5f
bpt-30b
/
convert.py
rob
v0.3
d2bef5f
about 2 years ago
raw
Copy download link
history
blame
Safe
127 Bytes
from
transformers
import
AutoModel
model = AutoModel.from_pretrained(
"./"
)
model.save_pretrained(
'./'
, max_shard_size=
"5GB"
)