fuji12345 commited on
Commit
c58c3a0
·
verified ·
1 Parent(s): 630c602

End of training

Browse files
Files changed (5) hide show
  1. README.md +21 -1
  2. all_results.json +13 -0
  3. eval_results.json +8 -0
  4. train_results.json +8 -0
  5. trainer_state.json +0 -0
README.md CHANGED
@@ -3,12 +3,29 @@ library_name: transformers
3
  license: apache-2.0
4
  base_model: google/vit-base-patch16-224-in21k
5
  tags:
 
 
6
  - generated_from_trainer
7
  datasets:
8
  - imagefolder
 
 
9
  model-index:
10
  - name: vit-base-anime-e10
11
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -17,6 +34,9 @@ should probably proofread and complete it, then remove this comment. -->
17
  # vit-base-anime-e10
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 the imagefolder dataset.
 
 
 
20
 
21
  ## Model description
22
 
 
3
  license: apache-2.0
4
  base_model: google/vit-base-patch16-224-in21k
5
  tags:
6
+ - image-classification
7
+ - vision
8
  - generated_from_trainer
9
  datasets:
10
  - imagefolder
11
+ metrics:
12
+ - accuracy
13
  model-index:
14
  - name: vit-base-anime-e10
15
+ results:
16
+ - task:
17
+ name: Image Classification
18
+ type: image-classification
19
+ dataset:
20
+ name: imagefolder
21
+ type: imagefolder
22
+ config: default
23
+ split: train
24
+ args: default
25
+ metrics:
26
+ - name: Accuracy
27
+ type: accuracy
28
+ value: 0.9986091794158554
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
34
  # vit-base-anime-e10
35
 
36
  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.
37
+ It achieves the following results on the evaluation set:
38
+ - Loss: 0.0075
39
+ - Accuracy: 0.9986
40
 
41
  ## Model description
42
 
all_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.0,
3
+ "eval_accuracy": 0.9986091794158554,
4
+ "eval_loss": 0.007486172951757908,
5
+ "eval_runtime": 64.0906,
6
+ "eval_samples_per_second": 22.437,
7
+ "eval_steps_per_second": 2.809,
8
+ "total_flos": 6.31327239390081e+18,
9
+ "train_loss": 0.024946213553118556,
10
+ "train_runtime": 4093.664,
11
+ "train_samples_per_second": 19.901,
12
+ "train_steps_per_second": 2.489
13
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.0,
3
+ "eval_accuracy": 0.9986091794158554,
4
+ "eval_loss": 0.007486172951757908,
5
+ "eval_runtime": 64.0906,
6
+ "eval_samples_per_second": 22.437,
7
+ "eval_steps_per_second": 2.809
8
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.0,
3
+ "total_flos": 6.31327239390081e+18,
4
+ "train_loss": 0.024946213553118556,
5
+ "train_runtime": 4093.664,
6
+ "train_samples_per_second": 19.901,
7
+ "train_steps_per_second": 2.489
8
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff