Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,16 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
-
|
4 |
|
5 |
-
|
|
|
|
|
6 |
|
7 |
```python
|
8 |
|
@@ -33,5 +41,5 @@ paraphrase(text)
|
|
33 |
|
34 |
```
|
35 |
|
36 |
-
|
37 |
This model was trained on the Persian subset of the [Tapaco dataset](https://huggingface.co/datasets/tapaco).
|
|
|
1 |
+
---
|
2 |
+
language: fa
|
3 |
+
tags:
|
4 |
+
- paraphrasing
|
5 |
+
datasets:
|
6 |
+
- tapaco
|
7 |
+
---
|
8 |
|
9 |
+
# persian-t5-paraphraser
|
10 |
|
11 |
+
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)
|
12 |
+
|
13 |
+
## Usage
|
14 |
|
15 |
```python
|
16 |
|
|
|
41 |
|
42 |
```
|
43 |
|
44 |
+
## Training data
|
45 |
This model was trained on the Persian subset of the [Tapaco dataset](https://huggingface.co/datasets/tapaco).
|