Safetensors
English
llava_next
medical
biology
AdaptLLM commited on
Commit
5bc04f8
1 Parent(s): bf811f4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -83,12 +83,14 @@ AdaMLLM
83
  }
84
  ```
85
 
86
- [Instruction Pre-Training](https://huggingface.co/papers/2406.14491) (EMNLP 2024)
87
  ```bibtex
88
- @article{cheng2024instruction,
89
- title={Instruction Pre-Training: Language Models are Supervised Multitask Learners},
90
- author={Cheng, Daixuan and Gu, Yuxian and Huang, Shaohan and Bi, Junyu and Huang, Minlie and Wei, Furu},
91
- journal={arXiv preprint arXiv:2406.14491},
92
- year={2024}
 
 
93
  }
94
  ```
 
83
  }
84
  ```
85
 
86
+ [AdaptLLM](https://huggingface.co/papers/2309.09530) (ICLR 2024)
87
  ```bibtex
88
+ @inproceedings{
89
+ adaptllm,
90
+ title={Adapting Large Language Models via Reading Comprehension},
91
+ author={Daixuan Cheng and Shaohan Huang and Furu Wei},
92
+ booktitle={The Twelfth International Conference on Learning Representations},
93
+ year={2024},
94
+ url={https://openreview.net/forum?id=y886UXPEZ0}
95
  }
96
  ```