Augusto777
commited on
Commit
•
76ef70a
1
Parent(s):
7e128c1
Training in progress, epoch 0
Browse files
config.json
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/beit-base-patch16-224",
|
3 |
+
"add_fpn": false,
|
4 |
+
"architectures": [
|
5 |
+
"BeitForImageClassification"
|
6 |
+
],
|
7 |
+
"attention_probs_dropout_prob": 0.0,
|
8 |
+
"auxiliary_channels": 256,
|
9 |
+
"auxiliary_concat_input": false,
|
10 |
+
"auxiliary_loss_weight": 0.4,
|
11 |
+
"auxiliary_num_convs": 1,
|
12 |
+
"drop_path_rate": 0.1,
|
13 |
+
"hidden_act": "gelu",
|
14 |
+
"hidden_dropout_prob": 0.0,
|
15 |
+
"hidden_size": 768,
|
16 |
+
"id2label": {
|
17 |
+
"0": "avanzada",
|
18 |
+
"1": "leve",
|
19 |
+
"2": "moderada",
|
20 |
+
"3": "no dmae"
|
21 |
+
},
|
22 |
+
"image_size": 224,
|
23 |
+
"initializer_range": 0.02,
|
24 |
+
"intermediate_size": 3072,
|
25 |
+
"label2id": {
|
26 |
+
"avanzada": 0,
|
27 |
+
"leve": 1,
|
28 |
+
"moderada": 2,
|
29 |
+
"no dmae": 3
|
30 |
+
},
|
31 |
+
"layer_norm_eps": 1e-12,
|
32 |
+
"layer_scale_init_value": 0.1,
|
33 |
+
"model_type": "beit",
|
34 |
+
"num_attention_heads": 12,
|
35 |
+
"num_channels": 3,
|
36 |
+
"num_hidden_layers": 12,
|
37 |
+
"out_features": [
|
38 |
+
"stage12"
|
39 |
+
],
|
40 |
+
"out_indices": [
|
41 |
+
12
|
42 |
+
],
|
43 |
+
"patch_size": 16,
|
44 |
+
"pool_scales": [
|
45 |
+
1,
|
46 |
+
2,
|
47 |
+
3,
|
48 |
+
6
|
49 |
+
],
|
50 |
+
"problem_type": "single_label_classification",
|
51 |
+
"reshape_hidden_states": true,
|
52 |
+
"semantic_loss_ignore_index": 255,
|
53 |
+
"stage_names": [
|
54 |
+
"stem",
|
55 |
+
"stage1",
|
56 |
+
"stage2",
|
57 |
+
"stage3",
|
58 |
+
"stage4",
|
59 |
+
"stage5",
|
60 |
+
"stage6",
|
61 |
+
"stage7",
|
62 |
+
"stage8",
|
63 |
+
"stage9",
|
64 |
+
"stage10",
|
65 |
+
"stage11",
|
66 |
+
"stage12"
|
67 |
+
],
|
68 |
+
"torch_dtype": "float32",
|
69 |
+
"transformers_version": "4.36.2",
|
70 |
+
"use_absolute_position_embeddings": false,
|
71 |
+
"use_auxiliary_head": true,
|
72 |
+
"use_mask_token": false,
|
73 |
+
"use_mean_pooling": true,
|
74 |
+
"use_relative_position_bias": true,
|
75 |
+
"use_shared_relative_position_bias": false,
|
76 |
+
"vocab_size": 8192
|
77 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3deeb34fb3553de006806ae614cc9d8e196d34b4548e76f223e63f431eaeb9c4
|
3 |
+
size 343086480
|
preprocessor_config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_size": {
|
3 |
+
"height": 224,
|
4 |
+
"width": 224
|
5 |
+
},
|
6 |
+
"do_center_crop": false,
|
7 |
+
"do_normalize": true,
|
8 |
+
"do_reduce_labels": false,
|
9 |
+
"do_rescale": true,
|
10 |
+
"do_resize": true,
|
11 |
+
"image_mean": [
|
12 |
+
0.5,
|
13 |
+
0.5,
|
14 |
+
0.5
|
15 |
+
],
|
16 |
+
"image_processor_type": "BeitImageProcessor",
|
17 |
+
"image_std": [
|
18 |
+
0.5,
|
19 |
+
0.5,
|
20 |
+
0.5
|
21 |
+
],
|
22 |
+
"resample": 2,
|
23 |
+
"rescale_factor": 0.00392156862745098,
|
24 |
+
"size": {
|
25 |
+
"height": 224,
|
26 |
+
"width": 224
|
27 |
+
}
|
28 |
+
}
|
runs/Jun12_13-56-06_DESKTOP-SKBE9FB/events.out.tfevents.1718222167.DESKTOP-SKBE9FB.13204.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bcc6ea5df5af6af695f09395e85e6949c77589381452e9b8301450a6c613db4e
|
3 |
+
size 5646
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be3d8dea2b8d9abcfc9d4d00a66a3e5f61640b4a0cd419017837a4be68502816
|
3 |
+
size 4728
|