hamishivi commited on
Commit
afa5549
1 Parent(s): 9178f7a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -6
README.md CHANGED
@@ -18,6 +18,8 @@ base_model: meta-llama/Llama-2-7b-hf
18
  Tulu is a series of language models that are trained to act as helpful assistants.
19
  Tulu 2 7B is a fine-tuned version of Llama 2 that was trained on a mix of publicly available, synthetic and human datasets.
20
 
 
 
21
 
22
  ## Model description
23
 
@@ -132,12 +134,13 @@ The following hyperparameters were used during DPO training:
132
  If you find Tulu 2 is useful in your work, please cite it with:
133
 
134
  ```
135
- @misc{ivison2023changing,
136
- title={Camels in a Changing Climate: Enhancing LM Adaptation with Tulu 2},
137
- author={Hamish Ivison and Yizhong Wang and Valentina Pyatkin and Nathan Lambert and Matthew Peters and Pradeep Dasigi and Joel Jang and David Wadden and Noah A. Smith and Iz Beltagy and Hannaneh Hajishirzi},
138
- year={2023},
139
- archivePrefix={arXiv},
140
- primaryClass={cs.CL}
 
141
  }
142
  ```
143
 
 
18
  Tulu is a series of language models that are trained to act as helpful assistants.
19
  Tulu 2 7B is a fine-tuned version of Llama 2 that was trained on a mix of publicly available, synthetic and human datasets.
20
 
21
+ For more details, read the paper: [Camels in a Changing Climate: Enhancing LM Adaptation with Tulu 2
22
+ ](https://arxiv.org/abs/2311.10702).
23
 
24
  ## Model description
25
 
 
134
  If you find Tulu 2 is useful in your work, please cite it with:
135
 
136
  ```
137
+ @misc{ivison2023camels,
138
+ title={Camels in a Changing Climate: Enhancing LM Adaptation with Tulu 2},
139
+ author={Hamish Ivison and Yizhong Wang and Valentina Pyatkin and Nathan Lambert and Matthew Peters and Pradeep Dasigi and Joel Jang and David Wadden and Noah A. Smith and Iz Beltagy and Hannaneh Hajishirzi},
140
+ year={2023},
141
+ eprint={2311.10702},
142
+ archivePrefix={arXiv},
143
+ primaryClass={cs.CL}
144
  }
145
  ```
146