CristianR8 commited on
Commit
4c9fe85
·
verified ·
1 Parent(s): 005437e

End of training

Browse files
README.md CHANGED
@@ -3,6 +3,8 @@ library_name: transformers
3
  license: apache-2.0
4
  base_model: google/vit-base-patch16-224
5
  tags:
 
 
6
  - generated_from_trainer
7
  metrics:
8
  - accuracy
@@ -16,10 +18,10 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # vit-base-cocoa
18
 
19
- This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.5570
22
- - Accuracy: 0.9350
23
 
24
  ## Model description
25
 
 
3
  license: apache-2.0
4
  base_model: google/vit-base-patch16-224
5
  tags:
6
+ - image-classification
7
+ - vision
8
  - generated_from_trainer
9
  metrics:
10
  - accuracy
 
18
 
19
  # vit-base-cocoa
20
 
21
+ This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on the SemilleroCV/Cocoa-dataset dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.2061
24
+ - Accuracy: 0.9278
25
 
26
  ## Model description
27
 
all_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 100.0,
3
+ "eval_accuracy": 0.927797833935018,
4
+ "eval_loss": 0.20614954829216003,
5
+ "eval_runtime": 1.0793,
6
+ "eval_samples_per_second": 256.658,
7
+ "eval_steps_per_second": 32.43,
8
+ "total_flos": 1.2135680631115776e+19,
9
+ "train_loss": 0.06464558898389924,
10
+ "train_runtime": 1480.7558,
11
+ "train_samples_per_second": 105.757,
12
+ "train_steps_per_second": 13.236
13
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 100.0,
3
+ "eval_accuracy": 0.927797833935018,
4
+ "eval_loss": 0.20614954829216003,
5
+ "eval_runtime": 1.0793,
6
+ "eval_samples_per_second": 256.658,
7
+ "eval_steps_per_second": 32.43
8
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 100.0,
3
+ "total_flos": 1.2135680631115776e+19,
4
+ "train_loss": 0.06464558898389924,
5
+ "train_runtime": 1480.7558,
6
+ "train_samples_per_second": 105.757,
7
+ "train_steps_per_second": 13.236
8
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff