pkr7098 commited on
Commit
d83e834
1 Parent(s): 8533381

Model save

Browse files
Files changed (1) hide show
  1. README.md +13 -16
README.md CHANGED
@@ -1,13 +1,11 @@
1
  ---
2
- base_model: google/vit-base-patch16-224-in21k
3
- library_name: peft
4
  license: apache-2.0
5
- metrics:
6
- - accuracy
7
  tags:
8
- - image-classification
9
- - vision
10
  - generated_from_trainer
 
 
11
  model-index:
12
  - name: vit-cifar100-cifar100
13
  results: []
@@ -18,10 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  # vit-cifar100-cifar100
20
 
21
- 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 cifar100 dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.2550
24
- - Accuracy: 0.9236
25
 
26
  ## Model description
27
 
@@ -52,17 +50,16 @@ The following hyperparameters were used during training:
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
  |:-------------:|:-----:|:-----:|:---------------:|:--------:|
55
- | 0.5206 | 1.0 | 5313 | 0.3323 | 0.9051 |
56
- | 0.7608 | 2.0 | 10626 | 0.2929 | 0.9139 |
57
- | 0.8691 | 3.0 | 15939 | 0.2725 | 0.9173 |
58
- | 0.3582 | 4.0 | 21252 | 0.2581 | 0.9232 |
59
- | 0.4711 | 5.0 | 26565 | 0.2550 | 0.9236 |
60
 
61
 
62
  ### Framework versions
63
 
64
- - PEFT 0.12.0
65
  - Transformers 4.44.2
66
  - Pytorch 2.0.1+cu117
67
  - Datasets 3.0.0
68
- - Tokenizers 0.19.1
 
1
  ---
2
+ library_name: transformers
 
3
  license: apache-2.0
4
+ base_model: google/vit-base-patch16-224-in21k
 
5
  tags:
 
 
6
  - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
  model-index:
10
  - name: vit-cifar100-cifar100
11
  results: []
 
16
 
17
  # vit-cifar100-cifar100
18
 
19
+ This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 3.1612
22
+ - Accuracy: 0.2223
23
 
24
  ## Model description
25
 
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:-----:|:---------------:|:--------:|
53
+ | 3.7207 | 1.0 | 5313 | 3.8632 | 0.0985 |
54
+ | 3.5093 | 2.0 | 10626 | 3.5664 | 0.1472 |
55
+ | 3.3675 | 3.0 | 15939 | 3.4389 | 0.166 |
56
+ | 2.9505 | 4.0 | 21252 | 3.2326 | 0.2093 |
57
+ | 3.1158 | 5.0 | 26565 | 3.1612 | 0.2223 |
58
 
59
 
60
  ### Framework versions
61
 
 
62
  - Transformers 4.44.2
63
  - Pytorch 2.0.1+cu117
64
  - Datasets 3.0.0
65
+ - Tokenizers 0.19.1