Training in progress, epoch 0
Browse files- config.json +58 -0
- model.safetensors +3 -0
- preprocessor_config.json +22 -0
- runs/Dec02_21-13-49_DESKTOP-SKBE9FB/events.out.tfevents.1733195631.DESKTOP-SKBE9FB.13608.0 +3 -0
- runs/Dec02_21-16-32_DESKTOP-SKBE9FB/events.out.tfevents.1733195793.DESKTOP-SKBE9FB.16940.0 +3 -0
- tmp-checkpoint-87/config.json +58 -0
- tmp-checkpoint-87/model.safetensors +3 -0
- tmp-checkpoint-87/optimizer.pt +0 -0
- tmp-checkpoint-87/preprocessor_config.json +22 -0
- tmp-checkpoint-87/training_args.bin +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/swinv2-tiny-patch4-window8-256",
|
3 |
+
"architectures": [
|
4 |
+
"Swinv2ForImageClassification"
|
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": "avanzada",
|
21 |
+
"1": "leve",
|
22 |
+
"2": "moderada",
|
23 |
+
"3": "no dmae"
|
24 |
+
},
|
25 |
+
"image_size": 256,
|
26 |
+
"initializer_range": 0.02,
|
27 |
+
"label2id": {
|
28 |
+
"avanzada": 0,
|
29 |
+
"leve": 1,
|
30 |
+
"moderada": 2,
|
31 |
+
"no dmae": 3
|
32 |
+
},
|
33 |
+
"layer_norm_eps": 1e-05,
|
34 |
+
"mlp_ratio": 4.0,
|
35 |
+
"model_type": "swinv2",
|
36 |
+
"num_channels": 3,
|
37 |
+
"num_heads": [
|
38 |
+
3,
|
39 |
+
6,
|
40 |
+
12,
|
41 |
+
24
|
42 |
+
],
|
43 |
+
"num_layers": 4,
|
44 |
+
"patch_size": 4,
|
45 |
+
"path_norm": true,
|
46 |
+
"pretrained_window_sizes": [
|
47 |
+
0,
|
48 |
+
0,
|
49 |
+
0,
|
50 |
+
0
|
51 |
+
],
|
52 |
+
"problem_type": "single_label_classification",
|
53 |
+
"qkv_bias": true,
|
54 |
+
"torch_dtype": "float32",
|
55 |
+
"transformers_version": "4.36.2",
|
56 |
+
"use_absolute_embeddings": false,
|
57 |
+
"window_size": 8
|
58 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c19c1cb61ed9f24e22ef053ed97cf6b58ee63f1991243208b0a67f4f27d3d9b
|
3 |
+
size 110356296
|
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": 256,
|
20 |
+
"width": 256
|
21 |
+
}
|
22 |
+
}
|
runs/Dec02_21-13-49_DESKTOP-SKBE9FB/events.out.tfevents.1733195631.DESKTOP-SKBE9FB.13608.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:001cd20ad6269803679c398ce3fa92a06dcda1da0ca816a7b2e23259f2f3ff09
|
3 |
+
size 13963
|
runs/Dec02_21-16-32_DESKTOP-SKBE9FB/events.out.tfevents.1733195793.DESKTOP-SKBE9FB.16940.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d962a0e2199fe73a2744bd518e3d983d02c029c3261a93711f255b8cea67e78
|
3 |
+
size 5123
|
tmp-checkpoint-87/config.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/swinv2-tiny-patch4-window8-256",
|
3 |
+
"architectures": [
|
4 |
+
"Swinv2ForImageClassification"
|
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": "avanzada",
|
21 |
+
"1": "leve",
|
22 |
+
"2": "moderada",
|
23 |
+
"3": "no dmae"
|
24 |
+
},
|
25 |
+
"image_size": 256,
|
26 |
+
"initializer_range": 0.02,
|
27 |
+
"label2id": {
|
28 |
+
"avanzada": 0,
|
29 |
+
"leve": 1,
|
30 |
+
"moderada": 2,
|
31 |
+
"no dmae": 3
|
32 |
+
},
|
33 |
+
"layer_norm_eps": 1e-05,
|
34 |
+
"mlp_ratio": 4.0,
|
35 |
+
"model_type": "swinv2",
|
36 |
+
"num_channels": 3,
|
37 |
+
"num_heads": [
|
38 |
+
3,
|
39 |
+
6,
|
40 |
+
12,
|
41 |
+
24
|
42 |
+
],
|
43 |
+
"num_layers": 4,
|
44 |
+
"patch_size": 4,
|
45 |
+
"path_norm": true,
|
46 |
+
"pretrained_window_sizes": [
|
47 |
+
0,
|
48 |
+
0,
|
49 |
+
0,
|
50 |
+
0
|
51 |
+
],
|
52 |
+
"problem_type": "single_label_classification",
|
53 |
+
"qkv_bias": true,
|
54 |
+
"torch_dtype": "float32",
|
55 |
+
"transformers_version": "4.36.2",
|
56 |
+
"use_absolute_embeddings": false,
|
57 |
+
"window_size": 8
|
58 |
+
}
|
tmp-checkpoint-87/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9950cc782c4bab94e2744848f6dfb541a800ab188a4238c12e64182b41bdb0e0
|
3 |
+
size 110356296
|
tmp-checkpoint-87/optimizer.pt
ADDED
File without changes
|
tmp-checkpoint-87/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": 256,
|
20 |
+
"width": 256
|
21 |
+
}
|
22 |
+
}
|
tmp-checkpoint-87/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c5a9ec57432bb5cafb2f957c175f859ee99c253fed857df58b0188261ea8c25
|
3 |
+
size 4792
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8bc768f94fc6e39f9c929ab80c6d945ac232a5fb408455415fabd85748b7fe30
|
3 |
+
size 4792
|