erfan226 commited on
Commit
fe82a33
1 Parent(s): 133eb72

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -13,10 +13,11 @@ widget:
13
 
14
  This is a formality style transfer model for the Persian language to convert colloquial text into a formal one. It is based on [the monolingual T5 model for Persian.](https://huggingface.co/Ahmad/parsT5-base) and [Persian T5 paraphraser](https://huggingface.co/erfan226/persian-t5-paraphraser)
15
 
 
 
16
  ## Usage
17
 
18
  ```python
19
-
20
  >>> pip install transformers
21
  >>> from transformers import (T5ForConditionalGeneration, AutoTokenizer, pipeline)
22
  >>> import torch
 
13
 
14
  This is a formality style transfer model for the Persian language to convert colloquial text into a formal one. It is based on [the monolingual T5 model for Persian.](https://huggingface.co/Ahmad/parsT5-base) and [Persian T5 paraphraser](https://huggingface.co/erfan226/persian-t5-paraphraser)
15
 
16
+ Note: This model is still in development and therefore its outputs might not be very good. However, you can experiment with different values for the decoder to get better results. For more info check this [link.](https://huggingface.co/blog/how-to-generate)
17
+
18
  ## Usage
19
 
20
  ```python
 
21
  >>> pip install transformers
22
  >>> from transformers import (T5ForConditionalGeneration, AutoTokenizer, pipeline)
23
  >>> import torch