BK-Lee AdinaY HF staff commited on
Commit
d045b42
1 Parent(s): 020c0c2

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. (1f9f48acf57f995f36effe7d58154732364e1dd3)


Co-authored-by: Adina Yakefu <AdinaY@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -74,4 +74,7 @@ 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
+
80
  ```