Text Generation
Transformers
PyTorch
Safetensors
English
llama
finance
text-generation-inference
Inference Endpoints
AdaptLLM commited on
Commit
94b686f
·
verified ·
1 Parent(s): ef96ea3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -78,10 +78,9 @@ To easily reproduce our results, we have uploaded the filled-in zero/few-shot in
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 = {Daixuan Cheng and Shaohan Huang and Furu Wei},
83
- journal = {CoRR},
84
- volume = {abs/2309.09530},
85
- year = {2023}
86
  }
87
  ```
 
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
  ```