PraneetNeuro commited on
Commit
bb21519
1 Parent(s): 9694200

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
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 | 16 |
18
+ | Image Size | 224 |
19
+ | Num Layers | 1 |
20
+ | Attention Heads | 4 |
21
+ | Objective Function | CrossEntropy |
22
+
23
+ ### Performance
24
+
25
+ - **Validation Accuracy (Top 5)**: 0.25
26
+ - **Validation Accuracy**: 0.11
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).