Commit
·
a91b043
1
Parent(s):
92586e7
Training in progress, epoch 0
Browse files- config.json +88 -0
- model.safetensors +3 -0
- preprocessor_config.json +22 -0
- runs/Jan02_14-17-31_00d62c54e1af/events.out.tfevents.1704205052.00d62c54e1af.378.0 +3 -0
- runs/Jan02_14-18-02_00d62c54e1af/events.out.tfevents.1704205083.00d62c54e1af.378.1 +3 -0
- runs/Jan02_14-18-38_00d62c54e1af/events.out.tfevents.1704205119.00d62c54e1af.378.2 +3 -0
- runs/Jan02_14-47-55_00d62c54e1af/events.out.tfevents.1704206876.00d62c54e1af.378.3 +3 -0
- runs/Jan02_14-49-30_00d62c54e1af/events.out.tfevents.1704206970.00d62c54e1af.378.4 +3 -0
- runs/Jan02_14-51-27_00d62c54e1af/events.out.tfevents.1704207088.00d62c54e1af.378.5 +3 -0
- runs/Jan02_14-55-27_00d62c54e1af/events.out.tfevents.1704207328.00d62c54e1af.378.6 +3 -0
- runs/Jan02_14-56-58_00d62c54e1af/events.out.tfevents.1704207418.00d62c54e1af.378.7 +3 -0
- runs/Jan02_14-59-22_00d62c54e1af/events.out.tfevents.1704207562.00d62c54e1af.378.8 +3 -0
- runs/Jan02_15-11-57_00d62c54e1af/events.out.tfevents.1704208318.00d62c54e1af.378.9 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/vit-base-patch16-224-in21k",
|
3 |
+
"architectures": [
|
4 |
+
"ViTForImageClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"encoder_stride": 16,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.0,
|
10 |
+
"hidden_size": 768,
|
11 |
+
"id2label": {
|
12 |
+
"0": "['No Reportado']",
|
13 |
+
"1": "['Estudio Adicional']",
|
14 |
+
"2": "['QMT']",
|
15 |
+
"3": "['QMT', 'RadioTerapia']",
|
16 |
+
"4": "['Otro']",
|
17 |
+
"5": "['RadioTerapia']",
|
18 |
+
"6": "['Cuidados Paliativos']",
|
19 |
+
"7": "['Cirug\u00eda']",
|
20 |
+
"8": "['QMT', 'RadioTerapia', 'Estudio Adicional']",
|
21 |
+
"9": "['QMT', 'Estudio Adicional']",
|
22 |
+
"10": "['RadioTerapia', 'Estudio Adicional']",
|
23 |
+
"11": "['Cuidados Paliativos', 'Estudio Adicional']",
|
24 |
+
"12": "['QMT', 'Otro']",
|
25 |
+
"13": "['QMT', 'Cuidados Paliativos']",
|
26 |
+
"14": "['Cirug\u00eda', 'Estudio Adicional']",
|
27 |
+
"15": "['RadioTerapia', 'Otro']",
|
28 |
+
"16": "['RadioTerapia', 'Cuidados Paliativos']",
|
29 |
+
"17": "['QMT', 'RadioTerapia', 'Cuidados Paliativos']",
|
30 |
+
"18": "['Estudio Adicional', 'Otro']",
|
31 |
+
"19": "['Cuidados Paliativos', 'Otro']",
|
32 |
+
"20": "['Cirug\u00eda', 'QMT']",
|
33 |
+
"21": "['Cirug\u00eda', 'Otro']",
|
34 |
+
"22": "['QMT', 'RadioTerapia', 'Otro']",
|
35 |
+
"23": "['Cirug\u00eda', 'RadioTerapia']",
|
36 |
+
"24": "['Cirug\u00eda', 'Estudio Adicional', 'Otro']",
|
37 |
+
"25": "['QMT', 'Cuidados Paliativos', 'Otro']",
|
38 |
+
"26": "['QMT', 'Estudio Adicional', 'Otro']",
|
39 |
+
"27": "['RadioTerapia', 'Cuidados Paliativos', 'Otro']",
|
40 |
+
"28": "['QMT', 'Cuidados Paliativos', 'Estudio Adicional']",
|
41 |
+
"29": "['RadioTerapia', 'Cuidados Paliativos', 'Estudio Adicional']"
|
42 |
+
},
|
43 |
+
"image_size": 224,
|
44 |
+
"initializer_range": 0.02,
|
45 |
+
"intermediate_size": 3072,
|
46 |
+
"label2id": {
|
47 |
+
"['Cirug\u00eda', 'Estudio Adicional', 'Otro']": 24,
|
48 |
+
"['Cirug\u00eda', 'Estudio Adicional']": 14,
|
49 |
+
"['Cirug\u00eda', 'Otro']": 21,
|
50 |
+
"['Cirug\u00eda', 'QMT']": 20,
|
51 |
+
"['Cirug\u00eda', 'RadioTerapia']": 23,
|
52 |
+
"['Cirug\u00eda']": 7,
|
53 |
+
"['Cuidados Paliativos', 'Estudio Adicional']": 11,
|
54 |
+
"['Cuidados Paliativos', 'Otro']": 19,
|
55 |
+
"['Cuidados Paliativos']": 6,
|
56 |
+
"['Estudio Adicional', 'Otro']": 18,
|
57 |
+
"['Estudio Adicional']": 1,
|
58 |
+
"['No Reportado']": 0,
|
59 |
+
"['Otro']": 4,
|
60 |
+
"['QMT', 'Cuidados Paliativos', 'Estudio Adicional']": 28,
|
61 |
+
"['QMT', 'Cuidados Paliativos', 'Otro']": 25,
|
62 |
+
"['QMT', 'Cuidados Paliativos']": 13,
|
63 |
+
"['QMT', 'Estudio Adicional', 'Otro']": 26,
|
64 |
+
"['QMT', 'Estudio Adicional']": 9,
|
65 |
+
"['QMT', 'Otro']": 12,
|
66 |
+
"['QMT', 'RadioTerapia', 'Cuidados Paliativos']": 17,
|
67 |
+
"['QMT', 'RadioTerapia', 'Estudio Adicional']": 8,
|
68 |
+
"['QMT', 'RadioTerapia', 'Otro']": 22,
|
69 |
+
"['QMT', 'RadioTerapia']": 3,
|
70 |
+
"['QMT']": 2,
|
71 |
+
"['RadioTerapia', 'Cuidados Paliativos', 'Estudio Adicional']": 29,
|
72 |
+
"['RadioTerapia', 'Cuidados Paliativos', 'Otro']": 27,
|
73 |
+
"['RadioTerapia', 'Cuidados Paliativos']": 16,
|
74 |
+
"['RadioTerapia', 'Estudio Adicional']": 10,
|
75 |
+
"['RadioTerapia', 'Otro']": 15,
|
76 |
+
"['RadioTerapia']": 5
|
77 |
+
},
|
78 |
+
"layer_norm_eps": 1e-12,
|
79 |
+
"model_type": "vit",
|
80 |
+
"num_attention_heads": 12,
|
81 |
+
"num_channels": 3,
|
82 |
+
"num_hidden_layers": 12,
|
83 |
+
"patch_size": 16,
|
84 |
+
"problem_type": "single_label_classification",
|
85 |
+
"qkv_bias": true,
|
86 |
+
"torch_dtype": "float32",
|
87 |
+
"transformers_version": "4.35.2"
|
88 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b765f7c9d4a7908a137b9320614e2cd02c6a46bdad314f8a84528176d65d01ae
|
3 |
+
size 343310104
|
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.5,
|
7 |
+
0.5,
|
8 |
+
0.5
|
9 |
+
],
|
10 |
+
"image_processor_type": "ViTImageProcessor",
|
11 |
+
"image_std": [
|
12 |
+
0.5,
|
13 |
+
0.5,
|
14 |
+
0.5
|
15 |
+
],
|
16 |
+
"resample": 2,
|
17 |
+
"rescale_factor": 0.00392156862745098,
|
18 |
+
"size": {
|
19 |
+
"height": 224,
|
20 |
+
"width": 224
|
21 |
+
}
|
22 |
+
}
|
runs/Jan02_14-17-31_00d62c54e1af/events.out.tfevents.1704205052.00d62c54e1af.378.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:385a7aa8ccfd6360c3729c1caa1d2719e83b39e070409e91a037f19b2ccc9580
|
3 |
+
size 6740
|
runs/Jan02_14-18-02_00d62c54e1af/events.out.tfevents.1704205083.00d62c54e1af.378.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:afe5bc82a9b499440e149e5f503158bfc5f1a20b9351a7dc424ec1ff3ae38800
|
3 |
+
size 6740
|
runs/Jan02_14-18-38_00d62c54e1af/events.out.tfevents.1704205119.00d62c54e1af.378.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7513f9c87a3648c35a7339b96754ff374e976ca3ffaa35f1a3b77ca744118e90
|
3 |
+
size 6740
|
runs/Jan02_14-47-55_00d62c54e1af/events.out.tfevents.1704206876.00d62c54e1af.378.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95518099a8d42cc425e7dc2f3396d923ccfc6956a339f9e575c4295712edb2dc
|
3 |
+
size 6740
|
runs/Jan02_14-49-30_00d62c54e1af/events.out.tfevents.1704206970.00d62c54e1af.378.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11f71d27a95802fdd892d61883f9fcf4652897dfc3395bddf09e301173950767
|
3 |
+
size 6740
|
runs/Jan02_14-51-27_00d62c54e1af/events.out.tfevents.1704207088.00d62c54e1af.378.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bad51a63cccfedda3fb26fc3524509950ffff843bb5272c163b0108e304d257b
|
3 |
+
size 6742
|
runs/Jan02_14-55-27_00d62c54e1af/events.out.tfevents.1704207328.00d62c54e1af.378.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4b52286fbfd6ee2718ba6cf0e40dea05ab3f6b119e1ca06a738c5151cd5fff66
|
3 |
+
size 6740
|
runs/Jan02_14-56-58_00d62c54e1af/events.out.tfevents.1704207418.00d62c54e1af.378.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14631b7b977756ca9118b3a60bdb15152d2690940d6fcdbde736642c7d118a20
|
3 |
+
size 6740
|
runs/Jan02_14-59-22_00d62c54e1af/events.out.tfevents.1704207562.00d62c54e1af.378.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:837784bce9d11d68951f344a17eceb0e361772b0843d01fdc3023d0dbc190d63
|
3 |
+
size 6894
|
runs/Jan02_15-11-57_00d62c54e1af/events.out.tfevents.1704208318.00d62c54e1af.378.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9edd370f6d3e5b55aa5ff0041b6ff8d97488326428e0346a1087530db3f2c2b5
|
3 |
+
size 8646
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1eb71faf8d20218559f9eb8486320a7ef76247992b0f303acfe4888ea74e18f9
|
3 |
+
size 4600
|