Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
This checkpoint is trained with the Turkish part of the MLSUM dataset where google/mt5 PLM is fine-tuned. [SimpleT5](https://github.com/Shivanandroy/simpleT5) library is used to fine-tune. Here is the code snippet for training
|
2 |
|
3 |
```
|
4 |
model = SimpleT5()
|
|
|
1 |
+
This checkpoint is trained with the Turkish part of the [MLSUM dataset](https://huggingface.co/datasets/mlsum) where google/mt5 PLM is fine-tuned. [SimpleT5](https://github.com/Shivanandroy/simpleT5) library is used to fine-tune. Here is the code snippet for training
|
2 |
|
3 |
```
|
4 |
model = SimpleT5()
|