Update README.md
Browse files
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
|
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*.
|