mitsu-koh commited on
Commit
548b64c
·
verified ·
1 Parent(s): 8593c5c

fix sample code

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -82,7 +82,7 @@ output = pipeline(
82
  max_new_tokens=256,
83
  do_sample=True
84
  )
85
- print(output)
86
  ~~~~
87
 
88
  ---
 
82
  max_new_tokens=256,
83
  do_sample=True
84
  )
85
+ print(output[0]["generated_text"])
86
  ~~~~
87
 
88
  ---