--- library_name: transformers pipeline_tag: text-generation license: apache-2.0 language: - en base_model: - meta-llama/Llama-3.1-8B --- # Model Card for Llama-3.1_OpenScholar-8B Llama-3.1_OpenScholar-8B is a fine-tuned 8B for scientific literature synthesis. The Llama-3.1_OpenScholar-8B us trained on the [os-data](https://huggingface.co/datasets/OpenScholar/os-data) dataset. ### Model Description - **Developed by:** University of Washigton, Allen Institute for AI (AI2) - **Model type:** a Transformer style autoregressive language model. - **Language(s) (NLP):** English - **License:** The code and model are released under Apache 2.0. - **Date cutoff:** Training data is based on peS2o v2, which includes papers up to January 2023. We also mix training data from Tulu3 and [SciRIFF](https://huggingface.co/datasets/allenai/SciRIFF-train-mix). ### Model Sources - **Project Page:** https://open-scholar.allen.ai/ - **Repositories:** - Core repo (training, inference, fine-tuning etc.): https://github.com/AkariAsai/OpenScholar - Evaluation code: https://github.com/AkariAsai/ScholarQABench - **Paper:** [Link](https://openscholar.allen.ai/paper) - **Technical blog post:** https://allenai.org/blog/openscholar ## License Llama-3.1_OpenScholar-8B is a fine-tuned version of [meta-llama/Llama-3.1-8B](https://huggingface.co/meta-llama/Llama-3.1-8B). It is licensed under Apache 2.0. Citation If you find this is useful in your work, please cite it with: ``` @misc{asai2024openscholarsynthesizingscientificliterature, title={OpenScholar: Synthesizing Scientific Literature with Retrieval-augmented LMs}, 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}, year={2024}, eprint={2411.14199}, archivePrefix={arXiv}, primaryClass={cs.CL}, url={https://arxiv.org/abs/2411.14199}, } ```