Zero-Shot Classification
jjjjh commited on
Commit
f516788
·
verified ·
1 Parent(s): e6d3e81

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 | 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,7 +29,7 @@ We release three pre-trained models:
29
 
30
  1. **Clone this repository:**
31
  ```bash
32
- git clone https://github.com/jihaonew/UTA.git
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