Skip to content

Commit 32642ee

Browse files
authored
Update README.md
1 parent 8b7758f commit 32642ee

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,30 +12,30 @@ Try out the web demo 🤗 of LLaMA-Adapter: [![Hugging Face Spaces](https://img.
1212
## News
1313
- **[2023.04.30]** We are noticed that GPT-4 score has a strong positional bias in favor of the first response. The paper will be updated to reveal this position bias. 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).
15-
- **[2023.04.28]** 🔥🔥 The code and model checkpoint for **LLaMA-Adapter-V2-65B** are NOW available [here](https://github.com/ZrrSkywalker/LLaMA-Adapter/tree/main/llama_adapter_v2_chat65b)! Cheers!!
15+
- **[2023.04.28]** 🔥🔥 The code and model checkpoint for **LLaMA-Adapter-V2 (65B)** are NOW available [here](https://github.com/ZrrSkywalker/LLaMA-Adapter/tree/main/llama_adapter_v2_chat65b)! Cheers!!
1616
- **[2023.04.22]** We have released **LLaMA-Adapter V2**, a multi-modal instruction model! Check out our [demos](#demos)!
17-
- **[2023.04.15]** The **Training Code** for LLaMA-7B can now be found in [alpaca finetune v1](https://github.com/ZrrSkywalker/LLaMA-Adapter/tree/main/alpaca_finetuning_v1). 📌
18-
- **[2023.03.28]** The [paper](https://arxiv.org/pdf/2303.16199.pdf) is available on arXiv.
17+
- **[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). 📌
18+
- **[2023.03.28]** The technical report for LLaMA-Adapter is released at [Preprint](https://arxiv.org/pdf/2303.16199.pdf).
1919
- **[2023.03.28]** The generation code for LLaMA-Adapter based on 7B LLaMA has been released.
2020

2121
## <div id="demos">Demos (LLaMA-Adapter V2)</div>
2222

23-
### :tv: YouTube Video
23+
### -> :tv: YouTube Video
2424

2525
[![YouTube Video](https://raw.githubusercontent.com/ZrrSkywalker/LLaMA-Adapter/main/docs/youtube.png)](https://www.youtube.com/watch?v=GAJyWkkSd8M)
2626

2727

2828

29-
### Chatbot System
29+
### -> Chatbot System
3030

31-
![](docs/chat_demo.png)
31+
<img src="docs/chat_demo.png" width="80%" />
3232

33-
### Visual Instruction Model
33+
### -> Visual Instruction Model
3434

35-
<img src="docs/multi_model_example_1.png" width="65%" />
36-
<img src="docs/multi_model_example_2.png" width="65%" />
37-
<img src="docs/multi_model_example_3.png" width="65%" />
38-
<img src="docs/multi_model_example_4.png" width="65%" />
35+
<img src="docs/multi_model_example_1.png" width="60%" />
36+
<img src="docs/multi_model_example_2.png" width="60%" />
37+
<img src="docs/multi_model_example_3.png" width="60%" />
38+
<img src="docs/multi_model_example_4.png" width="60%" />
3939

4040
<!-- | <img src="docs/multi_model_example_1.png" /> | <img src="docs/multi_model_example_2.png" /> |
4141
|---|---|

0 commit comments

Comments
 (0)