Text Generation
Transformers
PyTorch
English
llama
finance
text-generation-inference
Inference Endpoints
AdaptLLM commited on
Commit
f9c27c3
1 Parent(s): a92684f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -6
README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Adapting Large Language Models to Domains
2
 
3
  This repo contains the model for our paper [Adapting Large Language Models via Reading Comprehension](https://huggingface.co/papers/2309.09530)
4
 
@@ -20,10 +20,13 @@ To easily reproduce our results, we have uploaded the filled-in zero/few-shot in
20
 
21
  ## Citation:
22
  ```bibtex
23
- @inproceedings{AdaptLLM,
24
- title={Adapting Large Language Models via Reading Comprehension},
25
- author={Daixuan Cheng and Shaohan Huang and Furu Wei},
26
- url={https://arxiv.org/abs/2309.09530},
27
- year={2023},
 
 
 
28
  }
29
  ```
 
1
+ # Adapt Large Language Models to Domains
2
 
3
  This repo contains the model for our paper [Adapting Large Language Models via Reading Comprehension](https://huggingface.co/papers/2309.09530)
4
 
 
20
 
21
  ## Citation:
22
  ```bibtex
23
+ @article{adaptllm,
24
+ author = {Daixuan Cheng and
25
+ Shaohan Huang and
26
+ Furu Wei},
27
+ title = {Adapting Large Language Models via Reading Comprehension},
28
+ journal = {CoRR},
29
+ volume = {abs/2309.09530},
30
+ year = {2023}
31
  }
32
  ```