paragon-analytics commited on
Commit
e55b938
·
1 Parent(s): ef8d623

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -4,7 +4,7 @@ license: "mit"
4
 
5
  This model takes text as input and returns the top five paraphrased versions of the input text. The T5 model is fine-tuned using persuasive ad transcripts.
6
 
7
- Example classification:
8
 
9
  ```python
10
  import torch
 
4
 
5
  This model takes text as input and returns the top five paraphrased versions of the input text. The T5 model is fine-tuned using persuasive ad transcripts.
6
 
7
+ Example usage:
8
 
9
  ```python
10
  import torch