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

Update checkpoint link

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -21,9 +21,9 @@ 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) |
25
- | UTA-L-pix336 | 81.4% | [weights](https://huggingface.co/jjjjh/UTA) |
26
- | UTA-g-pix336 | 83.9% | [weights](https://huggingface.co/jjjjh/UTA) |
27
 
28
  **Getting Started:**
29
 
@@ -39,7 +39,7 @@ We release three pre-trained models:
39
  ```
40
 
41
  3. **Download the pre-trained models:**
42
- You can download the pre-trained models from [weights](https://huggingface.co/jjjjh/UTA).
43
 
44
  4. **Run inference:**
45
  The inference code is provided in `imagenet_zeroshot_eval.py`. You can use the following command to run ImageNet zeroshot eval:
 
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) |
26
+ | UTA-g-pix336 | 83.9% | [weights](https://huggingface.co/jjjjh/UTA/tree/main/checkpoints) |
27
 
28
  **Getting Started:**
29
 
 
39
  ```
40
 
41
  3. **Download the pre-trained models:**
42
+ You can download the pre-trained models from [weights](https://huggingface.co/jjjjh/UTA/tree/main/checkpoints).
43
 
44
  4. **Run inference:**
45
  The inference code is provided in `imagenet_zeroshot_eval.py`. You can use the following command to run ImageNet zeroshot eval: