Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ Contrastive pre-training on image-text pairs, exemplified by CLIP, becomes a sta
|
|
19 |
|
20 |
We release three pre-trained models:
|
21 |
|
22 |
-
| Model
|
23 |
|----|----|----|
|
24 |
| UTA-B | 77.0% | [weights](https://huggingface.co/jjjjh/UTA/tree/main/checkpoints) |
|
25 |
| UTA-L-pix336 | 81.4% | [weights](https://huggingface.co/jjjjh/UTA/tree/main/checkpoints) |
|
@@ -29,7 +29,7 @@ We release three pre-trained models:
|
|
29 |
|
30 |
1. **Clone this repository:**
|
31 |
```bash
|
32 |
-
git clone https://
|
33 |
cd UTA
|
34 |
```
|
35 |
|
|
|
19 |
|
20 |
We release three pre-trained models:
|
21 |
|
22 |
+
| Model | Zero-shot Accuracy (ImageNet-1K) | Link |
|
23 |
|----|----|----|
|
24 |
| UTA-B | 77.0% | [weights](https://huggingface.co/jjjjh/UTA/tree/main/checkpoints) |
|
25 |
| UTA-L-pix336 | 81.4% | [weights](https://huggingface.co/jjjjh/UTA/tree/main/checkpoints) |
|
|
|
29 |
|
30 |
1. **Clone this repository:**
|
31 |
```bash
|
32 |
+
git clone https://huggingface.co/jjjjh/UTA
|
33 |
cd UTA
|
34 |
```
|
35 |
|