Kyrmasch commited on
Commit
f95f8ee
1 Parent(s): c9d5772

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,6 +10,6 @@ tags:
10
  pipeline_tag: text2text-generation
11
  ---
12
 
13
- This model trains [T5-V1_1-base](https://huggingface.co/google/t5-v1_1-base) on the Qazaq dataset of [Oscar-mini](https://huggingface.co/datasets/nthngdy/oscar-mini). Note that the original configuration is slightly change (dropout is set to 0).
14
 
15
  The official [run_t5_mlm_flax.py](https://github.com/huggingface/transformers/blob/master/examples/flax/language-modeling/run_t5_mlm_flax.py) is copied into the repository and is run using the hyperparameters as defined in *run_t5.sh*.
 
10
  pipeline_tag: text2text-generation
11
  ---
12
 
13
+ This model trains [T5-V1_1-base](https://huggingface.co/google/t5-v1_1-base) on the Qazaq dataset of [Oscar](https://huggingface.co/datasets/nthngdy/oscar). Note that the original configuration is slightly change (dropout is set to 0).
14
 
15
  The official [run_t5_mlm_flax.py](https://github.com/huggingface/transformers/blob/master/examples/flax/language-modeling/run_t5_mlm_flax.py) is copied into the repository and is run using the hyperparameters as defined in *run_t5.sh*.