ellabettison commited on
Commit
85eb1ea
·
verified ·
1 Parent(s): b10d85b

🍻 cheers

Browse files
README.md CHANGED
@@ -3,6 +3,7 @@ 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
@@ -16,10 +17,10 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # logo-matching-base
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: 0.3222
22
- - Accuracy: 0.5886
23
 
24
  ## Model description
25
 
 
3
  license: apache-2.0
4
  base_model: google/vit-base-patch16-224-in21k
5
  tags:
6
+ - image-classification
7
  - generated_from_trainer
8
  metrics:
9
  - accuracy
 
17
 
18
  # logo-matching-base
19
 
20
+ 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 ellabettison/logo-matching dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.3223
23
+ - Accuracy: 0.5788
24
 
25
  ## Model description
26
 
all_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "eval_accuracy": 0.5787671232876712,
4
+ "eval_loss": 0.32226255536079407,
5
+ "eval_runtime": 2.6758,
6
+ "eval_samples_per_second": 109.128,
7
+ "eval_steps_per_second": 13.828,
8
+ "total_flos": 3.431561927399424e+16,
9
+ "train_loss": 0.3744247385433742,
10
+ "train_runtime": 46.1383,
11
+ "train_samples_per_second": 9.58,
12
+ "train_steps_per_second": 0.607
13
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "eval_accuracy": 0.5787671232876712,
4
+ "eval_loss": 0.32226255536079407,
5
+ "eval_runtime": 2.6758,
6
+ "eval_samples_per_second": 109.128,
7
+ "eval_steps_per_second": 13.828
8
+ }
runs/Jan15_19-13-05_a99b99d67614/events.out.tfevents.1736968449.a99b99d67614.505.17 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc444cfc74bcecbee7ed56c0f3fe70110a19313cbb3c355efce6997219153747
3
+ size 405
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "total_flos": 3.431561927399424e+16,
4
+ "train_loss": 0.3744247385433742,
5
+ "train_runtime": 46.1383,
6
+ "train_samples_per_second": 9.58,
7
+ "train_steps_per_second": 0.607
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.32221078872680664,
3
+ "best_model_checkpoint": "./logo-matching-base/checkpoint-28",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 28,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.35714285714285715,
13
+ "grad_norm": 0.14877572655677795,
14
+ "learning_rate": 0.00012857142857142858,
15
+ "loss": 0.4303,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.7142857142857143,
20
+ "grad_norm": 0.1364007592201233,
21
+ "learning_rate": 5.714285714285714e-05,
22
+ "loss": 0.3567,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 1.0,
27
+ "eval_accuracy": 0.5886287625418061,
28
+ "eval_loss": 0.32221078872680664,
29
+ "eval_runtime": 4.0529,
30
+ "eval_samples_per_second": 73.774,
31
+ "eval_steps_per_second": 9.376,
32
+ "step": 28
33
+ },
34
+ {
35
+ "epoch": 1.0,
36
+ "step": 28,
37
+ "total_flos": 3.431561927399424e+16,
38
+ "train_loss": 0.3744247385433742,
39
+ "train_runtime": 46.1383,
40
+ "train_samples_per_second": 9.58,
41
+ "train_steps_per_second": 0.607
42
+ }
43
+ ],
44
+ "logging_steps": 10,
45
+ "max_steps": 28,
46
+ "num_input_tokens_seen": 0,
47
+ "num_train_epochs": 1,
48
+ "save_steps": 500,
49
+ "stateful_callbacks": {
50
+ "TrainerControl": {
51
+ "args": {
52
+ "should_epoch_stop": false,
53
+ "should_evaluate": false,
54
+ "should_log": false,
55
+ "should_save": true,
56
+ "should_training_stop": true
57
+ },
58
+ "attributes": {}
59
+ }
60
+ },
61
+ "total_flos": 3.431561927399424e+16,
62
+ "train_batch_size": 16,
63
+ "trial_name": null,
64
+ "trial_params": null
65
+ }