hamishivi commited on
Commit
7a5ae86
1 Parent(s): 6d9a7ab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -49,10 +49,13 @@ Here is the performance of this model across benchmarks explored in our paper [H
49
  If you use this model, please cite our work, the llama paper, and the original dataset:
50
 
51
  ```
52
- @article{camelevaluation,
53
- title={How Far Can Camels Go? Exploring the State of Instruction Tuning on Open Resources},
54
- 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},
55
- year={2023}
 
 
 
56
  }
57
  ```
58
 
 
49
  If you use this model, please cite our work, the llama paper, and the original dataset:
50
 
51
  ```
52
+ @misc{wang2023far,
53
+ title={How Far Can Camels Go? Exploring the State of Instruction Tuning on Open Resources},
54
+ 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},
55
+ year={2023},
56
+ eprint={2306.04751},
57
+ archivePrefix={arXiv},
58
+ primaryClass={cs.CL}
59
  }
60
  ```
61