Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +43 -0
- pytorch_model.bin +3 -0
- runs/Apr20_10-42-23_Mac-mini-de-Hugo.local/1682008949.743136/events.out.tfevents.1682008949.Mac-mini-de-Hugo.local.6972.1 +3 -0
- runs/Apr20_10-42-23_Mac-mini-de-Hugo.local/events.out.tfevents.1682008949.Mac-mini-de-Hugo.local.6972.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,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "dccuchile/distilbert-base-spanish-uncased",
|
3 |
+
"activation": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"DistilBertForSequenceClassification"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"dim": 768,
|
9 |
+
"dropout": 0.1,
|
10 |
+
"hidden_dim": 3072,
|
11 |
+
"id2label": {
|
12 |
+
"0": "cambiar",
|
13 |
+
"1": "comprar",
|
14 |
+
"2": "dni",
|
15 |
+
"3": "opcion",
|
16 |
+
"4": "otras",
|
17 |
+
"5": "pagar",
|
18 |
+
"6": "ver_carrito"
|
19 |
+
},
|
20 |
+
"initializer_range": 0.02,
|
21 |
+
"label2id": {
|
22 |
+
"cambiar": "0",
|
23 |
+
"comprar": "1",
|
24 |
+
"dni": "2",
|
25 |
+
"opcion": "3",
|
26 |
+
"otras": "4",
|
27 |
+
"pagar": "5",
|
28 |
+
"ver_carrito": "6"
|
29 |
+
},
|
30 |
+
"max_position_embeddings": 512,
|
31 |
+
"model_type": "distilbert",
|
32 |
+
"n_heads": 12,
|
33 |
+
"n_layers": 6,
|
34 |
+
"pad_token_id": 0,
|
35 |
+
"problem_type": "single_label_classification",
|
36 |
+
"qa_dropout": 0.1,
|
37 |
+
"seq_classif_dropout": 0.2,
|
38 |
+
"sinusoidal_pos_embds": true,
|
39 |
+
"tie_weights_": true,
|
40 |
+
"torch_dtype": "float32",
|
41 |
+
"transformers_version": "4.26.1",
|
42 |
+
"vocab_size": 31002
|
43 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f3dfd556f158b22352a0836e335ef4c741764565692c3c322aa3dbdd840fced
|
3 |
+
size 269344045
|
runs/Apr20_10-42-23_Mac-mini-de-Hugo.local/1682008949.743136/events.out.tfevents.1682008949.Mac-mini-de-Hugo.local.6972.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1cac9e97e1862e06628f073d5eedfe85d9c159adddc089a49c01d38801da7c0
|
3 |
+
size 5779
|
runs/Apr20_10-42-23_Mac-mini-de-Hugo.local/events.out.tfevents.1682008949.Mac-mini-de-Hugo.local.6972.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de2f6c0451aac8148cfe27aca747d80b8a65443d10ef9b9a95cc741c7bc4f85e
|
3 |
+
size 4480
|
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:8411df0a89e895db8b7bebe47dc7823e25391be2851e6296c3598bdab37acf40
|
3 |
+
size 3515
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|