Text Generation
Transformers
PyTorch
Safetensors
English
llama
finance
text-generation-inference
Inference Endpoints
AdaptLLM commited on
Commit
4a5f3c1
·
verified ·
1 Parent(s): 7ca423c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -77,10 +77,12 @@ To easily reproduce our results, we have uploaded the filled-in zero/few-shot in
77
  ## Citation
78
  If you find our work helpful, please cite us:
79
  ```bibtex
80
- @article{adaptllm,
81
- title={Adapting large language models via reading comprehension},
82
- author={Cheng, Daixuan and Huang, Shaohan and Wei, Furu},
83
- journal={arXiv preprint arXiv:2309.09530},
84
- year={2023}
 
 
85
  }
86
  ```
 
77
  ## Citation
78
  If you find our work helpful, please cite us:
79
  ```bibtex
80
+ @inproceedings{
81
+ cheng2024adapting,
82
+ title={Adapting Large Language Models via Reading Comprehension},
83
+ author={Daixuan Cheng and Shaohan Huang and Furu Wei},
84
+ booktitle={The Twelfth International Conference on Learning Representations},
85
+ year={2024},
86
+ url={https://openreview.net/forum?id=y886UXPEZ0}
87
  }
88
  ```