mohammedaly22
commited on
Commit
•
c400dde
1
Parent(s):
4c4ce4b
Update README.md
Browse files
README.md
CHANGED
@@ -96,7 +96,7 @@ def prepare_instruction(answer_highlighted_context):
|
|
96 |
```Python
|
97 |
from transformers import pipeline
|
98 |
|
99 |
-
pipe = pipeline('text2text-generation', model='
|
100 |
|
101 |
context = """During the 2011–12 season, he set the La Liga and European records\
|
102 |
for most goals scored in a single season, while establishing himself as Barcelona's\
|
|
|
96 |
```Python
|
97 |
from transformers import pipeline
|
98 |
|
99 |
+
pipe = pipeline('text2text-generation', model='mohammedaly22/t5-small-squad-qg-v2')
|
100 |
|
101 |
context = """During the 2011–12 season, he set the La Liga and European records\
|
102 |
for most goals scored in a single season, while establishing himself as Barcelona's\
|