Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
imthanhlv
/
t5vi
like
1
Text2Text Generation
Transformers
JAX
TensorBoard
t5
Inference Endpoints
Model card
Files
Files and versions
Metrics
Training metrics
Community
Train
Deploy
Use this model
main
t5vi
/
create_config.py
imthanhlv
Saving weights and logs of step 10000
94b5353
about 3 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
140 Bytes
from
transformers
import
T5Config
config = T5Config.from_pretrained(
"google/t5-v1_1-base"
, vocab_size=
32_000
)
config.save_pretrained(
"./"
)