mitsu-koh commited on
Commit
fbf6e52
1 Parent(s): 6769c26

fix sample code

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -67,7 +67,7 @@ output = pipeline(
67
  max_new_tokens=256,
68
  do_sample=True
69
  )
70
- print(output)
71
  ~~~~
72
 
73
  ---
 
67
  max_new_tokens=256,
68
  do_sample=True
69
  )
70
+ print(output[0]["generated_text"])
71
  ~~~~
72
 
73
  ---