Update README.md
Browse files
README.md
CHANGED
@@ -40,7 +40,7 @@ BART LARGE Model fine-tuned on English question generation dataset (SQuAD) with
|
|
40 |
```python
|
41 |
from transformers import pipeline
|
42 |
|
43 |
-
model_path = 'asahi417/lmqg-
|
44 |
pipe = pipeline("text2text-generation", model_path)
|
45 |
|
46 |
paragraph = 'Beyonce further expanded her acting career, starring as blues singer Etta James in the 2008 musical biopic, Cadillac Records.'
|
|
|
40 |
```python
|
41 |
from transformers import pipeline
|
42 |
|
43 |
+
model_path = 'asahi417/lmqg-bart-large-squad'
|
44 |
pipe = pipeline("text2text-generation", model_path)
|
45 |
|
46 |
paragraph = 'Beyonce further expanded her acting career, starring as blues singer Etta James in the 2008 musical biopic, Cadillac Records.'
|