Training in progress, epoch 1
Browse files- config.json +3 -3
- pytorch_model.bin +1 -1
- tokenizer.json +16 -2
config.json
CHANGED
@@ -3,11 +3,11 @@
|
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
6 |
-
"attention_probs_dropout_prob": 0.
|
7 |
"classifier_dropout": null,
|
8 |
"directionality": "bidi",
|
9 |
"hidden_act": "gelu",
|
10 |
-
"hidden_dropout_prob": 0.
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
"0": "Administraci\u00f3n Central",
|
@@ -149,7 +149,7 @@
|
|
149 |
"position_embedding_type": "absolute",
|
150 |
"problem_type": "single_label_classification",
|
151 |
"torch_dtype": "float32",
|
152 |
-
"transformers_version": "4.33.
|
153 |
"type_vocab_size": 2,
|
154 |
"use_cache": true,
|
155 |
"vocab_size": 119547
|
|
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
6 |
+
"attention_probs_dropout_prob": 0.2,
|
7 |
"classifier_dropout": null,
|
8 |
"directionality": "bidi",
|
9 |
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.2,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
"0": "Administraci\u00f3n Central",
|
|
|
149 |
"position_embedding_type": "absolute",
|
150 |
"problem_type": "single_label_classification",
|
151 |
"torch_dtype": "float32",
|
152 |
+
"transformers_version": "4.33.1",
|
153 |
"type_vocab_size": 2,
|
154 |
"use_cache": true,
|
155 |
"vocab_size": 119547
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 711666673
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3724d86ea0c366476e7cc43ebd118b6c2c0b4db4dd9cf2a30fdcd9ec41781ec9
|
3 |
size 711666673
|
tokenizer.json
CHANGED
@@ -1,7 +1,21 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
"id": 0,
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": {
|
4 |
+
"direction": "Right",
|
5 |
+
"max_length": 512,
|
6 |
+
"strategy": "LongestFirst",
|
7 |
+
"stride": 0
|
8 |
+
},
|
9 |
+
"padding": {
|
10 |
+
"strategy": {
|
11 |
+
"Fixed": 512
|
12 |
+
},
|
13 |
+
"direction": "Right",
|
14 |
+
"pad_to_multiple_of": null,
|
15 |
+
"pad_id": 0,
|
16 |
+
"pad_type_id": 0,
|
17 |
+
"pad_token": "[PAD]"
|
18 |
+
},
|
19 |
"added_tokens": [
|
20 |
{
|
21 |
"id": 0,
|