zabir735 commited on
Commit
6b11916
·
1 Parent(s): 82e014f

End of training

Browse files
Files changed (5) hide show
  1. README.md +21 -1
  2. all_results.json +12 -0
  3. eval_results.json +8 -0
  4. train_results.json +7 -0
  5. trainer_state.json +30 -0
README.md CHANGED
@@ -2,12 +2,29 @@
2
  license: apache-2.0
3
  base_model: google/vit-base-patch16-224-in21k
4
  tags:
 
 
5
  - generated_from_trainer
6
  datasets:
7
  - imagefolder
 
 
8
  model-index:
9
  - name: outputs
10
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -16,6 +33,9 @@ should probably proofread and complete it, then remove this comment. -->
16
  # outputs
17
 
18
  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.
 
 
 
19
 
20
  ## Model description
21
 
 
2
  license: apache-2.0
3
  base_model: google/vit-base-patch16-224-in21k
4
  tags:
5
+ - image-classification
6
+ - vision
7
  - generated_from_trainer
8
  datasets:
9
  - imagefolder
10
+ metrics:
11
+ - accuracy
12
  model-index:
13
  - name: outputs
14
+ results:
15
+ - task:
16
+ name: Image Classification
17
+ type: image-classification
18
+ dataset:
19
+ name: imagefolder
20
+ type: imagefolder
21
+ config: default
22
+ split: train
23
+ args: default
24
+ metrics:
25
+ - name: Accuracy
26
+ type: accuracy
27
+ value: 1.0
28
  ---
29
 
30
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
33
  # outputs
34
 
35
  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.
36
+ It achieves the following results on the evaluation set:
37
+ - Loss: 0.0483
38
+ - Accuracy: 1.0
39
 
40
  ## Model description
41
 
all_results.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_accuracy": 1.0,
4
+ "eval_loss": 0.04833610728383064,
5
+ "eval_runtime": 3.3849,
6
+ "eval_samples_per_second": 8.863,
7
+ "eval_steps_per_second": 1.182,
8
+ "train_loss": 0.2359935518295046,
9
+ "train_runtime": 173.1386,
10
+ "train_samples_per_second": 2.842,
11
+ "train_steps_per_second": 0.364
12
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_accuracy": 1.0,
4
+ "eval_loss": 0.04833610728383064,
5
+ "eval_runtime": 3.3849,
6
+ "eval_samples_per_second": 8.863,
7
+ "eval_steps_per_second": 1.182
8
+ }
train_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "train_loss": 0.2359935518295046,
4
+ "train_runtime": 173.1386,
5
+ "train_samples_per_second": 2.842,
6
+ "train_steps_per_second": 0.364
7
+ }
trainer_state.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 63,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 3.0,
13
+ "step": 63,
14
+ "total_flos": 3.812605889037926e+16,
15
+ "train_loss": 0.2359935518295046,
16
+ "train_runtime": 173.1386,
17
+ "train_samples_per_second": 2.842,
18
+ "train_steps_per_second": 0.364
19
+ }
20
+ ],
21
+ "logging_steps": 500,
22
+ "max_steps": 63,
23
+ "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 3,
25
+ "save_steps": 500,
26
+ "total_flos": 3.812605889037926e+16,
27
+ "train_batch_size": 8,
28
+ "trial_name": null,
29
+ "trial_params": null
30
+ }