Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ pipeline_tag: image-classification
|
|
8 |
|
9 |
### Architecture Overview
|
10 |
|
11 |
-
- **Architecture**: ViT
|
12 |
|
13 |
### Configuration
|
14 |
|
@@ -24,3 +24,7 @@ pipeline_tag: image-classification
|
|
24 |
|
25 |
- **Validation Accuracy (Top 5)**: 0.4179
|
26 |
- **Validation Accuracy**: 0.2148
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
### Architecture Overview
|
10 |
|
11 |
+
- **Architecture**: ViT Small
|
12 |
|
13 |
### Configuration
|
14 |
|
|
|
24 |
|
25 |
- **Validation Accuracy (Top 5)**: 0.4179
|
26 |
- **Validation Accuracy**: 0.2148
|
27 |
+
|
28 |
+
### Additional Resources
|
29 |
+
|
30 |
+
For detailed metrics, plots, and further analysis of the model's training process, refer to the [training report on Weights & Biases](https://wandb.ai/perceptual-alignment/Imagenet/reports/ViT-Small-Imagenet-training-report--Vmlldzo3MDk3MTM5).
|