jnmrr commited on
Commit
911bd38
·
verified ·
1 Parent(s): d6c94e1

Training in progress, epoch 0

Browse files
Files changed (4) hide show
  1. config.json +169 -0
  2. model.safetensors +3 -0
  3. preprocessor_config.json +28 -0
  4. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/dit-large",
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": 1024,
16
+ "id2label": {
17
+ "0": "informe_social",
18
+ "1": "cargo_ingreso_mpe",
19
+ "2": "acta_registro_personal",
20
+ "3": "citacion_pnp",
21
+ "4": "acta_lectura_derechos_ley30364",
22
+ "5": "acta_intervencion_minpu",
23
+ "6": "denuncia_policial",
24
+ "7": "providencia_fiscal",
25
+ "8": "consulta_medidas_proteccion",
26
+ "9": "oficio_medicina_legal",
27
+ "10": "oficio_evaluacion_psicologica",
28
+ "11": "resolucion_judicial_audiencia",
29
+ "12": "certificado_medico_legal",
30
+ "13": "ficha_datos_sidpol",
31
+ "14": "consulta_sucamec",
32
+ "15": "informe_mimp",
33
+ "16": "ficha_valoracion_riesgo_manual",
34
+ "17": "oficio_atencion_integral",
35
+ "18": "escrito_minpu",
36
+ "19": "informe_psicologico",
37
+ "20": "ficha_valoracion_riesgo_digital",
38
+ "21": "informe_medico",
39
+ "22": "croquis_domicilio",
40
+ "23": "ficha_datos_reniec",
41
+ "24": "escrito_pj",
42
+ "25": "evidencia_chat",
43
+ "26": "declaracion_minpu",
44
+ "27": "notificacion_resolucion_judicial_audiencia",
45
+ "28": "consulta_antecedentes_penales",
46
+ "29": "notificacion_detencion_pnp",
47
+ "30": "consulta_personas_sidpol",
48
+ "31": "escrito_pnp",
49
+ "32": "constancia_buen_trato",
50
+ "33": "declaracion_pnp",
51
+ "34": "escrito_mimp",
52
+ "35": "acta_intervencion_pnp",
53
+ "36": "constancia_notificacion",
54
+ "37": "cargo_ingreso_sij",
55
+ "38": "anexo_dni",
56
+ "39": "hoja_blanco",
57
+ "40": "consulta_requisitorias"
58
+ },
59
+ "image_size": 224,
60
+ "initializer_range": 0.02,
61
+ "intermediate_size": 4096,
62
+ "label2id": {
63
+ "acta_intervencion_minpu": 5,
64
+ "acta_intervencion_pnp": 35,
65
+ "acta_lectura_derechos_ley30364": 4,
66
+ "acta_registro_personal": 2,
67
+ "anexo_dni": 38,
68
+ "cargo_ingreso_mpe": 1,
69
+ "cargo_ingreso_sij": 37,
70
+ "certificado_medico_legal": 12,
71
+ "citacion_pnp": 3,
72
+ "constancia_buen_trato": 32,
73
+ "constancia_notificacion": 36,
74
+ "consulta_antecedentes_penales": 28,
75
+ "consulta_medidas_proteccion": 8,
76
+ "consulta_personas_sidpol": 30,
77
+ "consulta_requisitorias": 40,
78
+ "consulta_sucamec": 14,
79
+ "croquis_domicilio": 22,
80
+ "declaracion_minpu": 26,
81
+ "declaracion_pnp": 33,
82
+ "denuncia_policial": 6,
83
+ "escrito_mimp": 34,
84
+ "escrito_minpu": 18,
85
+ "escrito_pj": 24,
86
+ "escrito_pnp": 31,
87
+ "evidencia_chat": 25,
88
+ "ficha_datos_reniec": 23,
89
+ "ficha_datos_sidpol": 13,
90
+ "ficha_valoracion_riesgo_digital": 20,
91
+ "ficha_valoracion_riesgo_manual": 16,
92
+ "hoja_blanco": 39,
93
+ "informe_medico": 21,
94
+ "informe_mimp": 15,
95
+ "informe_psicologico": 19,
96
+ "informe_social": 0,
97
+ "notificacion_detencion_pnp": 29,
98
+ "notificacion_resolucion_judicial_audiencia": 27,
99
+ "oficio_atencion_integral": 17,
100
+ "oficio_evaluacion_psicologica": 10,
101
+ "oficio_medicina_legal": 9,
102
+ "providencia_fiscal": 7,
103
+ "resolucion_judicial_audiencia": 11
104
+ },
105
+ "layer_norm_eps": 1e-12,
106
+ "layer_scale_init_value": 0.1,
107
+ "model_type": "beit",
108
+ "num_attention_heads": 16,
109
+ "num_channels": 3,
110
+ "num_hidden_layers": 24,
111
+ "out_features": [
112
+ "stage3",
113
+ "stage5",
114
+ "stage7",
115
+ "stage11"
116
+ ],
117
+ "out_indices": [
118
+ 3,
119
+ 5,
120
+ 7,
121
+ 11
122
+ ],
123
+ "patch_size": 16,
124
+ "pool_scales": [
125
+ 1,
126
+ 2,
127
+ 3,
128
+ 6
129
+ ],
130
+ "problem_type": "single_label_classification",
131
+ "reshape_hidden_states": true,
132
+ "semantic_loss_ignore_index": 255,
133
+ "stage_names": [
134
+ "stem",
135
+ "stage1",
136
+ "stage2",
137
+ "stage3",
138
+ "stage4",
139
+ "stage5",
140
+ "stage6",
141
+ "stage7",
142
+ "stage8",
143
+ "stage9",
144
+ "stage10",
145
+ "stage11",
146
+ "stage12",
147
+ "stage13",
148
+ "stage14",
149
+ "stage15",
150
+ "stage16",
151
+ "stage17",
152
+ "stage18",
153
+ "stage19",
154
+ "stage20",
155
+ "stage21",
156
+ "stage22",
157
+ "stage23",
158
+ "stage24"
159
+ ],
160
+ "torch_dtype": "float32",
161
+ "transformers_version": "4.46.3",
162
+ "use_absolute_position_embeddings": true,
163
+ "use_auxiliary_head": true,
164
+ "use_mask_token": true,
165
+ "use_mean_pooling": true,
166
+ "use_relative_position_bias": false,
167
+ "use_shared_relative_position_bias": false,
168
+ "vocab_size": 8192
169
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c92b31c977cf64e7a6a16bf4fcbb777cba3906b1d0f722b36036fc41667fb81
3
+ size 1213526036
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
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32332b5f58ecdb25e091fd955ed620b46aeac2ed06bf411c1b8b9a4929a71e17
3
+ size 5304