asahi417 commited on
Commit
eb9b0d2
1 Parent(s): e940192

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-t5-small-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.'
 
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.'