Commit
·
4269d7e
1
Parent(s):
3d114da
Update README.md
Browse files
README.md
CHANGED
|
@@ -58,4 +58,9 @@ You can use the `transformers` library to load and utilize the T5-Reverse (T5R)
|
|
| 58 |
>>> print(res)
|
| 59 |
|
| 60 |
[{'generated_text': 'Instruction: Generate three recommendations for a healthy diet.'}]
|
| 61 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
>>> print(res)
|
| 59 |
|
| 60 |
[{'generated_text': 'Instruction: Generate three recommendations for a healthy diet.'}]
|
| 61 |
+
```
|
| 62 |
+
|
| 63 |
+
|
| 64 |
+
## Citation
|
| 65 |
+
|
| 66 |
+
If you find this model/approach useful, make a link to the huggingface model.
|