dima806 commited on
Commit
853d526
1 Parent(s): bb55584

Upload folder using huggingface_hub

Browse files
checkpoint-3072/config.json ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "dima806/military_aircraft_image_detection",
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": "A10",
13
+ "1": "A400M",
14
+ "2": "AG600",
15
+ "3": "AV8B",
16
+ "4": "B1",
17
+ "5": "B2",
18
+ "6": "B52",
19
+ "7": "Be200",
20
+ "8": "C130",
21
+ "9": "C17",
22
+ "10": "C2",
23
+ "11": "C5",
24
+ "12": "E2",
25
+ "13": "E7",
26
+ "14": "EF2000",
27
+ "15": "F117",
28
+ "16": "F14",
29
+ "17": "F15",
30
+ "18": "F16",
31
+ "19": "F18",
32
+ "20": "F22",
33
+ "21": "F35",
34
+ "22": "F4",
35
+ "23": "H6",
36
+ "24": "J10",
37
+ "25": "J20",
38
+ "26": "JAS39",
39
+ "27": "JF17",
40
+ "28": "KC135",
41
+ "29": "MQ9",
42
+ "30": "Mig31",
43
+ "31": "Mirage2000",
44
+ "32": "P3",
45
+ "33": "RQ4",
46
+ "34": "Rafale",
47
+ "35": "SR71",
48
+ "36": "Su24",
49
+ "37": "Su25",
50
+ "38": "Su34",
51
+ "39": "Su57",
52
+ "40": "Tornado",
53
+ "41": "Tu160",
54
+ "42": "Tu95",
55
+ "43": "U2",
56
+ "44": "US2",
57
+ "45": "V22",
58
+ "46": "Vulcan",
59
+ "47": "XB70",
60
+ "48": "YF23"
61
+ },
62
+ "image_size": 224,
63
+ "initializer_range": 0.02,
64
+ "intermediate_size": 3072,
65
+ "label2id": {
66
+ "A10": 0,
67
+ "A400M": 1,
68
+ "AG600": 2,
69
+ "AV8B": 3,
70
+ "B1": 4,
71
+ "B2": 5,
72
+ "B52": 6,
73
+ "Be200": 7,
74
+ "C130": 8,
75
+ "C17": 9,
76
+ "C2": 10,
77
+ "C5": 11,
78
+ "E2": 12,
79
+ "E7": 13,
80
+ "EF2000": 14,
81
+ "F117": 15,
82
+ "F14": 16,
83
+ "F15": 17,
84
+ "F16": 18,
85
+ "F18": 19,
86
+ "F22": 20,
87
+ "F35": 21,
88
+ "F4": 22,
89
+ "H6": 23,
90
+ "J10": 24,
91
+ "J20": 25,
92
+ "JAS39": 26,
93
+ "JF17": 27,
94
+ "KC135": 28,
95
+ "MQ9": 29,
96
+ "Mig31": 30,
97
+ "Mirage2000": 31,
98
+ "P3": 32,
99
+ "RQ4": 33,
100
+ "Rafale": 34,
101
+ "SR71": 35,
102
+ "Su24": 36,
103
+ "Su25": 37,
104
+ "Su34": 38,
105
+ "Su57": 39,
106
+ "Tornado": 40,
107
+ "Tu160": 41,
108
+ "Tu95": 42,
109
+ "U2": 43,
110
+ "US2": 44,
111
+ "V22": 45,
112
+ "Vulcan": 46,
113
+ "XB70": 47,
114
+ "YF23": 48
115
+ },
116
+ "layer_norm_eps": 1e-12,
117
+ "model_type": "vit",
118
+ "num_attention_heads": 12,
119
+ "num_channels": 3,
120
+ "num_hidden_layers": 12,
121
+ "patch_size": 16,
122
+ "problem_type": "single_label_classification",
123
+ "qkv_bias": true,
124
+ "torch_dtype": "float32",
125
+ "transformers_version": "4.40.1"
126
+ }
checkpoint-3072/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c4996556f63f3f70cdd93cebf5f68c6b8acc6b16557b2f9d519c62ffb37e0ff
3
+ size 343368556
checkpoint-3072/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dd95253e6e6fe622265e37cfa1611bb916c78e058d3a4ae99624a888a184d1b
3
+ size 686857605
checkpoint-3072/preprocessor_config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "do_resize",
5
+ "size",
6
+ "resample",
7
+ "do_rescale",
8
+ "rescale_factor",
9
+ "do_normalize",
10
+ "image_mean",
11
+ "image_std",
12
+ "return_tensors",
13
+ "data_format",
14
+ "input_data_format"
15
+ ],
16
+ "do_normalize": true,
17
+ "do_rescale": true,
18
+ "do_resize": true,
19
+ "image_mean": [
20
+ 0.5,
21
+ 0.5,
22
+ 0.5
23
+ ],
24
+ "image_processor_type": "ViTImageProcessor",
25
+ "image_std": [
26
+ 0.5,
27
+ 0.5,
28
+ 0.5
29
+ ],
30
+ "resample": 2,
31
+ "rescale_factor": 0.00392156862745098,
32
+ "size": {
33
+ "height": 224,
34
+ "width": 224
35
+ }
36
+ }
checkpoint-3072/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45806d4a73607ad4f3804ee3405909146aa4eaef1c9ac7e8d5c26ee89fd88bf5
3
+ size 14575
checkpoint-3072/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83b0a6107dcc64130489441d9772cf95e3b7c30e36e6d1e74bccb59e31f2a4d4
3
+ size 627
checkpoint-3072/trainer_state.json ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 3.514519691467285,
3
+ "best_model_checkpoint": "military_aircraft_image_detection/checkpoint-3072",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 3072,
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.48828125,
13
+ "grad_norm": 1.0851178169250488,
14
+ "learning_rate": 1.7021839841164792e-06,
15
+ "loss": 3.7558,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.9765625,
20
+ "grad_norm": 1.199049472808838,
21
+ "learning_rate": 1.3712772998014558e-06,
22
+ "loss": 3.6722,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 1.0,
27
+ "eval_accuracy": 0.23910952315514636,
28
+ "eval_loss": 3.6696815490722656,
29
+ "eval_runtime": 106.6145,
30
+ "eval_samples_per_second": 68.255,
31
+ "eval_steps_per_second": 2.139,
32
+ "step": 1024
33
+ },
34
+ {
35
+ "epoch": 1.46484375,
36
+ "grad_norm": 1.3224748373031616,
37
+ "learning_rate": 1.0403706154864327e-06,
38
+ "loss": 3.5885,
39
+ "step": 1500
40
+ },
41
+ {
42
+ "epoch": 1.953125,
43
+ "grad_norm": 1.3496286869049072,
44
+ "learning_rate": 7.094639311714097e-07,
45
+ "loss": 3.5291,
46
+ "step": 2000
47
+ },
48
+ {
49
+ "epoch": 2.0,
50
+ "eval_accuracy": 0.32087398653291194,
51
+ "eval_loss": 3.553510904312134,
52
+ "eval_runtime": 106.9657,
53
+ "eval_samples_per_second": 68.031,
54
+ "eval_steps_per_second": 2.132,
55
+ "step": 2048
56
+ },
57
+ {
58
+ "epoch": 2.44140625,
59
+ "grad_norm": 1.2797551155090332,
60
+ "learning_rate": 3.7855724685638645e-07,
61
+ "loss": 3.4827,
62
+ "step": 2500
63
+ },
64
+ {
65
+ "epoch": 2.9296875,
66
+ "grad_norm": 1.3534544706344604,
67
+ "learning_rate": 4.7650562541363334e-08,
68
+ "loss": 3.4586,
69
+ "step": 3000
70
+ },
71
+ {
72
+ "epoch": 3.0,
73
+ "eval_accuracy": 0.34396042325133985,
74
+ "eval_loss": 3.514519691467285,
75
+ "eval_runtime": 106.2025,
76
+ "eval_samples_per_second": 68.52,
77
+ "eval_steps_per_second": 2.147,
78
+ "step": 3072
79
+ }
80
+ ],
81
+ "logging_steps": 500,
82
+ "max_steps": 3072,
83
+ "num_input_tokens_seen": 0,
84
+ "num_train_epochs": 3,
85
+ "save_steps": 500,
86
+ "total_flos": 1.5230799461487182e+19,
87
+ "train_batch_size": 64,
88
+ "trial_name": null,
89
+ "trial_params": null
90
+ }
checkpoint-3072/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1e0d2dd4f6720843fe7786eec6df0cd3035044e294cda00c411bce82c3773a9
3
+ size 4475
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "google/vit-base-patch16-224-in21k",
3
  "architectures": [
4
  "ViTForImageClassification"
5
  ],
 
1
  {
2
+ "_name_or_path": "dima806/military_aircraft_image_detection",
3
  "architectures": [
4
  "ViTForImageClassification"
5
  ],
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1a62a071b765c50623d57a302bd49cd8f98992efd75de9e3907f77e2b4497993
3
  size 343368556
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c4996556f63f3f70cdd93cebf5f68c6b8acc6b16557b2f9d519c62ffb37e0ff
3
  size 343368556
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:23b52bd3299e4e908ee627cdb33a816274baae78414c93c7c1dd4adf24cee529
3
  size 4475
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1e0d2dd4f6720843fe7786eec6df0cd3035044e294cda00c411bce82c3773a9
3
  size 4475