tianzhuotao commited on
Commit
0146331
·
1 Parent(s): 9115477
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -2,7 +2,7 @@
2
 
3
  <font size=10><div align='center'><b>LISA</b>: Large <b>L</b>anguage <b>I</b>nstructed <b>S</b>egmentation <b>A</b>ssistant</div></font>
4
 
5
- <font size=10><div align='center' > <a href=https://arxiv.org/abs/2308.00692>Paper</a> | <a href=https://huggingface.co/xinlai/LISA-13B-llama2-v0>Model</a> | <a href="#Inference">Inference</a> | <a>Demo (Comming Soon)</a> </div></font>
6
 
7
 
8
  <p align="center"> <img src="imgs/fig_overview.png" width="100%"> </p>
@@ -48,7 +48,7 @@ For more details, please refer to:
48
  pip install -r requirements.txt
49
  ```
50
 
51
- ## Inference
52
  To chat with [LISA-13B-llama2-v0](https://huggingface.co/xinlai/LISA-13B-llama2-v0): (Note that the model currently does not support explanatory answers.)
53
  ```
54
  CUDA_VISIBLE_DEVICES=0 python3 chat.py --version='xinlai/LISA-13B-llama2-v0'
 
2
 
3
  <font size=10><div align='center'><b>LISA</b>: Large <b>L</b>anguage <b>I</b>nstructed <b>S</b>egmentation <b>A</b>ssistant</div></font>
4
 
5
+ <font size=10><div align='center' > <a href=https://arxiv.org/abs/2308.00692>Paper</a> | <a href=https://huggingface.co/xinlai/LISA-13B-llama2-v0>Model</a> | [Inference](#inference) | <a>Demo (Comming Soon)</a> </div></font>
6
 
7
 
8
  <p align="center"> <img src="imgs/fig_overview.png" width="100%"> </p>
 
48
  pip install -r requirements.txt
49
  ```
50
 
51
+ ## Inference
52
  To chat with [LISA-13B-llama2-v0](https://huggingface.co/xinlai/LISA-13B-llama2-v0): (Note that the model currently does not support explanatory answers.)
53
  ```
54
  CUDA_VISIBLE_DEVICES=0 python3 chat.py --version='xinlai/LISA-13B-llama2-v0'