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