Sourabh2 commited on
Commit
01c7aef
·
verified ·
1 Parent(s): 0dc88c2

Initial commit of model checkpoint

Browse files
Files changed (7) hide show
  1. config.json +32 -0
  2. optimizer.pt +3 -0
  3. pytorch_model.bin +3 -0
  4. rng_state.pth +3 -0
  5. scheduler.pt +3 -0
  6. trainer_state.json +43 -0
  7. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-patch16-224-in21k",
3
+ "architectures": [
4
+ "ViTForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "encoder_stride": 16,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.0,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "Tempered",
13
+ "1": "Authentic"
14
+ },
15
+ "image_size": 224,
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 3072,
18
+ "label2id": {
19
+ "Authentic": 1,
20
+ "Tempered": 0
21
+ },
22
+ "layer_norm_eps": 1e-12,
23
+ "model_type": "vit",
24
+ "num_attention_heads": 12,
25
+ "num_channels": 3,
26
+ "num_hidden_layers": 12,
27
+ "patch_size": 16,
28
+ "problem_type": "single_label_classification",
29
+ "qkv_bias": true,
30
+ "torch_dtype": "float32",
31
+ "transformers_version": "4.27.4"
32
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31ab1737b1bc3ffeba84cb9ec912cbe561d785570b61d3de9cd4545abe2f4d94
3
+ size 686518725
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70cb944d24f7aa876cc533c9cca94038b9db0dffdb4f8bd7fc83fc49678b214d
3
+ size 343268717
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91f7d192a65db3e9a4e208518e5832cbac3cf7f184342ca7cab6ba0209586614
3
+ size 14575
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39f7f09c6d9047f402dd9e8803079c7e7ffc6a645839043bcc0a7a434971deb4
3
+ size 627
trainer_state.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.6866666666666666,
3
+ "best_model_checkpoint": "Tempered-Product-Images/checkpoint-81",
4
+ "epoch": 3.0,
5
+ "global_step": 81,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 1.0,
12
+ "eval_accuracy": 0.6133333333333333,
13
+ "eval_loss": 0.6725846529006958,
14
+ "eval_runtime": 1.9728,
15
+ "eval_samples_per_second": 76.033,
16
+ "eval_steps_per_second": 19.262,
17
+ "step": 27
18
+ },
19
+ {
20
+ "epoch": 2.0,
21
+ "eval_accuracy": 0.6733333333333333,
22
+ "eval_loss": 0.6606440544128418,
23
+ "eval_runtime": 1.9477,
24
+ "eval_samples_per_second": 77.015,
25
+ "eval_steps_per_second": 19.51,
26
+ "step": 54
27
+ },
28
+ {
29
+ "epoch": 3.0,
30
+ "eval_accuracy": 0.6866666666666666,
31
+ "eval_loss": 0.656216025352478,
32
+ "eval_runtime": 1.966,
33
+ "eval_samples_per_second": 76.297,
34
+ "eval_steps_per_second": 19.329,
35
+ "step": 81
36
+ }
37
+ ],
38
+ "max_steps": 81,
39
+ "num_train_epochs": 3,
40
+ "total_flos": 1.976045735172096e+17,
41
+ "trial_name": null,
42
+ "trial_params": null
43
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7845f05516b51661a71d53d66e981331681de10e65abc21466ff918f4f86e70a
3
+ size 3579