Training in progress, epoch 0
Browse files
config.json
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "microsoft/swin-tiny-patch4-window7-224",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"SwinForImageClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.0,
|
| 7 |
+
"depths": [
|
| 8 |
+
2,
|
| 9 |
+
2,
|
| 10 |
+
6,
|
| 11 |
+
2
|
| 12 |
+
],
|
| 13 |
+
"drop_path_rate": 0.1,
|
| 14 |
+
"embed_dim": 96,
|
| 15 |
+
"encoder_stride": 32,
|
| 16 |
+
"hidden_act": "gelu",
|
| 17 |
+
"hidden_dropout_prob": 0.0,
|
| 18 |
+
"hidden_size": 768,
|
| 19 |
+
"id2label": {
|
| 20 |
+
"0": "1-series",
|
| 21 |
+
"1": "3-series",
|
| 22 |
+
"2": "4-series",
|
| 23 |
+
"3": "5-series",
|
| 24 |
+
"4": "6-series",
|
| 25 |
+
"5": "7-series",
|
| 26 |
+
"6": "8-series",
|
| 27 |
+
"7": "m3",
|
| 28 |
+
"8": "m4",
|
| 29 |
+
"9": "m5"
|
| 30 |
+
},
|
| 31 |
+
"image_size": 224,
|
| 32 |
+
"initializer_range": 0.02,
|
| 33 |
+
"label2id": {
|
| 34 |
+
"1-series": 0,
|
| 35 |
+
"3-series": 1,
|
| 36 |
+
"4-series": 2,
|
| 37 |
+
"5-series": 3,
|
| 38 |
+
"6-series": 4,
|
| 39 |
+
"7-series": 5,
|
| 40 |
+
"8-series": 6,
|
| 41 |
+
"m3": 7,
|
| 42 |
+
"m4": 8,
|
| 43 |
+
"m5": 9
|
| 44 |
+
},
|
| 45 |
+
"layer_norm_eps": 1e-05,
|
| 46 |
+
"mlp_ratio": 4.0,
|
| 47 |
+
"model_type": "swin",
|
| 48 |
+
"num_channels": 3,
|
| 49 |
+
"num_heads": [
|
| 50 |
+
3,
|
| 51 |
+
6,
|
| 52 |
+
12,
|
| 53 |
+
24
|
| 54 |
+
],
|
| 55 |
+
"num_layers": 4,
|
| 56 |
+
"out_features": [
|
| 57 |
+
"stage4"
|
| 58 |
+
],
|
| 59 |
+
"out_indices": [
|
| 60 |
+
4
|
| 61 |
+
],
|
| 62 |
+
"patch_size": 4,
|
| 63 |
+
"path_norm": true,
|
| 64 |
+
"problem_type": "single_label_classification",
|
| 65 |
+
"qkv_bias": true,
|
| 66 |
+
"stage_names": [
|
| 67 |
+
"stem",
|
| 68 |
+
"stage1",
|
| 69 |
+
"stage2",
|
| 70 |
+
"stage3",
|
| 71 |
+
"stage4"
|
| 72 |
+
],
|
| 73 |
+
"torch_dtype": "float32",
|
| 74 |
+
"transformers_version": "4.35.2",
|
| 75 |
+
"use_absolute_embeddings": false,
|
| 76 |
+
"window_size": 7
|
| 77 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0319e582fc5960bb6b2d1fa1b48c1f7d5bb6de06060946d87d3a443f2b1d31bd
|
| 3 |
+
size 110367448
|
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.485,
|
| 7 |
+
0.456,
|
| 8 |
+
0.406
|
| 9 |
+
],
|
| 10 |
+
"image_processor_type": "ViTImageProcessor",
|
| 11 |
+
"image_std": [
|
| 12 |
+
0.229,
|
| 13 |
+
0.224,
|
| 14 |
+
0.225
|
| 15 |
+
],
|
| 16 |
+
"resample": 3,
|
| 17 |
+
"rescale_factor": 0.00392156862745098,
|
| 18 |
+
"size": {
|
| 19 |
+
"height": 224,
|
| 20 |
+
"width": 224
|
| 21 |
+
}
|
| 22 |
+
}
|
runs/Nov22_06-28-16_b05f562b438d/events.out.tfevents.1700634661.b05f562b438d.602.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83ed49598f91a31ecbc315b7c8ebad39d58bc913a500645909a4dd077bfc7532
|
| 3 |
+
size 5274
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a74067bb7fe0f90b1b0348c3244fbcfc30b5012a626964aca11adeb980e9b86d
|
| 3 |
+
size 4664
|