Text Generation
Transformers
PyTorch
English
llama
legal
Inference Endpoints
text-generation-inference
AdaptLLM commited on
Commit
75805ba
1 Parent(s): 96aa187

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -77,11 +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
-
87
  ```
 
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
  ```