yosuaw commited on
Commit
ab43975
·
1 Parent(s): c652651

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -28,7 +28,7 @@ text = "Python is an interpreted, high-level, general-purpose programming langua
28
  and first released in 1991, Python's design philosophy emphasizes code \
29
  readability with its notable use of significant whitespace."
30
 
31
- nlp = pipeline("e2e-qg", model="valhalla/t5-base-e2e-qg")
32
  nlp(text)
33
  => [
34
  'Who created Python?',
 
28
  and first released in 1991, Python's design philosophy emphasizes code \
29
  readability with its notable use of significant whitespace."
30
 
31
+ nlp = pipeline("text2text-generation", model="valhalla/t5-base-e2e-qg")
32
  nlp(text)
33
  => [
34
  'Who created Python?',