Sleoruiz commited on
Commit
986bed2
1 Parent(s): 8eca9ea

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "PlanTL-GOB-ES/roberta-base-bne",
3
+ "architectures": [
4
+ "RobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.0,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "Administraci\u00f3n Central",
16
+ "1": "Asuntos de la mujer",
17
+ "2": "Banco de la Rep\u00fablica",
18
+ "3": "Bienes nacionales",
19
+ "4": "Calamidades p\u00fablicas",
20
+ "5": "Comercio Exterior",
21
+ "6": "Constituci\u00f3n",
22
+ "7": "Control fiscal",
23
+ "8": "Corporaciones Aut\u00f3nomas Regionales",
24
+ "9": "Cultura",
25
+ "10": "Defensa Nacional",
26
+ "11": "Diplomacia",
27
+ "12": "Ecolog\u00eda",
28
+ "13": "Educaci\u00f3n",
29
+ "14": "Energ\u00eda",
30
+ "15": "Entidades Financieras",
31
+ "16": "Espacio A\u00e9reo",
32
+ "17": "Fondos de prestaciones",
33
+ "18": "Fronteras",
34
+ "19": "Fuerza P\u00fablica",
35
+ "20": "Hacienda",
36
+ "21": "Impuestos",
37
+ "22": "Investigaci\u00f3n cient\u00edfica",
38
+ "23": "Legislaci\u00f3n administrativa",
39
+ "24": "Leyes",
40
+ "25": "Medio ambiente",
41
+ "26": "Medios de comunicaci\u00f3n",
42
+ "27": "Mercado de Valores",
43
+ "28": "Miner\u00eda",
44
+ "29": "Monopolios",
45
+ "30": "Monumentos p\u00fablicos",
46
+ "31": "Nacionalidad",
47
+ "32": "Organismos de Control",
48
+ "33": "Organizaciones sindicales",
49
+ "34": "Organizaci\u00f3n Territorial",
50
+ "35": "Planeaci\u00f3n nacional",
51
+ "36": "Pol\u00edtica Internacional",
52
+ "37": "Pol\u00edtica portuaria",
53
+ "38": "Pol\u00edticas migratorias",
54
+ "39": "Prestaciones Servidores P\u00fablicos",
55
+ "40": "Presupuesto",
56
+ "41": "Propiedad intelectual",
57
+ "42": "Recreaci\u00f3n",
58
+ "43": "Recursos ictiol\u00f3gicos",
59
+ "44": "Regulaci\u00f3n econ\u00f3mica",
60
+ "45": "Reubicaci\u00f3n de entidades",
61
+ "46": "R\u00e9gimen Agropecuario",
62
+ "47": "Salud",
63
+ "48": "Seguridad Social",
64
+ "49": "Servicios p\u00fablicos",
65
+ "50": "Sin clasificaci\u00f3n",
66
+ "51": "Tierras",
67
+ "52": "Transporte",
68
+ "53": "Turismo",
69
+ "54": "Vivienda"
70
+ },
71
+ "initializer_range": 0.02,
72
+ "intermediate_size": 3072,
73
+ "label2id": {
74
+ "Administraci\u00f3n Central": 0,
75
+ "Asuntos de la mujer": 1,
76
+ "Banco de la Rep\u00fablica": 2,
77
+ "Bienes nacionales": 3,
78
+ "Calamidades p\u00fablicas": 4,
79
+ "Comercio Exterior": 5,
80
+ "Constituci\u00f3n": 6,
81
+ "Control fiscal": 7,
82
+ "Corporaciones Aut\u00f3nomas Regionales": 8,
83
+ "Cultura": 9,
84
+ "Defensa Nacional": 10,
85
+ "Diplomacia": 11,
86
+ "Ecolog\u00eda": 12,
87
+ "Educaci\u00f3n": 13,
88
+ "Energ\u00eda": 14,
89
+ "Entidades Financieras": 15,
90
+ "Espacio A\u00e9reo": 16,
91
+ "Fondos de prestaciones": 17,
92
+ "Fronteras": 18,
93
+ "Fuerza P\u00fablica": 19,
94
+ "Hacienda": 20,
95
+ "Impuestos": 21,
96
+ "Investigaci\u00f3n cient\u00edfica": 22,
97
+ "Legislaci\u00f3n administrativa": 23,
98
+ "Leyes": 24,
99
+ "Medio ambiente": 25,
100
+ "Medios de comunicaci\u00f3n": 26,
101
+ "Mercado de Valores": 27,
102
+ "Miner\u00eda": 28,
103
+ "Monopolios": 29,
104
+ "Monumentos p\u00fablicos": 30,
105
+ "Nacionalidad": 31,
106
+ "Organismos de Control": 32,
107
+ "Organizaciones sindicales": 33,
108
+ "Organizaci\u00f3n Territorial": 34,
109
+ "Planeaci\u00f3n nacional": 35,
110
+ "Pol\u00edtica Internacional": 36,
111
+ "Pol\u00edtica portuaria": 37,
112
+ "Pol\u00edticas migratorias": 38,
113
+ "Prestaciones Servidores P\u00fablicos": 39,
114
+ "Presupuesto": 40,
115
+ "Propiedad intelectual": 41,
116
+ "Recreaci\u00f3n": 42,
117
+ "Recursos ictiol\u00f3gicos": 43,
118
+ "Regulaci\u00f3n econ\u00f3mica": 44,
119
+ "Reubicaci\u00f3n de entidades": 45,
120
+ "R\u00e9gimen Agropecuario": 46,
121
+ "Salud": 47,
122
+ "Seguridad Social": 48,
123
+ "Servicios p\u00fablicos": 49,
124
+ "Sin clasificaci\u00f3n": 50,
125
+ "Tierras": 51,
126
+ "Transporte": 52,
127
+ "Turismo": 53,
128
+ "Vivienda": 54
129
+ },
130
+ "layer_norm_eps": 1e-05,
131
+ "max_position_embeddings": 514,
132
+ "model_type": "roberta",
133
+ "num_attention_heads": 12,
134
+ "num_hidden_layers": 12,
135
+ "pad_token_id": 1,
136
+ "position_embedding_type": "absolute",
137
+ "problem_type": "single_label_classification",
138
+ "torch_dtype": "float32",
139
+ "transformers_version": "4.33.1",
140
+ "type_vocab_size": 1,
141
+ "use_cache": true,
142
+ "vocab_size": 50262
143
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f55d478730061260b9474027abe1a41bb81cf14439c0bbe0a37b348b7ea76bf7
3
+ size 498811441
special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "<mask>",
25
+ "lstrip": true,
26
+ "normalized": true,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "</s>",
39
+ "lstrip": false,
40
+ "normalized": true,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": true,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": {
4
+ "__type": "AddedToken",
5
+ "content": "<s>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false
10
+ },
11
+ "clean_up_tokenization_spaces": true,
12
+ "cls_token": {
13
+ "__type": "AddedToken",
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": true,
17
+ "rstrip": false,
18
+ "single_word": false
19
+ },
20
+ "eos_token": {
21
+ "__type": "AddedToken",
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": true,
25
+ "rstrip": false,
26
+ "single_word": false
27
+ },
28
+ "errors": "replace",
29
+ "mask_token": {
30
+ "__type": "AddedToken",
31
+ "content": "<mask>",
32
+ "lstrip": true,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "max_len": 512,
38
+ "model_max_length": 512,
39
+ "pad_token": {
40
+ "__type": "AddedToken",
41
+ "content": "<pad>",
42
+ "lstrip": false,
43
+ "normalized": true,
44
+ "rstrip": false,
45
+ "single_word": false
46
+ },
47
+ "sep_token": {
48
+ "__type": "AddedToken",
49
+ "content": "</s>",
50
+ "lstrip": false,
51
+ "normalized": true,
52
+ "rstrip": false,
53
+ "single_word": false
54
+ },
55
+ "tokenizer_class": "RobertaTokenizer",
56
+ "trim_offsets": true,
57
+ "unk_token": {
58
+ "__type": "AddedToken",
59
+ "content": "<unk>",
60
+ "lstrip": false,
61
+ "normalized": true,
62
+ "rstrip": false,
63
+ "single_word": false
64
+ }
65
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b18a05250b9792068036c2adf5e9e92e5b98c7c02a7dd79723f5744abe352c0
3
+ size 4027
vocab.json ADDED
The diff for this file is too large to render. See raw diff