Deep1994 commited on
Commit
12c15c9
1 Parent(s): db811de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -4,6 +4,9 @@ license: afl-3.0
4
  ## Model description
5
  ​T5 Model for generating paraphrases of english sentences. Trained on the [Quora Paraphrase dataset](https://www.kaggle.com/c/quora-question-pairs).
6
 
 
 
 
7
  ## How to use
8
  ```python
9
  from transformers import T5ForConditionalGeneration, T5Tokenizer
 
4
  ## Model description
5
  ​T5 Model for generating paraphrases of english sentences. Trained on the [Quora Paraphrase dataset](https://www.kaggle.com/c/quora-question-pairs).
6
 
7
+ ## Online demo website
8
+ Click [https://huggingface.co/spaces/Deep1994/t5-paraphrase](https://huggingface.co/spaces/Deep1994/t5-paraphrase) to have a try online.
9
+
10
  ## How to use
11
  ```python
12
  from transformers import T5ForConditionalGeneration, T5Tokenizer