kaiyuyue commited on
Commit
7c2c7b4
·
verified ·
1 Parent(s): 3773e46

update readme

Browse files
Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -7,14 +7,14 @@ This repository contains the model weights and configuration files for the [**Sp
7
  > [!Note]
8
  > These model weights have been **reproduced** with the released code and yield slightly different evaluation results compared to those reported in the original paper.
9
 
10
- ## Model Card
11
 
12
- | dataset | :hugs: hf model repo | params |
13
  |:--:|:--:|:--:|
14
- | Animal-Faces | [`sphere-l-af`](sphere-l-af) | 642M |
15
- | Oxford-Flowers | [`sphere-l-of`](sphere-l-of) | 948M |
16
- | ImageNet | [`sphere-l-imagenet`](sphere-l-imagenet) | 950M |
17
- | ImageNet | [`sphere-xl-imagenet`](sphere-xl-imagenet) | 1.3B |
18
 
19
  Download model checkpoints and put them in `./workspace/experiments`.
20
  The directory tree should look like this:
@@ -29,7 +29,9 @@ The directory tree should look like this:
29
  |── sphere-xl-imagenet
30
  ```
31
 
32
- ## Evaluation Results
 
 
33
 
34
  Evaluate **ImageNet** models with `CFG = 1.4`:
35
 
 
7
  > [!Note]
8
  > These model weights have been **reproduced** with the released code and yield slightly different evaluation results compared to those reported in the original paper.
9
 
10
+ # Model Card
11
 
12
+ | dataset | 🤗 hf model repo | params |
13
  |:--:|:--:|:--:|
14
+ | Animal-Faces | [`sphere-l-af`](https://huggingface.co/kaiyuyue/sphere-encoder-models/tree/main/sphere-l-af) | 642M |
15
+ | Oxford-Flowers | [`sphere-l-of`](https://huggingface.co/kaiyuyue/sphere-encoder-models/tree/main/sphere-l-of) | 948M |
16
+ | ImageNet | [`sphere-l-imagenet`](https://huggingface.co/kaiyuyue/sphere-encoder-models/tree/main/sphere-l-imagenet) | 950M |
17
+ | ImageNet | [`sphere-xl-imagenet`](https://huggingface.co/kaiyuyue/sphere-encoder-models/tree/main/sphere-xl-imagenet) | 1.3B |
18
 
19
  Download model checkpoints and put them in `./workspace/experiments`.
20
  The directory tree should look like this:
 
29
  |── sphere-xl-imagenet
30
  ```
31
 
32
+ <br>
33
+
34
+ # Evaluation Results
35
 
36
  Evaluate **ImageNet** models with `CFG = 1.4`:
37