Training in progress, epoch 1
Browse files- config.json +76 -0
- model.safetensors +3 -0
- preprocessor_config.json +30 -0
- runs/May04_21-08-55_97a3f1c15616/events.out.tfevents.1746392940.97a3f1c15616.2268.4 +3 -0
- runs/May04_21-12-49_09adf0500373/events.out.tfevents.1746393179.09adf0500373.1188.0 +3 -0
- runs/May04_21-17-28_340052f64d06/events.out.tfevents.1746393480.340052f64d06.480.0 +3 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Swinv2ForImageClassification"
|
| 4 |
+
],
|
| 5 |
+
"attention_probs_dropout_prob": 0.0,
|
| 6 |
+
"depths": [
|
| 7 |
+
2,
|
| 8 |
+
2,
|
| 9 |
+
18,
|
| 10 |
+
2
|
| 11 |
+
],
|
| 12 |
+
"drop_path_rate": 0.1,
|
| 13 |
+
"embed_dim": 128,
|
| 14 |
+
"encoder_stride": 32,
|
| 15 |
+
"hidden_act": "gelu",
|
| 16 |
+
"hidden_dropout_prob": 0.0,
|
| 17 |
+
"hidden_size": 1024,
|
| 18 |
+
"id2label": {
|
| 19 |
+
"0": "LABEL_0",
|
| 20 |
+
"1": "LABEL_1",
|
| 21 |
+
"2": "LABEL_2",
|
| 22 |
+
"3": "LABEL_3",
|
| 23 |
+
"4": "LABEL_4",
|
| 24 |
+
"5": "LABEL_5",
|
| 25 |
+
"6": "LABEL_6"
|
| 26 |
+
},
|
| 27 |
+
"image_size": 256,
|
| 28 |
+
"initializer_range": 0.02,
|
| 29 |
+
"label2id": {
|
| 30 |
+
"LABEL_0": 0,
|
| 31 |
+
"LABEL_1": 1,
|
| 32 |
+
"LABEL_2": 2,
|
| 33 |
+
"LABEL_3": 3,
|
| 34 |
+
"LABEL_4": 4,
|
| 35 |
+
"LABEL_5": 5,
|
| 36 |
+
"LABEL_6": 6
|
| 37 |
+
},
|
| 38 |
+
"layer_norm_eps": 1e-05,
|
| 39 |
+
"mlp_ratio": 4.0,
|
| 40 |
+
"model_type": "swinv2",
|
| 41 |
+
"num_channels": 3,
|
| 42 |
+
"num_heads": [
|
| 43 |
+
4,
|
| 44 |
+
8,
|
| 45 |
+
16,
|
| 46 |
+
32
|
| 47 |
+
],
|
| 48 |
+
"num_layers": 4,
|
| 49 |
+
"out_features": [
|
| 50 |
+
"stage4"
|
| 51 |
+
],
|
| 52 |
+
"out_indices": [
|
| 53 |
+
4
|
| 54 |
+
],
|
| 55 |
+
"patch_size": 4,
|
| 56 |
+
"path_norm": true,
|
| 57 |
+
"pretrained_window_sizes": [
|
| 58 |
+
0,
|
| 59 |
+
0,
|
| 60 |
+
0,
|
| 61 |
+
0
|
| 62 |
+
],
|
| 63 |
+
"problem_type": "single_label_classification",
|
| 64 |
+
"qkv_bias": true,
|
| 65 |
+
"stage_names": [
|
| 66 |
+
"stem",
|
| 67 |
+
"stage1",
|
| 68 |
+
"stage2",
|
| 69 |
+
"stage3",
|
| 70 |
+
"stage4"
|
| 71 |
+
],
|
| 72 |
+
"torch_dtype": "float32",
|
| 73 |
+
"transformers_version": "4.51.3",
|
| 74 |
+
"use_absolute_embeddings": false,
|
| 75 |
+
"window_size": 8
|
| 76 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b03ae32612e2654ee6d5fac3be60749a4d42b2054cf718de9749bfd503b3db3e
|
| 3 |
+
size 347665996
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crop_size": null,
|
| 3 |
+
"data_format": "channels_first",
|
| 4 |
+
"default_to_square": true,
|
| 5 |
+
"device": null,
|
| 6 |
+
"do_center_crop": null,
|
| 7 |
+
"do_convert_rgb": null,
|
| 8 |
+
"do_normalize": true,
|
| 9 |
+
"do_rescale": true,
|
| 10 |
+
"do_resize": true,
|
| 11 |
+
"image_mean": [
|
| 12 |
+
0.485,
|
| 13 |
+
0.456,
|
| 14 |
+
0.406
|
| 15 |
+
],
|
| 16 |
+
"image_processor_type": "ViTImageProcessorFast",
|
| 17 |
+
"image_std": [
|
| 18 |
+
0.229,
|
| 19 |
+
0.224,
|
| 20 |
+
0.225
|
| 21 |
+
],
|
| 22 |
+
"input_data_format": null,
|
| 23 |
+
"resample": 3,
|
| 24 |
+
"rescale_factor": 0.00392156862745098,
|
| 25 |
+
"return_tensors": null,
|
| 26 |
+
"size": {
|
| 27 |
+
"height": 256,
|
| 28 |
+
"width": 256
|
| 29 |
+
}
|
| 30 |
+
}
|
runs/May04_21-08-55_97a3f1c15616/events.out.tfevents.1746392940.97a3f1c15616.2268.4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9acb9bee0c86e1407a90371e1e9298327a6175cff70540316d4b181fe3ae6bf0
|
| 3 |
+
size 8280
|
runs/May04_21-12-49_09adf0500373/events.out.tfevents.1746393179.09adf0500373.1188.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fada4eb9657c493f47a7053b95f27852575e982dd0b11c212fe02d5f2f875c2a
|
| 3 |
+
size 11452
|
runs/May04_21-17-28_340052f64d06/events.out.tfevents.1746393480.340052f64d06.480.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b6fabd13ceb25c361ca717c7d9cc19157f73b724f526a91e400a1623e4f9ef43
|
| 3 |
+
size 7032
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c38b5753deda45e35dc38b53fe2a8da5f378b7fc848218f50345cf68b223c6a4
|
| 3 |
+
size 5496
|