PraneetNeuro
commited on
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- imagenet-1k
|
4 |
+
pipeline_tag: image-classification
|
5 |
+
---
|
6 |
+
|
7 |
+
## Model Architecture Details
|
8 |
+
|
9 |
+
### Architecture Overview
|
10 |
+
|
11 |
+
- **Architecture**: ViT Small
|
12 |
+
|
13 |
+
### Configuration
|
14 |
+
|
15 |
+
| Attribute | Value |
|
16 |
+
|----------------------|----------------|
|
17 |
+
| Patch Size | 32 |
|
18 |
+
| Image Size | 224 |
|
19 |
+
| Num Layers | 3 |
|
20 |
+
| Attention Heads | 4 |
|
21 |
+
| Objective Function | CrossEntropy |
|
22 |
+
|
23 |
+
### Performance
|
24 |
+
|
25 |
+
- **Validation Accuracy (Top 5)**: 0.4179
|
26 |
+
- **Validation Accuracy**: 0.2148
|
27 |
+
|
28 |
+
### Additional Resources
|
29 |
+
|
30 |
+
The model was trained using the library: [ViT-Prisma](https://github.com/soniajoseph/ViT-Prisma).\
|
31 |
+
For detailed metrics, plots, and further analysis of the model's training process, refer to the [training report](https://wandb.ai/perceptual-alignment/Imagenet/reports/ViT-Small-Imagenet-training-report--Vmlldzo3MDk3MTM5).
|