cdh commited on
Commit
15a8676
1 Parent(s): b15a64c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -50,7 +50,7 @@ with torch.no_grad():
50
  output_scores=True,
51
  )
52
 
53
- for i in range(len(gen_outputs)):
54
- output = tokenizer.decode(gen_outputs[i], skip_special_tokens=True)
55
- print(output)
56
  ```
 
50
  output_scores=True,
51
  )
52
 
53
+ for i in range(len(gen_outputs)):
54
+ output = tokenizer.decode(gen_outputs[i], skip_special_tokens=True)
55
+ print(output)
56
  ```