mitsu-koh commited on
Commit
04ee0f0
1 Parent(s): e035075

fix sample code

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