erfan226 commited on
Commit
ebc4885
1 Parent(s): 13c4775

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -4
README.md CHANGED
@@ -1,8 +1,16 @@
1
- erfan226/persian-t5-paraphraser
 
 
 
 
 
 
2
 
3
- 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)
4
 
5
- # Usage
 
 
6
 
7
  ```python
8
 
@@ -33,5 +41,5 @@ paraphrase(text)
33
 
34
  ```
35
 
36
- # Training data
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).