Add paper link
#1
by AdinaY HF Staff - opened
README.md
CHANGED
|
@@ -41,6 +41,8 @@ output_ids = model.generate(**input_ids, max_new_tokens=20)
|
|
| 41 |
response = tokenizer.decode(output_ids[0], skip_special_tokens=True)
|
| 42 |
|
| 43 |
print(response)
|
|
|
|
|
|
|
| 44 |
```
|
| 45 |
|
| 46 |
|
|
|
|
| 41 |
response = tokenizer.decode(output_ids[0], skip_special_tokens=True)
|
| 42 |
|
| 43 |
print(response)
|
| 44 |
+
|
| 45 |
+
Paper: arxiv.org/abs/2405.19327
|
| 46 |
```
|
| 47 |
|
| 48 |
|