zackli4ai commited on
Commit
7c22c22
1 Parent(s): 60e03aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -6
README.md CHANGED
@@ -18,7 +18,7 @@ language:
18
 
19
  <p align="center">
20
  - <a href="https://www.nexaai.com/models" target="_blank">Nexa Model Hub</a>
21
- - <a href="https://arxiv.org/abs/2404.01744" target="_blank">ArXiv</a>
22
  </p>
23
 
24
  <p align="center" width="100%">
@@ -130,11 +130,14 @@ This multi-stage approach progressively enhances the model's ability to handle l
130
  If you use Dolphin in your research, please cite our paper:
131
 
132
  ```bibtex
133
- @article{dolphin2024,
134
- title={Dolphin: Long Context as a New Modality for Energy-Efficient On-Device Language Models},
135
- author={[Author Names]},
136
- journal={arXiv preprint arXiv:[paper_id]},
137
- year={2024}
 
 
 
138
  }
139
  ```
140
 
 
18
 
19
  <p align="center">
20
  - <a href="https://www.nexaai.com/models" target="_blank">Nexa Model Hub</a>
21
+ - <a href="https://arxiv.org/pdf/2408.15518" target="_blank">ArXiv</a>
22
  </p>
23
 
24
  <p align="center" width="100%">
 
130
  If you use Dolphin in your research, please cite our paper:
131
 
132
  ```bibtex
133
+ @article{chen2024dolphinlongcontextnew,
134
+ title={Dolphin: Long Context as a New Modality for Energy-Efficient On-Device Language Models},
135
+ author={Wei Chen and Zhiyuan Li and Shuo Xin and Yihao Wang},
136
+ year={2024},
137
+ eprint={2408.15518},
138
+ archivePrefix={arXiv},
139
+ primaryClass={cs.CL},
140
+ url={https://arxiv.org/abs/2408.15518},
141
  }
142
  ```
143