youngp5 commited on
Commit
c93c094
1 Parent(s): 8ce7b1c

Upload . with huggingface_hub

Browse files
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": "glasses",
13
+ "1": "no%20glasses"
14
+ },
15
+ "image_size": 224,
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 3072,
18
+ "label2id": {
19
+ "glasses": "0",
20
+ "no%20glasses": "1"
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:d37b1f94d0dd785963f288ea95af59d80bf7fe7b27c861300f7a4effae4f856d
3
+ size 686518725
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_processor_type": "ViTFeatureExtractor",
11
+ "image_std": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "resample": 2,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 224,
20
+ "width": 224
21
+ }
22
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5f289a90b9ebd12368cc1c5fc887bd5a83fe6832d9f863eab3733049d6c3b28
3
+ size 343268717
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f6a8f9fad04fbdcf36756acea92f38010173e2a3aa9da67206bc394c9f62d76
3
+ size 14575
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59ef42b2708712cccffbca4f7d21d8f31894dc8787870e9fe4e34286de7f6cfc
3
+ size 627
trainer_state.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.010101093910634518,
3
+ "best_model_checkpoint": "./vit-base-beans/checkpoint-40",
4
+ "epoch": 2.857142857142857,
5
+ "global_step": 40,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.71,
12
+ "learning_rate": 0.00016428571428571428,
13
+ "loss": 0.3032,
14
+ "step": 10
15
+ },
16
+ {
17
+ "epoch": 1.43,
18
+ "learning_rate": 0.00012857142857142858,
19
+ "loss": 0.063,
20
+ "step": 20
21
+ },
22
+ {
23
+ "epoch": 2.14,
24
+ "learning_rate": 9.285714285714286e-05,
25
+ "loss": 0.049,
26
+ "step": 30
27
+ },
28
+ {
29
+ "epoch": 2.86,
30
+ "learning_rate": 5.714285714285714e-05,
31
+ "loss": 0.014,
32
+ "step": 40
33
+ },
34
+ {
35
+ "epoch": 2.86,
36
+ "eval_accuracy": 1.0,
37
+ "eval_loss": 0.010101093910634518,
38
+ "eval_runtime": 0.2542,
39
+ "eval_samples_per_second": 74.735,
40
+ "eval_steps_per_second": 11.8,
41
+ "step": 40
42
+ }
43
+ ],
44
+ "max_steps": 56,
45
+ "num_train_epochs": 4,
46
+ "total_flos": 4.835500151950541e+16,
47
+ "trial_name": null,
48
+ "trial_params": null
49
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7394dc48768b282885936d194320c0666c78b6d06cef5f2aee53bd8f395397a9
3
+ size 3515