Commit ·
e55b938
1
Parent(s): ef8d623
Update README.md
Browse files
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
|
| 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
|