m0javad commited on
Commit
f646585
1 Parent(s): 086f3c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -1,3 +1,8 @@
 
 
 
 
 
1
  ```python
2
  from datasets import load_dataset
3
  dataset = load_dataset("m0javad/Degarbayan-SC-dataset")
 
1
+ # Degarbayan-SC: A Colloquial Paraphrase Farsi using pre-trained mT5
2
+
3
+ This is the Dataset of [Degarbayan-SC paper](https://ieeexplore.ieee.org/abstract/document/9959983).
4
+ You can Finetune with this dataset on the transformers models using [Github](https://https://github.com/m0javad/Degarbayan-SC).
5
+
6
  ```python
7
  from datasets import load_dataset
8
  dataset = load_dataset("m0javad/Degarbayan-SC-dataset")