BK-Lee AdinaY HF staff commited on
Commit
6491bb6
1 Parent(s): 37caea9

Add paper's link to link the model to the paper on Daily Papers page. (#1)

Browse files

- Add paper's link to link the model to the paper on Daily Papers page. (ee8f74155d253c4de801595906a96daae48f5f80)


Co-authored-by: Adina Yakefu <[email protected]>

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -74,4 +74,6 @@ with torch.inference_mode():
74
  # Text decoding
75
  decoded_text = tok_meteor.batch_decode(generate_ids, skip_special_tokens=True)[0].split('assistant\n')[-1].split('[U')[0].strip()
76
  print(decoded_text)
 
 
77
  ```
 
74
  # Text decoding
75
  decoded_text = tok_meteor.batch_decode(generate_ids, skip_special_tokens=True)[0].split('assistant\n')[-1].split('[U')[0].strip()
76
  print(decoded_text)
77
+
78
+ # Paper arxiv.org/abs/2405.15574
79
  ```