vintage-lavender619
commited on
Commit
•
c847f8c
1
Parent(s):
8cc8267
Training in progress, epoch 0
Browse files
config.json
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "0",
|
21 |
+
"1": "1",
|
22 |
+
"2": "2",
|
23 |
+
"3": "3",
|
24 |
+
"4": "4",
|
25 |
+
"5": "5"
|
26 |
+
},
|
27 |
+
"image_size": 224,
|
28 |
+
"initializer_range": 0.02,
|
29 |
+
"label2id": {
|
30 |
+
"0": 0,
|
31 |
+
"1": 1,
|
32 |
+
"2": 2,
|
33 |
+
"3": 3,
|
34 |
+
"4": 4,
|
35 |
+
"5": 5
|
36 |
+
},
|
37 |
+
"layer_norm_eps": 1e-05,
|
38 |
+
"mlp_ratio": 4.0,
|
39 |
+
"model_type": "swin",
|
40 |
+
"num_channels": 3,
|
41 |
+
"num_heads": [
|
42 |
+
3,
|
43 |
+
6,
|
44 |
+
12,
|
45 |
+
24
|
46 |
+
],
|
47 |
+
"num_layers": 4,
|
48 |
+
"out_features": [
|
49 |
+
"stage4"
|
50 |
+
],
|
51 |
+
"out_indices": [
|
52 |
+
4
|
53 |
+
],
|
54 |
+
"patch_size": 4,
|
55 |
+
"path_norm": true,
|
56 |
+
"problem_type": "single_label_classification",
|
57 |
+
"qkv_bias": true,
|
58 |
+
"stage_names": [
|
59 |
+
"stem",
|
60 |
+
"stage1",
|
61 |
+
"stage2",
|
62 |
+
"stage3",
|
63 |
+
"stage4"
|
64 |
+
],
|
65 |
+
"torch_dtype": "float32",
|
66 |
+
"transformers_version": "4.41.2",
|
67 |
+
"use_absolute_embeddings": false,
|
68 |
+
"window_size": 7
|
69 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:311580a1140f075368eea6cf2752a21dffc540f671d3131d694178dc69d53020
|
3 |
+
size 110355136
|
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.485,
|
21 |
+
0.456,
|
22 |
+
0.406
|
23 |
+
],
|
24 |
+
"image_processor_type": "ViTImageProcessor",
|
25 |
+
"image_std": [
|
26 |
+
0.229,
|
27 |
+
0.224,
|
28 |
+
0.225
|
29 |
+
],
|
30 |
+
"resample": 3,
|
31 |
+
"rescale_factor": 0.00392156862745098,
|
32 |
+
"size": {
|
33 |
+
"height": 224,
|
34 |
+
"width": 224
|
35 |
+
}
|
36 |
+
}
|
runs/Jun10_05-09-42_e6d590d50f6e/events.out.tfevents.1717996183.e6d590d50f6e.461.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27b4cd769b67153ad9556d703915969241ede4f8e876863a6b546586d47e326f
|
3 |
+
size 6066
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f564a6f6276d555999bcf389dd4ad383dc5eb864da88b73467d2a6a30ec18b4
|
3 |
+
size 5176
|