Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ pipeline_tag: image-to-text
|
|
6 |
|
7 |
<h1>Tokenize Anything via Prompting</h1>
|
8 |
|
9 |
-
[Ting Pan](https://github.com/PhyscalX/)<sup>1,2*</sup>, [Lulu Tang]()<sup>2*</sup>, [Xinlong Wang](https://www.xloong.wang/)<sup>2¶</sup>, [Shiguang Shan](https://scholar.google.com/citations?user=Vkzd7MIAAAAJ&hl=en)<sup>1</sup>
|
10 |
|
11 |
<sup>1</sup>[ICT-CAS](http://english.ict.cas.cn/), <sup>2</sup>[BAAI](https://www.baai.ac.cn/english.html)<br>
|
12 |
<sup>*</sup> Equal Contribution, <sup>¶</sup>Project Lead
|
@@ -26,10 +26,10 @@ See [Github Page](https://github.com/baaivision/tokenize-anything).
|
|
26 |
|
27 |
Two versions of the model are available with different image encoders.
|
28 |
|
29 |
-
| Model | Description | Weights |
|
30 |
-
| ----- | ------------| ------ |
|
31 |
-
| **tap_vit_l** | ViT-L TAP model | [🤗 HF link](https://huggingface.co/BAAI/tokenize-anything/blob/main/models/tap_vit_l_03f8ec.pkl) |
|
32 |
-
| **tap_vit_b** | ViT-B TAP model | [🤗 HF link](https://huggingface.co/BAAI/tokenize-anything/blob/main/models/tap_vit_b_b45cbf.pkl) |
|
33 |
|
34 |
### Concept weights
|
35 |
|
|
|
6 |
|
7 |
<h1>Tokenize Anything via Prompting</h1>
|
8 |
|
9 |
+
[Ting Pan](https://github.com/PhyscalX/)<sup>1,2*</sup>, [Lulu Tang](https://github.com/lulutang0608)<sup>2*</sup>, [Xinlong Wang](https://www.xloong.wang/)<sup>2¶</sup>, [Shiguang Shan](https://scholar.google.com/citations?user=Vkzd7MIAAAAJ&hl=en)<sup>1</sup>
|
10 |
|
11 |
<sup>1</sup>[ICT-CAS](http://english.ict.cas.cn/), <sup>2</sup>[BAAI](https://www.baai.ac.cn/english.html)<br>
|
12 |
<sup>*</sup> Equal Contribution, <sup>¶</sup>Project Lead
|
|
|
26 |
|
27 |
Two versions of the model are available with different image encoders.
|
28 |
|
29 |
+
| Model | Description | MD5 | Weights |
|
30 |
+
| ----- | ------------| ----| ------ |
|
31 |
+
| **tap_vit_l** | ViT-L TAP model | 03f8ec | [🤗 HF link](https://huggingface.co/BAAI/tokenize-anything/blob/main/models/tap_vit_l_03f8ec.pkl) |
|
32 |
+
| **tap_vit_b** | ViT-B TAP model | b45cbf | [🤗 HF link](https://huggingface.co/BAAI/tokenize-anything/blob/main/models/tap_vit_b_b45cbf.pkl) |
|
33 |
|
34 |
### Concept weights
|
35 |
|