savasy commited on
Commit
a32cbb4
1 Parent(s): 2840794

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -1,4 +1,6 @@
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()
 
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()