arielnlee commited on
Commit
17f3bef
1 Parent(s): 0c47a42

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -44,7 +44,7 @@ We use state-of-the-art [Language Model Evaluation Harness](https://github.com/E
44
 
45
  `garage-bAInd/Platypus2-70B` trained using STEM and logic based dataset [`garage-bAInd/Open-Platypus`](https://huggingface.co/datasets/garage-bAInd/Open-Platypus).
46
 
47
- Please see our [paper](https://platypus-llm.github.io/Platypus.pdf) and [project webpage](https://platypus-llm.github.io) for additional information.
48
 
49
  ### Training Procedure
50
 
@@ -91,7 +91,14 @@ Llama 2 and fine-tuned variants are a new technology that carries risks with use
91
  Please see the Responsible Use Guide available at https://ai.meta.com/llama/responsible-use-guide/
92
 
93
  ### Citations
94
-
 
 
 
 
 
 
 
95
  ```bibtex
96
  @misc{touvron2023llama,
97
  title={Llama 2: Open Foundation and Fine-Tuned Chat Models},
 
44
 
45
  `garage-bAInd/Platypus2-70B` trained using STEM and logic based dataset [`garage-bAInd/Open-Platypus`](https://huggingface.co/datasets/garage-bAInd/Open-Platypus).
46
 
47
+ Please see our [paper](https://arxiv.org/abs/2308.07317) and [project webpage](https://platypus-llm.github.io) for additional information.
48
 
49
  ### Training Procedure
50
 
 
91
  Please see the Responsible Use Guide available at https://ai.meta.com/llama/responsible-use-guide/
92
 
93
  ### Citations
94
+ ```bibtex
95
+ @article{platypus2023,
96
+ title={Platypus: Quick, Cheap, and Powerful Refinement of LLMs},
97
+ author={Ariel N. Lee and Cole J. Hunter and Nataniel Ruiz},
98
+ booktitle={arXiv preprint arxiv:2308.07317},
99
+ year={2023}
100
+ }
101
+ ```
102
  ```bibtex
103
  @misc{touvron2023llama,
104
  title={Llama 2: Open Foundation and Fine-Tuned Chat Models},