Add paper's link to link the model to the paper on Daily Papers page.

#1
by AdinaY HF staff - opened
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
  ```