nielsr HF staff commited on
Commit
2908efd
1 Parent(s): e26aeb2

Add link to paper, update metadata

Browse files

This PR ensures the model can be found at https://huggingface.co/papers/2411.14199.

It also adds the "library_name" and "pipeline_tag" metadata tags for better discoverability.

Feel free to update the other model repos as well!

Cheers,
Niels

Files changed (1) hide show
  1. README.md +10 -5
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
- @article{openscholar,
48
- title={{OpenScholar}: Synthesizing Scientific Literature with Retrieval-Augmented Language Models},
49
- author={ Asai, Akari and He*, Jacqueline and Shao*, Rulin and Shi, Weijia and Singh, Amanpreet and Chang, Joseph Chee and Lo, Kyle and Soldaini, Luca and Feldman, Tian, Sergey and Mike, Darcy and Wadden, David and Latzke, Matt and Minyang and Ji, Pan and Liu, Shengyan and Tong, Hao and Wu, Bohao and Xiong, Yanyu and Zettlemoyer, Luke and Weld, Dan and Neubig, Graham and Downey, Doug and Yih, Wen-tau and Koh, Pang Wei and Hajishirzi, Hannaneh},
50
- journal={Arxiv},
51
- year={2024},
 
 
 
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
  ```