Noopy commited on
Commit
e49cfcf
·
1 Parent(s): 57e187f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -21
README.md CHANGED
@@ -3,7 +3,7 @@ license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
  datasets:
6
- - cifar10
7
  metrics:
8
  - accuracy
9
  model-index:
@@ -13,15 +13,15 @@ model-index:
13
  name: Image Classification
14
  type: image-classification
15
  dataset:
16
- name: cifar10
17
- type: cifar10
18
- config: plain_text
19
- split: train[:5000]
20
- args: plain_text
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
- value: 0.912
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -29,10 +29,10 @@ should probably proofread and complete it, then remove this comment. -->
29
 
30
  # train_model_yonsei
31
 
32
- 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 cifar10 dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 0.3947
35
- - Accuracy: 0.912
36
 
37
  ## Model description
38
 
@@ -66,21 +66,21 @@ The following hyperparameters were used during training:
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
- | 1.8929 | 0.99 | 62 | 1.7490 | 0.773 |
70
- | 0.9345 | 2.0 | 125 | 0.8608 | 0.864 |
71
- | 0.655 | 2.99 | 187 | 0.6876 | 0.866 |
72
- | 0.5273 | 4.0 | 250 | 0.5422 | 0.904 |
73
- | 0.4484 | 4.99 | 312 | 0.4926 | 0.893 |
74
- | 0.4012 | 6.0 | 375 | 0.4887 | 0.892 |
75
- | 0.353 | 6.99 | 437 | 0.4679 | 0.886 |
76
- | 0.3711 | 8.0 | 500 | 0.4204 | 0.899 |
77
- | 0.3079 | 8.99 | 562 | 0.4464 | 0.898 |
78
- | 0.2955 | 9.92 | 620 | 0.3947 | 0.912 |
79
 
80
 
81
  ### Framework versions
82
 
83
  - Transformers 4.30.2
84
  - Pytorch 2.0.1+cu118
85
- - Datasets 2.13.0
86
  - Tokenizers 0.13.3
 
3
  tags:
4
  - generated_from_trainer
5
  datasets:
6
+ - imagefolder
7
  metrics:
8
  - accuracy
9
  model-index:
 
13
  name: Image Classification
14
  type: image-classification
15
  dataset:
16
+ name: imagefolder
17
+ type: imagefolder
18
+ config: dataset
19
+ split: test
20
+ args: dataset
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
+ value: 0.87
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
29
 
30
  # train_model_yonsei
31
 
32
+ 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.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 0.5148
35
+ - Accuracy: 0.87
36
 
37
  ## Model description
38
 
 
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
+ | 1.5711 | 0.98 | 11 | 1.4796 | 0.69 |
70
+ | 1.3855 | 1.96 | 22 | 1.2302 | 0.74 |
71
+ | 1.1544 | 2.93 | 33 | 1.0229 | 0.77 |
72
+ | 0.9292 | 4.0 | 45 | 0.8371 | 0.8 |
73
+ | 0.7715 | 4.98 | 56 | 0.7186 | 0.84 |
74
+ | 0.6521 | 5.96 | 67 | 0.6353 | 0.85 |
75
+ | 0.5736 | 6.93 | 78 | 0.5895 | 0.86 |
76
+ | 0.4745 | 8.0 | 90 | 0.5891 | 0.85 |
77
+ | 0.4361 | 8.98 | 101 | 0.5370 | 0.87 |
78
+ | 0.4431 | 9.78 | 110 | 0.5148 | 0.87 |
79
 
80
 
81
  ### Framework versions
82
 
83
  - Transformers 4.30.2
84
  - Pytorch 2.0.1+cu118
85
+ - Datasets 2.13.1
86
  - Tokenizers 0.13.3