hamishivi commited on
Commit
6fd7e3f
1 Parent(s): e5f27bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -52,10 +52,13 @@ Here is the performance of this model across benchmarks explored in our paper [H
52
  If you use this model, please cite our work, the llama paper, and the original dataset:
53
 
54
  ```
55
- @article{camelevaluation,
56
- title={How Far Can Camels Go? Exploring the State of Instruction Tuning on Open Resources},
57
- author={Yizhong Wang, Hamish Ivison, Pradeep Dasigi, Jack Hessel, Tushar Khot, Khyathi Raghavi Chandu, David Wadden, Kelsey MacMillan, Noah A. Smith, Iz Beltagy, Hannaneh Hajishirzi},
58
- year={2023}
 
 
 
59
  }
60
  ```
61
 
 
52
  If you use this model, please cite our work, the llama paper, and the original dataset:
53
 
54
  ```
55
+ @misc{wang2023far,
56
+ title={How Far Can Camels Go? Exploring the State of Instruction Tuning on Open Resources},
57
+ author={Yizhong Wang and Hamish Ivison and Pradeep Dasigi and Jack Hessel and Tushar Khot and Khyathi Raghavi Chandu and David Wadden and Kelsey MacMillan and Noah A. Smith and Iz Beltagy and Hannaneh Hajishirzi},
58
+ year={2023},
59
+ eprint={2306.04751},
60
+ archivePrefix={arXiv},
61
+ primaryClass={cs.CL}
62
  }
63
  ```
64