All Questions
1 question
1
vote
0
answers
199
views
Why run_t5_mlm_flax.py does not produces model weight file etc?
I was trying to reproduce this Hugging Face tutorial on T5-like span masked-language-modeling.
I have the following code tokenizing_and_configing.py:
import datasets
from t5_tokenizer_model import ...