Add paper link
Browse filesHi! It would be nice to link all Neo models to its paper on Daily Paper page, so the community could easily to find and play with them. : )
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 |
|