Training in progress, epoch 0
Browse files
config.json
ADDED
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "calling",
|
21 |
+
"1": "clapping",
|
22 |
+
"2": "dancing",
|
23 |
+
"3": "laughing",
|
24 |
+
"4": "sleeping",
|
25 |
+
"5": "fighting",
|
26 |
+
"6": "texting",
|
27 |
+
"7": "listening_to_music",
|
28 |
+
"8": "drinking",
|
29 |
+
"9": "running",
|
30 |
+
"10": "using_laptop",
|
31 |
+
"11": "cycling",
|
32 |
+
"12": "sitting",
|
33 |
+
"13": "eating",
|
34 |
+
"14": "hugging"
|
35 |
+
},
|
36 |
+
"image_size": 224,
|
37 |
+
"initializer_range": 0.02,
|
38 |
+
"label2id": {
|
39 |
+
"calling": 0,
|
40 |
+
"clapping": 1,
|
41 |
+
"cycling": 11,
|
42 |
+
"dancing": 2,
|
43 |
+
"drinking": 8,
|
44 |
+
"eating": 13,
|
45 |
+
"fighting": 5,
|
46 |
+
"hugging": 14,
|
47 |
+
"laughing": 3,
|
48 |
+
"listening_to_music": 7,
|
49 |
+
"running": 9,
|
50 |
+
"sitting": 12,
|
51 |
+
"sleeping": 4,
|
52 |
+
"texting": 6,
|
53 |
+
"using_laptop": 10
|
54 |
+
},
|
55 |
+
"layer_norm_eps": 1e-05,
|
56 |
+
"mlp_ratio": 4.0,
|
57 |
+
"model_type": "swin",
|
58 |
+
"num_channels": 3,
|
59 |
+
"num_heads": [
|
60 |
+
3,
|
61 |
+
6,
|
62 |
+
12,
|
63 |
+
24
|
64 |
+
],
|
65 |
+
"num_layers": 4,
|
66 |
+
"out_features": [
|
67 |
+
"stage4"
|
68 |
+
],
|
69 |
+
"out_indices": [
|
70 |
+
4
|
71 |
+
],
|
72 |
+
"patch_size": 4,
|
73 |
+
"path_norm": true,
|
74 |
+
"problem_type": "single_label_classification",
|
75 |
+
"qkv_bias": true,
|
76 |
+
"stage_names": [
|
77 |
+
"stem",
|
78 |
+
"stage1",
|
79 |
+
"stage2",
|
80 |
+
"stage3",
|
81 |
+
"stage4"
|
82 |
+
],
|
83 |
+
"torch_dtype": "float32",
|
84 |
+
"transformers_version": "4.39.3",
|
85 |
+
"use_absolute_embeddings": false,
|
86 |
+
"window_size": 7
|
87 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dab980e6d5bc4aa8d6cdb8dd861a7adc4318bb3844b20941d4e42e06e8b641fd
|
3 |
+
size 110382828
|
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/Apr06_15-37-28_a39577a7e444/events.out.tfevents.1712417979.a39577a7e444.25850.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54e618d6e771582a407b7440fdc6f68b57c779ef510682f30588166f69857331
|
3 |
+
size 7287
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a98e90ac7c9dc5948e548a28396530520f46a269f1a29a637df93d4ea7112478
|
3 |
+
size 4920
|