Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +78 -0
- pytorch_model.bin +3 -0
- runs/Feb01_15-47-10_ed93edf2ed3c/1675266460.8675776/events.out.tfevents.1675266460.ed93edf2ed3c.147.1 +3 -0
- runs/Feb01_15-47-10_ed93edf2ed3c/events.out.tfevents.1675266460.ed93edf2ed3c.147.0 +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +16 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "dccuchile/distilbert-base-spanish-uncased",
|
3 |
+
"activation": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"DistilBertForTokenClassification"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"dim": 768,
|
9 |
+
"dropout": 0.1,
|
10 |
+
"hidden_dim": 3072,
|
11 |
+
"id2label": {
|
12 |
+
"0": "O",
|
13 |
+
"1": "B-ciudad",
|
14 |
+
"2": "I-ciudad",
|
15 |
+
"3": "B-ciudad_elegida_ida",
|
16 |
+
"4": "I-ciudad_elegida_ida",
|
17 |
+
"5": "B-ciudad_elegida_regreso",
|
18 |
+
"6": "I-ciudad_elegida_regreso",
|
19 |
+
"7": "B-correo",
|
20 |
+
"8": "I-correo",
|
21 |
+
"9": "B-fecha",
|
22 |
+
"10": "I-fecha",
|
23 |
+
"11": "B-fecha_ida",
|
24 |
+
"12": "I-fecha_ida",
|
25 |
+
"13": "B-fecha_regreso",
|
26 |
+
"14": "I-fecha_regreso",
|
27 |
+
"15": "B-horario",
|
28 |
+
"16": "I-horario",
|
29 |
+
"17": "B-horario_ida",
|
30 |
+
"18": "I-horario_ida",
|
31 |
+
"19": "B-horario_regreso",
|
32 |
+
"20": "I-horario_regreso",
|
33 |
+
"21": "B-num_personas",
|
34 |
+
"22": "I-num_personas",
|
35 |
+
"23": "B-tipo_viaje",
|
36 |
+
"24": "I-tipo_viaje"
|
37 |
+
},
|
38 |
+
"initializer_range": 0.02,
|
39 |
+
"label2id": {
|
40 |
+
"B-ciudad": 1,
|
41 |
+
"B-ciudad_elegida_ida": 3,
|
42 |
+
"B-ciudad_elegida_regreso": 5,
|
43 |
+
"B-correo": 7,
|
44 |
+
"B-fecha": 9,
|
45 |
+
"B-fecha_ida": 11,
|
46 |
+
"B-fecha_regreso": 13,
|
47 |
+
"B-horario": 15,
|
48 |
+
"B-horario_ida": 17,
|
49 |
+
"B-horario_regreso": 19,
|
50 |
+
"B-num_personas": 21,
|
51 |
+
"B-tipo_viaje": 23,
|
52 |
+
"I-ciudad": 2,
|
53 |
+
"I-ciudad_elegida_ida": 4,
|
54 |
+
"I-ciudad_elegida_regreso": 6,
|
55 |
+
"I-correo": 8,
|
56 |
+
"I-fecha": 10,
|
57 |
+
"I-fecha_ida": 12,
|
58 |
+
"I-fecha_regreso": 14,
|
59 |
+
"I-horario": 16,
|
60 |
+
"I-horario_ida": 18,
|
61 |
+
"I-horario_regreso": 20,
|
62 |
+
"I-num_personas": 22,
|
63 |
+
"I-tipo_viaje": 24,
|
64 |
+
"O": 0
|
65 |
+
},
|
66 |
+
"max_position_embeddings": 512,
|
67 |
+
"model_type": "distilbert",
|
68 |
+
"n_heads": 12,
|
69 |
+
"n_layers": 6,
|
70 |
+
"pad_token_id": 0,
|
71 |
+
"qa_dropout": 0.1,
|
72 |
+
"seq_classif_dropout": 0.2,
|
73 |
+
"sinusoidal_pos_embds": true,
|
74 |
+
"tie_weights_": true,
|
75 |
+
"torch_dtype": "float32",
|
76 |
+
"transformers_version": "4.26.0",
|
77 |
+
"vocab_size": 31002
|
78 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7dcfdb469813ffdbf9d4fc236548733326686c9e727115c4095d9416d4901f79
|
3 |
+
size 267037797
|
runs/Feb01_15-47-10_ed93edf2ed3c/1675266460.8675776/events.out.tfevents.1675266460.ed93edf2ed3c.147.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cbda67c07654969d6203390f2120182e6a762f3b4b02724fc7f6930d4e8d0f46
|
3 |
+
size 5673
|
runs/Feb01_15-47-10_ed93edf2ed3c/events.out.tfevents.1675266460.ed93edf2ed3c.147.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7289e304693bf22e5e4ae5310dc48f435290bfbb22ca8688bb912c485a66df65
|
3 |
+
size 5514
|
special_tokens_map.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"mask_token": "[MASK]",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"sep_token": "[SEP]",
|
6 |
+
"unk_token": "[UNK]"
|
7 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"do_basic_tokenize": true,
|
4 |
+
"do_lower_case": true,
|
5 |
+
"mask_token": "[MASK]",
|
6 |
+
"model_max_length": 512,
|
7 |
+
"name_or_path": "dccuchile/distilbert-base-spanish-uncased",
|
8 |
+
"never_split": null,
|
9 |
+
"pad_token": "[PAD]",
|
10 |
+
"sep_token": "[SEP]",
|
11 |
+
"special_tokens_map_file": null,
|
12 |
+
"strip_accents": false,
|
13 |
+
"tokenize_chinese_chars": true,
|
14 |
+
"tokenizer_class": "DistilBertTokenizer",
|
15 |
+
"unk_token": "[UNK]"
|
16 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:798c5dd9c795278d4a9b63195faff21daf203bc931b0fbfe57c0dde4a46d9997
|
3 |
+
size 3515
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|