minlik commited on
Commit
70ac5a9
1 Parent(s): fb675bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -45,4 +45,5 @@ with torch.no_grad():
45
  repetition_penalty=1.15
46
  ).cuda()
47
  output = tokenizer.decode(output_ids[0], skip_special_tokens=True)
48
- print(output.replace('text', '').strip())
 
 
45
  repetition_penalty=1.15
46
  ).cuda()
47
  output = tokenizer.decode(output_ids[0], skip_special_tokens=True)
48
+ print(output.replace('text', '').strip())
49
+ ```