Xin Lai commited on
Commit
c2c7f30
·
1 Parent(s): 1bb177d
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>Models</a> | [Inference](#inference) | Dataset (Coming Soon) | <a>Demo (Comming Soon)</a> </div></font>
6
 
7
 
8
  <p align="center"> <img src="imgs/fig_overview.png" width="100%"> </p>
@@ -49,7 +49,7 @@ 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'
55
  ```
 
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>Models</a> | [Inference](#inference) | Dataset (Coming Soon) | <a>Demo (Comming Soon)</a> </div></font>
6
 
7
 
8
  <p align="center"> <img src="imgs/fig_overview.png" width="100%"> </p>
 
49
  ```
50
 
51
  ## Inference
52
+ To chat with [LISA-13B-llama2-v0](https://huggingface.co/xinlai/LISA-13B-llama2-v0) or [LISA-13B-llama2-v0-explainatory](https://huggingface.co/xinlai/LISA-13B-llama2-v0-explainatory): (Note that LISA-13B-llama2-v0 currently does not support explanatory answers.)
53
  ```
54
  CUDA_VISIBLE_DEVICES=0 python3 chat.py --version='xinlai/LISA-13B-llama2-v0'
55
  ```