Training in progress, epoch 0
Browse files- config.json +84 -0
- model.safetensors +3 -0
- preprocessor_config.json +27 -0
- runs/Apr06_18-52-29_c23hpda1/events.out.tfevents.1712422351.c23hpda1.4002043.0 +3 -0
- runs/Apr06_19-04-35_c23hpda1/events.out.tfevents.1712423078.c23hpda1.4002043.1 +3 -0
- runs/Apr06_19-08-09_c23hpda1/events.out.tfevents.1712423292.c23hpda1.4002043.2 +3 -0
- runs/Apr06_19-32-54_c23hpda1/events.out.tfevents.1712424777.c23hpda1.4002043.3 +3 -0
- runs/Apr06_19-55-28_c23hpda1/events.out.tfevents.1712426131.c23hpda1.4045362.0 +3 -0
- runs/Apr06_19-59-30_c23hpda1/events.out.tfevents.1712426371.c23hpda1.4045362.1 +3 -0
- runs/Apr06_20-01-51_c23hpda1/events.out.tfevents.1712426512.c23hpda1.4045362.2 +3 -0
- runs/Apr06_20-02-36_c23hpda1/events.out.tfevents.1712426557.c23hpda1.4045362.3 +3 -0
- runs/Apr06_20-05-46_c23hpda1/events.out.tfevents.1712426747.c23hpda1.4045362.4 +3 -0
- runs/Apr06_20-06-35_c23hpda1/events.out.tfevents.1712426796.c23hpda1.4045362.5 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "facebook/deit-base-distilled-patch16-224",
|
3 |
+
"architectures": [
|
4 |
+
"DeiTForImageClassification"
|
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": "LABEL_0",
|
13 |
+
"1": "LABEL_1",
|
14 |
+
"2": "LABEL_2",
|
15 |
+
"3": "LABEL_3",
|
16 |
+
"4": "LABEL_4",
|
17 |
+
"5": "LABEL_5",
|
18 |
+
"6": "LABEL_6",
|
19 |
+
"7": "LABEL_7",
|
20 |
+
"8": "LABEL_8",
|
21 |
+
"9": "LABEL_9",
|
22 |
+
"10": "LABEL_10",
|
23 |
+
"11": "LABEL_11",
|
24 |
+
"12": "LABEL_12",
|
25 |
+
"13": "LABEL_13",
|
26 |
+
"14": "LABEL_14",
|
27 |
+
"15": "LABEL_15",
|
28 |
+
"16": "LABEL_16",
|
29 |
+
"17": "LABEL_17",
|
30 |
+
"18": "LABEL_18",
|
31 |
+
"19": "LABEL_19",
|
32 |
+
"20": "LABEL_20",
|
33 |
+
"21": "LABEL_21",
|
34 |
+
"22": "LABEL_22",
|
35 |
+
"23": "LABEL_23",
|
36 |
+
"24": "LABEL_24",
|
37 |
+
"25": "LABEL_25",
|
38 |
+
"26": "LABEL_26",
|
39 |
+
"27": "LABEL_27"
|
40 |
+
},
|
41 |
+
"image_size": 224,
|
42 |
+
"initializer_range": 0.02,
|
43 |
+
"intermediate_size": 3072,
|
44 |
+
"label2id": {
|
45 |
+
"LABEL_0": 0,
|
46 |
+
"LABEL_1": 1,
|
47 |
+
"LABEL_10": 10,
|
48 |
+
"LABEL_11": 11,
|
49 |
+
"LABEL_12": 12,
|
50 |
+
"LABEL_13": 13,
|
51 |
+
"LABEL_14": 14,
|
52 |
+
"LABEL_15": 15,
|
53 |
+
"LABEL_16": 16,
|
54 |
+
"LABEL_17": 17,
|
55 |
+
"LABEL_18": 18,
|
56 |
+
"LABEL_19": 19,
|
57 |
+
"LABEL_2": 2,
|
58 |
+
"LABEL_20": 20,
|
59 |
+
"LABEL_21": 21,
|
60 |
+
"LABEL_22": 22,
|
61 |
+
"LABEL_23": 23,
|
62 |
+
"LABEL_24": 24,
|
63 |
+
"LABEL_25": 25,
|
64 |
+
"LABEL_26": 26,
|
65 |
+
"LABEL_27": 27,
|
66 |
+
"LABEL_3": 3,
|
67 |
+
"LABEL_4": 4,
|
68 |
+
"LABEL_5": 5,
|
69 |
+
"LABEL_6": 6,
|
70 |
+
"LABEL_7": 7,
|
71 |
+
"LABEL_8": 8,
|
72 |
+
"LABEL_9": 9
|
73 |
+
},
|
74 |
+
"layer_norm_eps": 1e-12,
|
75 |
+
"model_type": "deit",
|
76 |
+
"num_attention_heads": 12,
|
77 |
+
"num_channels": 3,
|
78 |
+
"num_hidden_layers": 12,
|
79 |
+
"patch_size": 16,
|
80 |
+
"problem_type": "single_label_classification",
|
81 |
+
"qkv_bias": true,
|
82 |
+
"torch_dtype": "float32",
|
83 |
+
"transformers_version": "4.38.0"
|
84 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e4e7acf181e9cac002a37583c83a187c2e1d6e116deb2f26734efd6ee4a9a97
|
3 |
+
size 343310400
|
preprocessor_config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_size": {
|
3 |
+
"height": 224,
|
4 |
+
"width": 224
|
5 |
+
},
|
6 |
+
"do_center_crop": true,
|
7 |
+
"do_normalize": true,
|
8 |
+
"do_rescale": true,
|
9 |
+
"do_resize": true,
|
10 |
+
"image_mean": [
|
11 |
+
0.485,
|
12 |
+
0.456,
|
13 |
+
0.406
|
14 |
+
],
|
15 |
+
"image_processor_type": "DeiTImageProcessor",
|
16 |
+
"image_std": [
|
17 |
+
0.229,
|
18 |
+
0.224,
|
19 |
+
0.225
|
20 |
+
],
|
21 |
+
"resample": 3,
|
22 |
+
"rescale_factor": 0.00392156862745098,
|
23 |
+
"size": {
|
24 |
+
"height": 256,
|
25 |
+
"width": 256
|
26 |
+
}
|
27 |
+
}
|
runs/Apr06_18-52-29_c23hpda1/events.out.tfevents.1712422351.c23hpda1.4002043.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e18e6b727096554497c58f0847371abf3a20d811db4567926113cf1077ea8321
|
3 |
+
size 6286
|
runs/Apr06_19-04-35_c23hpda1/events.out.tfevents.1712423078.c23hpda1.4002043.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b817bfc6818bc2a27bf6a18de74321fc079bdc459efed68d943680d8f970f91
|
3 |
+
size 6286
|
runs/Apr06_19-08-09_c23hpda1/events.out.tfevents.1712423292.c23hpda1.4002043.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8cc46bd0346b0f1e026802400c8b184d4a9b33fa602cbf22aff70b3f7083b59e
|
3 |
+
size 6286
|
runs/Apr06_19-32-54_c23hpda1/events.out.tfevents.1712424777.c23hpda1.4002043.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ebdac8123e4fcb138d880fe45388c10377e71f31630fcd40e16f367409e139c2
|
3 |
+
size 6286
|
runs/Apr06_19-55-28_c23hpda1/events.out.tfevents.1712426131.c23hpda1.4045362.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:42d6c88e261fd867f2b5552ede710b3357434e8104b06ffc2e546a652c227074
|
3 |
+
size 5684
|
runs/Apr06_19-59-30_c23hpda1/events.out.tfevents.1712426371.c23hpda1.4045362.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69144bc0695cfe301dbd18a20b19045091eb8a23e4b20dea4fd84ea83446de50
|
3 |
+
size 5684
|
runs/Apr06_20-01-51_c23hpda1/events.out.tfevents.1712426512.c23hpda1.4045362.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d584393fa4d272462e5bfd1a3025c764d9ab3b2d3dbabc27600594203a7477b
|
3 |
+
size 5684
|
runs/Apr06_20-02-36_c23hpda1/events.out.tfevents.1712426557.c23hpda1.4045362.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7bc9b935fbf7447d4bdc228b17421c5beeded68e3d31a711c0174ba9400b84a
|
3 |
+
size 5684
|
runs/Apr06_20-05-46_c23hpda1/events.out.tfevents.1712426747.c23hpda1.4045362.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7e60d9507d635341556c20c72f95552112d5dc310217d829bee30a39c826dd6
|
3 |
+
size 5684
|
runs/Apr06_20-06-35_c23hpda1/events.out.tfevents.1712426796.c23hpda1.4045362.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:957c0edf4bb256ffbf8c5d85a208629afaee55bcb57255526d1e8651e14609c3
|
3 |
+
size 6001
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c107fa53f7d439c7e3b63891f618196c91127fed31e7225cb847de0cfca9d68
|
3 |
+
size 4475
|