dingusagar commited on
Commit
0c74844
·
1 Parent(s): 2eb9b0d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -1
README.md CHANGED
@@ -4,9 +4,22 @@ tags:
4
  - generated_from_trainer
5
  datasets:
6
  - imagefolder
 
 
7
  model-index:
8
  - name: vit-base-avengers-v1
9
- results: []
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -15,6 +28,9 @@ should probably proofread and complete it, then remove this comment. -->
15
  # vit-base-avengers-v1
16
 
17
  This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the imagefolder dataset.
 
 
 
18
 
19
  ## Model description
20
 
@@ -44,6 +60,11 @@ The following hyperparameters were used during training:
44
 
45
  ### Training results
46
 
 
 
 
 
 
47
 
48
 
49
  ### Framework versions
 
4
  - generated_from_trainer
5
  datasets:
6
  - imagefolder
7
+ metrics:
8
+ - accuracy
9
  model-index:
10
  - name: vit-base-avengers-v1
11
+ results:
12
+ - task:
13
+ name: Image Classification
14
+ type: image-classification
15
+ dataset:
16
+ name: imagefolder
17
+ type: imagefolder
18
+ args: avengers-dataset
19
+ metrics:
20
+ - name: Accuracy
21
+ type: accuracy
22
+ value: 0.8683385579937304
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
28
  # vit-base-avengers-v1
29
 
30
  This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the imagefolder dataset.
31
+ It achieves the following results on the evaluation set:
32
+ - Loss: 0.5324
33
+ - Accuracy: 0.8683
34
 
35
  ## Model description
36
 
 
60
 
61
  ### Training results
62
 
63
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
64
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
65
+ | 0.8183 | 1.27 | 100 | 1.0134 | 0.8464 |
66
+ | 0.2234 | 2.53 | 200 | 0.6146 | 0.8495 |
67
+ | 0.1206 | 3.8 | 300 | 0.5324 | 0.8683 |
68
 
69
 
70
  ### Framework versions