Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
flax-community
/
t5-base-dutch
like
4
Follow
Flax Community
318
Text2Text Generation
Transformers
PyTorch
google-tensorflow
TensorFlow
JAX
TensorBoard
yhavinga/mc4_nl_cleaned
t5
seq2seq
lm-head
text-generation-inference
License:
apache-2.0
Model card
Files
Files and versions
Metrics
Training metrics
Community
Train
Deploy
Use this model
b037791
t5-base-dutch
/
create_config.py
yhavinga
Add config, tokenizer and training script
fdc4101
over 3 years ago
raw
Copy download link
history
blame
Safe
148 Bytes
from
transformers
import
T5Config
model_dir =
"./"
# ${MODEL_DIR}
config = T5Config.from_pretrained(
"t5-base"
)
config.save_pretrained(model_dir)