minghaowu commited on
Commit
916fd56
1 Parent(s): 198aee1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -7
README.md CHANGED
@@ -138,12 +138,19 @@ More information needed
138
  # Citation
139
 
140
  ```bibtex
141
- @misc{lamini-lm,
142
- title={LaMini-LM: A Diverse Herd of Distilled Models from Large-Scale Instructions},
143
- author={Minghao Wu and Abdul Waheed and Chiyu Zhang and Muhammad Abdul-Mageed and Alham Fikri Aji},
144
- year={2023},
145
- publisher = {GitHub},
146
- journal = {GitHub repository},
147
- url = {https://github.com/mbzuai-nlp/LaMini-LM/}
 
 
 
 
 
 
 
148
  }
149
  ```
 
138
  # Citation
139
 
140
  ```bibtex
141
+ @article{lamini-lm,
142
+ author = {Minghao Wu and
143
+ Abdul Waheed and
144
+ Chiyu Zhang and
145
+ Muhammad Abdul-Mageed and
146
+ Alham Fikri Aji
147
+ },
148
+ title = {LaMini-LM: A Diverse Herd of Distilled Models from Large-Scale Instructions},
149
+ journal = {CoRR},
150
+ volume = {abs/2304.14402},
151
+ year = {2023},
152
+ url = {https://arxiv.org/abs/2304.14402},
153
+ eprinttype = {arXiv},
154
+ eprint = {2304.14402}
155
  }
156
  ```