lim1202 commited on
Commit
97eabc5
1 Parent(s): 2c783af

🍻 cheers

Browse files
README.md CHANGED
@@ -23,9 +23,7 @@ model-index:
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
- value: 1
27
- pipeline_tag: image-classification
28
- inference: false
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -35,7 +33,7 @@ should probably proofread and complete it, then remove this comment. -->
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 customize dataset.
37
  It achieves the following results on the evaluation set:
38
- - Loss: 0.0594
39
  - Accuracy: 1.0
40
 
41
  ## Model description
@@ -72,4 +70,4 @@ The following hyperparameters were used during training:
72
  - Transformers 4.38.2
73
  - Pytorch 2.2.1
74
  - Datasets 2.18.0
75
- - Tokenizers 0.15.2
 
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
+ value: 1.0
 
 
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
33
 
34
  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 customize dataset.
35
  It achieves the following results on the evaluation set:
36
+ - Loss: 0.0524
37
  - Accuracy: 1.0
38
 
39
  ## Model description
 
70
  - Transformers 4.38.2
71
  - Pytorch 2.2.1
72
  - Datasets 2.18.0
73
+ - Tokenizers 0.15.2
all_results.json CHANGED
@@ -1,12 +1,12 @@
1
  {
2
  "epoch": 4.0,
3
  "eval_accuracy": 1.0,
4
- "eval_loss": 0.05941523611545563,
5
- "eval_runtime": 2.2052,
6
- "eval_samples_per_second": 12.244,
7
- "eval_steps_per_second": 1.814,
8
- "train_loss": 0.25243260501883924,
9
- "train_runtime": 85.4792,
10
- "train_samples_per_second": 5.288,
11
- "train_steps_per_second": 0.374
12
  }
 
1
  {
2
  "epoch": 4.0,
3
  "eval_accuracy": 1.0,
4
+ "eval_loss": 0.052425507456064224,
5
+ "eval_runtime": 2.2674,
6
+ "eval_samples_per_second": 11.908,
7
+ "eval_steps_per_second": 1.764,
8
+ "train_loss": 0.23122912645339966,
9
+ "train_runtime": 88.6604,
10
+ "train_samples_per_second": 5.098,
11
+ "train_steps_per_second": 0.361
12
  }
eval_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "epoch": 4.0,
3
  "eval_accuracy": 1.0,
4
- "eval_loss": 0.05941523611545563,
5
- "eval_runtime": 2.2052,
6
- "eval_samples_per_second": 12.244,
7
- "eval_steps_per_second": 1.814
8
  }
 
1
  {
2
  "epoch": 4.0,
3
  "eval_accuracy": 1.0,
4
+ "eval_loss": 0.052425507456064224,
5
+ "eval_runtime": 2.2674,
6
+ "eval_samples_per_second": 11.908,
7
+ "eval_steps_per_second": 1.764
8
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bff36a0971def28059fa5de42fe3d66e08a9c955e842c930f175761510dbb14f
3
  size 343227052
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3def77414fcb47b065227793279426367016697945afcdef6074883647ce2bb9
3
  size 343227052
train_results.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "epoch": 4.0,
3
- "train_loss": 0.25243260501883924,
4
- "train_runtime": 85.4792,
5
- "train_samples_per_second": 5.288,
6
- "train_steps_per_second": 0.374
7
  }
 
1
  {
2
  "epoch": 4.0,
3
+ "train_loss": 0.23122912645339966,
4
+ "train_runtime": 88.6604,
5
+ "train_samples_per_second": 5.098,
6
+ "train_steps_per_second": 0.361
7
  }
trainer_state.json CHANGED
@@ -10,33 +10,33 @@
10
  "log_history": [
11
  {
12
  "epoch": 1.25,
13
- "grad_norm": 0.9073283672332764,
14
  "learning_rate": 0.0001375,
15
- "loss": 0.6222,
16
  "step": 10
17
  },
18
  {
19
  "epoch": 2.5,
20
- "grad_norm": 0.34812086820602417,
21
  "learning_rate": 7.500000000000001e-05,
22
- "loss": 0.1155,
23
  "step": 20
24
  },
25
  {
26
  "epoch": 3.75,
27
- "grad_norm": 0.27614542841911316,
28
  "learning_rate": 1.25e-05,
29
- "loss": 0.0591,
30
  "step": 30
31
  },
32
  {
33
  "epoch": 4.0,
34
  "step": 32,
35
  "total_flos": 3.502669323615437e+16,
36
- "train_loss": 0.25243260501883924,
37
- "train_runtime": 85.4792,
38
- "train_samples_per_second": 5.288,
39
- "train_steps_per_second": 0.374
40
  }
41
  ],
42
  "logging_steps": 10,
 
10
  "log_history": [
11
  {
12
  "epoch": 1.25,
13
+ "grad_norm": 0.7662187218666077,
14
  "learning_rate": 0.0001375,
15
+ "loss": 0.5713,
16
  "step": 10
17
  },
18
  {
19
  "epoch": 2.5,
20
+ "grad_norm": 0.32940855622291565,
21
  "learning_rate": 7.500000000000001e-05,
22
+ "loss": 0.1034,
23
  "step": 20
24
  },
25
  {
26
  "epoch": 3.75,
27
+ "grad_norm": 0.25528982281684875,
28
  "learning_rate": 1.25e-05,
29
+ "loss": 0.055,
30
  "step": 30
31
  },
32
  {
33
  "epoch": 4.0,
34
  "step": 32,
35
  "total_flos": 3.502669323615437e+16,
36
+ "train_loss": 0.23122912645339966,
37
+ "train_runtime": 88.6604,
38
+ "train_samples_per_second": 5.098,
39
+ "train_steps_per_second": 0.361
40
  }
41
  ],
42
  "logging_steps": 10,
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87ac2670551e95d5bde07e9c403f7cbba7c9ffcf81dab783ba52c1d3cca31d6d
3
+ size 4920