Commit
·
3d114da
1
Parent(s):
3e48fc2
Update README.md
Browse files
README.md
CHANGED
@@ -45,11 +45,11 @@ You can use the `transformers` library to load and utilize the T5-Reverse (T5R)
|
|
45 |
|
46 |
>>> # Example instruction and prompt
|
47 |
>>> sample = '''
|
48 |
-
Instruction: X
|
49 |
-
Output: 1- Base your meals on higher fibre starchy carbohydrates. 2- Eat lots of fruit and veg. 3- Eat more fish, including a portion of oily fish.
|
50 |
-
What kind of instruction could this be the answer to?
|
51 |
-
X:
|
52 |
-
'''
|
53 |
|
54 |
>>> # Generate a response using the model
|
55 |
>>> res = inference(sample)
|
|
|
45 |
|
46 |
>>> # Example instruction and prompt
|
47 |
>>> sample = '''
|
48 |
+
>>> Instruction: X
|
49 |
+
>>> Output: 1- Base your meals on higher fibre starchy carbohydrates. 2- Eat lots of fruit and veg. 3- Eat more fish, including a portion of oily fish.
|
50 |
+
>>> What kind of instruction could this be the answer to?
|
51 |
+
>>> X:
|
52 |
+
>>> '''
|
53 |
|
54 |
>>> # Generate a response using the model
|
55 |
>>> res = inference(sample)
|