Skip to content

Commit d70ab0f

Browse files
authored
Update README.md
1 parent e960c5f commit d70ab0f

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This repo proposes **LLaMA-Adapter (V2)**, a lightweight adaption method for fin
1010
Try out the web demo 🤗 of LLaMA-Adapter: [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/csuhan/LLaMA-Adapter)
1111

1212
## News
13-
- **[2023.04.30]** We are noticed that GPT-4 evaluation has a strong positional bias in favor of the first response. We will soon update the paper to reveal the position bias. GPT-4 evaluation also shows a potential to automate chatbot assessment, but still requires further research. Great thanks to [Canwen Xu](https://scholar.google.com/citations?user=oopKCDMAAAAJ&hl=en).
13+
- **[2023.04.30]** We noticed that GPT-4 evaluation has a strong positional bias in favor of the first response. We will soon update the paper to reveal the position bias. GPT-4 evaluation also shows a potential to automate chatbot assessment, but still requires further research. Great thanks to [Canwen Xu](https://scholar.google.com/citations?user=oopKCDMAAAAJ&hl=en).
1414
- **[2023.04.30]** The technical report for **LLaMA-Adapter V2** is released at [preprint](https://arxiv.org/abs/2304.15010).
1515
- **[2023.04.28]** 🔥🔥 We release **LLaMA-Adapter V2 (65B)**, a multi-modal instruction model! Check out our [demos](#demos) and [code](https://github.com/ZrrSkywalker/LLaMA-Adapter/tree/main/llama_adapter_v2_chat65b)!
1616
- **[2023.04.15]** The **Training Code** for LLaMA-Adapter (7B) can now be found in [alpaca finetune v1](https://github.com/ZrrSkywalker/LLaMA-Adapter/tree/main/alpaca_finetuning_v1). 📌
@@ -331,12 +331,22 @@ for (let i = 1; i <= 100; i++) {
331331
## Citation
332332
If you find our LLaMA-Adapter code and paper useful, please kindly cite:
333333
```bash
334-
@article{llamaadapter2023,
334+
@article{zhang2023llamaadapter,
335335
title = {LLaMA-Adapter: Efficient Fine-tuning of Language Models with Zero-init Attention},
336336
author={Zhang, Renrui and Han, Jiaming and Zhou, Aojun and Hu, Xiangfei and Yan, Shilin and Lu, Pan and Li, Hongsheng and Gao, Peng and Qiao Yu},
337337
journal={arXiv preprint arXiv:2303.16199},
338338
year={2023}
339339
}
340+
341+
If you find our LLaMA-Adapter V2 code and paper useful, please kindly cite:
342+
```bash
343+
@article{gao2023llamaadapterv2,
344+
title = {LLaMA-Adapter V2: Parameter-Efficient Visual Instruction Model},
345+
author={Gao, Peng and Han, Jiaming and Zhang, Renrui and Lin, Ziyi and Geng, Shijie and Zhou, Aojun and Zhang, Wei and Lu, Pan and He, Conghui and Yue, Xiangyu and Li, Hongsheng and Qiao Yu},
346+
journal={arXiv preprint arXiv:2304.15010},
347+
year={2023}
348+
}
349+
}
340350
```
341351

342352
## Acknowledgement

0 commit comments

Comments
 (0)