Training in progress, epoch 0
Browse files- all_results.json +7 -0
- config.json +48 -0
- eval_results.json +7 -0
- model.safetensors +3 -0
- preprocessor_config.json +36 -0
- runs/May13_23-04-37_e2e-66-39/events.out.tfevents.1715621696.e2e-66-39.1733796.0 +3 -0
- runs/May13_23-23-25_e2e-66-39/events.out.tfevents.1715623317.e2e-66-39.1776083.0 +3 -0
- runs/May13_23-37-13_e2e-66-39/events.out.tfevents.1715624159.e2e-66-39.1798463.0 +3 -0
- runs/May14_10-16-01_e2e-66-39/events.out.tfevents.1715661968.e2e-66-39.2793877.0 +3 -0
- runs/May14_10-47-52_e2e-66-39/events.out.tfevents.1715663879.e2e-66-39.2839309.0 +3 -0
- runs/May14_10-53-48_e2e-66-39/events.out.tfevents.1715664230.e2e-66-39.2852036.0 +3 -0
- runs/May14_11-33-04_e2e-66-39/events.out.tfevents.1715666588.e2e-66-39.2918477.0 +3 -0
- training_args.bin +3 -0
all_results.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"eval_accuracy": 0.11342436602234439,
|
3 |
+
"eval_loss": 2.3934237957000732,
|
4 |
+
"eval_runtime": 514.1383,
|
5 |
+
"eval_samples_per_second": 54.839,
|
6 |
+
"eval_steps_per_second": 0.858
|
7 |
+
}
|
config.json
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/vit-base-patch16-224",
|
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": "01",
|
13 |
+
"1": "02",
|
14 |
+
"2": "03",
|
15 |
+
"3": "04",
|
16 |
+
"4": "05",
|
17 |
+
"5": "06",
|
18 |
+
"6": "07",
|
19 |
+
"7": "08",
|
20 |
+
"8": "09",
|
21 |
+
"9": "10"
|
22 |
+
},
|
23 |
+
"image_size": 224,
|
24 |
+
"initializer_range": 0.02,
|
25 |
+
"intermediate_size": 3072,
|
26 |
+
"label2id": {
|
27 |
+
"01": 0,
|
28 |
+
"02": 1,
|
29 |
+
"03": 2,
|
30 |
+
"04": 3,
|
31 |
+
"05": 4,
|
32 |
+
"06": 5,
|
33 |
+
"07": 6,
|
34 |
+
"08": 7,
|
35 |
+
"09": 8,
|
36 |
+
"10": 9
|
37 |
+
},
|
38 |
+
"layer_norm_eps": 1e-12,
|
39 |
+
"model_type": "vit",
|
40 |
+
"num_attention_heads": 12,
|
41 |
+
"num_channels": 3,
|
42 |
+
"num_hidden_layers": 12,
|
43 |
+
"patch_size": 16,
|
44 |
+
"problem_type": "single_label_classification",
|
45 |
+
"qkv_bias": true,
|
46 |
+
"torch_dtype": "float32",
|
47 |
+
"transformers_version": "4.40.1"
|
48 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"eval_accuracy": 0.11342436602234439,
|
3 |
+
"eval_loss": 2.3934237957000732,
|
4 |
+
"eval_runtime": 514.1383,
|
5 |
+
"eval_samples_per_second": 54.839,
|
6 |
+
"eval_steps_per_second": 0.858
|
7 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74e7e9b35119f2a215083058d6418bc1888197a6237c2b17e7e1c8e982d10c2f
|
3 |
+
size 343248584
|
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 |
+
}
|
runs/May13_23-04-37_e2e-66-39/events.out.tfevents.1715621696.e2e-66-39.1733796.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de3e6f419f98c49437445c6df012cb3eb28ff5b7a4329ff0547b1480446d2650
|
3 |
+
size 346
|
runs/May13_23-23-25_e2e-66-39/events.out.tfevents.1715623317.e2e-66-39.1776083.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:727537103454b8a7662e57d3ee8ce7b1b0d3d0d42af973e9a6864d30dc077192
|
3 |
+
size 346
|
runs/May13_23-37-13_e2e-66-39/events.out.tfevents.1715624159.e2e-66-39.1798463.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad2a5b699c6c5fd0a32868b7ce387311c978f36da603396b822ad37e93594f0b
|
3 |
+
size 5712
|
runs/May14_10-16-01_e2e-66-39/events.out.tfevents.1715661968.e2e-66-39.2793877.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f588cc717bff163ed2df02ba439150e76fd0c7df53cb8bafbbc7a3de186edea
|
3 |
+
size 8107
|
runs/May14_10-47-52_e2e-66-39/events.out.tfevents.1715663879.e2e-66-39.2839309.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:029e4193da033693ebcc37e701821b16d030ae15b6a4892ee3679acc3e638868
|
3 |
+
size 4184
|
runs/May14_10-53-48_e2e-66-39/events.out.tfevents.1715664230.e2e-66-39.2852036.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:091b0490696fc87d6ab7580349e6f34a83b5876d4965e69790abebbbafcb5a1f
|
3 |
+
size 9795
|
runs/May14_11-33-04_e2e-66-39/events.out.tfevents.1715666588.e2e-66-39.2918477.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:53675fbf4e13b654863aa237afb9f38c61ee6707cf435a50958221a8403834f2
|
3 |
+
size 13072
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad4a52187dadb3afab0b3d1a22741f4936963d7812c76c5a1443f2b5946e07f8
|
3 |
+
size 5048
|