Add link to paper, update metadata
#1
by
nielsr
HF staff
- opened
README.md
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
language:
|
4 |
- en
|
@@ -44,10 +46,13 @@ Llama-3.1_OpenScholar-8B is a fine-tuned version of [meta-llama/Llama-3.1-8B](ht
|
|
44 |
Citation
|
45 |
If you find this is useful in your work, please cite it with:
|
46 |
```
|
47 |
-
@
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
|
|
|
|
|
|
52 |
}
|
53 |
```
|
|
|
1 |
---
|
2 |
+
library_name: transformers
|
3 |
+
pipeline_tag: text-generation
|
4 |
license: apache-2.0
|
5 |
language:
|
6 |
- en
|
|
|
46 |
Citation
|
47 |
If you find this is useful in your work, please cite it with:
|
48 |
```
|
49 |
+
@misc{asai2024openscholarsynthesizingscientificliterature,
|
50 |
+
title={OpenScholar: Synthesizing Scientific Literature with Retrieval-augmented LMs},
|
51 |
+
author={Akari Asai and Jacqueline He and Rulin Shao and Weijia Shi and Amanpreet Singh and Joseph Chee Chang and Kyle Lo and Luca Soldaini and Sergey Feldman and Mike D'arcy and David Wadden and Matt Latzke and Minyang Tian and Pan Ji and Shengyan Liu and Hao Tong and Bohao Wu and Yanyu Xiong and Luke Zettlemoyer and Graham Neubig and Dan Weld and Doug Downey and Wen-tau Yih and Pang Wei Koh and Hannaneh Hajishirzi},
|
52 |
+
year={2024},
|
53 |
+
eprint={2411.14199},
|
54 |
+
archivePrefix={arXiv},
|
55 |
+
primaryClass={cs.CL},
|
56 |
+
url={https://arxiv.org/abs/2411.14199},
|
57 |
}
|
58 |
```
|