Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ widget:
|
|
10 |
|
11 |
---
|
12 |
|
13 |
-
#
|
14 |
|
15 |
This is a paraphrasing model for the Persian language. It is based on [the monolingual T5 model for Persian.](https://huggingface.co/Ahmad/parsT5-base)
|
16 |
|
@@ -46,4 +46,4 @@ paraphrase(text)
|
|
46 |
```
|
47 |
|
48 |
## Training data
|
49 |
-
This model was trained on the Persian subset of the [Tapaco dataset](https://huggingface.co/datasets/tapaco).
|
|
|
10 |
|
11 |
---
|
12 |
|
13 |
+
# Persian-t5-paraphraser
|
14 |
|
15 |
This is a paraphrasing model for the Persian language. It is based on [the monolingual T5 model for Persian.](https://huggingface.co/Ahmad/parsT5-base)
|
16 |
|
|
|
46 |
```
|
47 |
|
48 |
## Training data
|
49 |
+
This model was trained on the Persian subset of the [Tapaco dataset](https://huggingface.co/datasets/tapaco). It should be noted that this model was trained on a very small dataset and therefore the performance might not be as expected, for now.
|