Training in progress, epoch 0
Browse files- config.json +63 -0
- model.safetensors +3 -0
- preprocessor_config.json +22 -0
- runs/Aug08_08-52-43_ea0a19fcfc69/events.out.tfevents.1723107165.ea0a19fcfc69 +3 -0
- runs/Aug08_08-57-05_d6cb4e8d2f5a/events.out.tfevents.1723107427.d6cb4e8d2f5a +3 -0
- runs/Aug08_09-15-21_d6cb4e8d2f5a/events.out.tfevents.1723108522.d6cb4e8d2f5a +3 -0
- runs/Aug08_09-21-47_4bae0933cfef/events.out.tfevents.1723108909.4bae0933cfef +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/swin-base-patch4-window7-224-in22k",
|
3 |
+
"architectures": [
|
4 |
+
"SwinForImageClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"depths": [
|
8 |
+
2,
|
9 |
+
2,
|
10 |
+
18,
|
11 |
+
2
|
12 |
+
],
|
13 |
+
"drop_path_rate": 0.1,
|
14 |
+
"embed_dim": 128,
|
15 |
+
"encoder_stride": 32,
|
16 |
+
"hidden_act": "gelu",
|
17 |
+
"hidden_dropout_prob": 0.0,
|
18 |
+
"hidden_size": 1024,
|
19 |
+
"id2label": {
|
20 |
+
"0": "Invalid",
|
21 |
+
"1": "Mid Market",
|
22 |
+
"2": "Non Mid Market"
|
23 |
+
},
|
24 |
+
"image_size": 224,
|
25 |
+
"initializer_range": 0.02,
|
26 |
+
"label2id": {
|
27 |
+
"Invalid": 0,
|
28 |
+
"Mid Market": 1,
|
29 |
+
"Non Mid Market": 2
|
30 |
+
},
|
31 |
+
"layer_norm_eps": 1e-05,
|
32 |
+
"mlp_ratio": 4.0,
|
33 |
+
"model_type": "swin",
|
34 |
+
"num_channels": 3,
|
35 |
+
"num_heads": [
|
36 |
+
4,
|
37 |
+
8,
|
38 |
+
16,
|
39 |
+
32
|
40 |
+
],
|
41 |
+
"num_layers": 4,
|
42 |
+
"out_features": [
|
43 |
+
"stage4"
|
44 |
+
],
|
45 |
+
"out_indices": [
|
46 |
+
4
|
47 |
+
],
|
48 |
+
"patch_size": 4,
|
49 |
+
"path_norm": true,
|
50 |
+
"problem_type": "single_label_classification",
|
51 |
+
"qkv_bias": true,
|
52 |
+
"stage_names": [
|
53 |
+
"stem",
|
54 |
+
"stage1",
|
55 |
+
"stage2",
|
56 |
+
"stage3",
|
57 |
+
"stage4"
|
58 |
+
],
|
59 |
+
"torch_dtype": "float32",
|
60 |
+
"transformers_version": "4.44.0",
|
61 |
+
"use_absolute_embeddings": false,
|
62 |
+
"window_size": 7
|
63 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:343b10e958f925ef2187375f5c4cd0c516d5ae55dd9dbd59238d68246bff33f1
|
3 |
+
size 347502916
|
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/Aug08_08-52-43_ea0a19fcfc69/events.out.tfevents.1723107165.ea0a19fcfc69
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e15aeee7006bccccb557998cdb904587361bb072f10448bb4503b37f278206c
|
3 |
+
size 5435
|
runs/Aug08_08-57-05_d6cb4e8d2f5a/events.out.tfevents.1723107427.d6cb4e8d2f5a
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:353398fb139353f50711bacc296cdf97f3eca18555177d1c89c3ab89c9672313
|
3 |
+
size 5435
|
runs/Aug08_09-15-21_d6cb4e8d2f5a/events.out.tfevents.1723108522.d6cb4e8d2f5a
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88bdbcd54509e13226f0c34990ef59bb53456bde28e077c1f9ff661f01cd2092
|
3 |
+
size 5435
|
runs/Aug08_09-21-47_4bae0933cfef/events.out.tfevents.1723108909.4bae0933cfef
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b96796552c51206e227352a8ff7b23b5b49c66d65bc39bed95ea5c3005aad0a
|
3 |
+
size 5642
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:818c850ea0df86efc08a9436d2ccc26a88aaf6a68678e03b4801b36628844f52
|
3 |
+
size 4859
|