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