Zhuoyan Xu
commited on
Commit
·
c86ae57
1
Parent(s):
012b277
modify to pr #1
Browse files
README.md
CHANGED
@@ -4,12 +4,8 @@ datasets:
|
|
4 |
license: llama2
|
5 |
library_name: transformers
|
6 |
pipeline_tag: image-text-to-text
|
7 |
-
language:
|
8 |
-
- en
|
9 |
-
metrics:
|
10 |
-
- accuracy
|
11 |
base_model:
|
12 |
-
-
|
13 |
---
|
14 |
|
15 |
```markdown
|
@@ -23,7 +19,7 @@ See the paper for more details: [Learning to Inference Adaptively for Multimodal
|
|
23 |
|
24 |
**Model details**: https://zhuoyan-xu.github.io/ada-llava/
|
25 |
|
26 |
-
**Github repository**: https://github.com/zhuoyan-xu/
|
27 |
|
28 |
## Model Details
|
29 |
|
|
|
4 |
license: llama2
|
5 |
library_name: transformers
|
6 |
pipeline_tag: image-text-to-text
|
|
|
|
|
|
|
|
|
7 |
base_model:
|
8 |
+
- liuhaotian/llava-v1.5-7b
|
9 |
---
|
10 |
|
11 |
```markdown
|
|
|
19 |
|
20 |
**Model details**: https://zhuoyan-xu.github.io/ada-llava/
|
21 |
|
22 |
+
**Github repository**: https://github.com/zhuoyan-xu/AdaLLaVA
|
23 |
|
24 |
## Model Details
|
25 |
|