Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +51 -0
- pytorch_model.bin +3 -0
- runs/Feb21_17-59-15_6da090394e1b/1677002559.5929976/events.out.tfevents.1677002559.6da090394e1b.907.1 +3 -0
- runs/Feb21_17-59-15_6da090394e1b/events.out.tfevents.1677002559.6da090394e1b.907.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,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "correo",
|
14 |
+
"10": "telefono",
|
15 |
+
"2": "curp",
|
16 |
+
"3": "direccion",
|
17 |
+
"4": "genero_femenino",
|
18 |
+
"5": "genero_masculino",
|
19 |
+
"6": "nombre",
|
20 |
+
"7": "otras",
|
21 |
+
"8": "referencia",
|
22 |
+
"9": "rfc"
|
23 |
+
},
|
24 |
+
"initializer_range": 0.02,
|
25 |
+
"label2id": {
|
26 |
+
"cambiar": "0",
|
27 |
+
"correo": "1",
|
28 |
+
"curp": "2",
|
29 |
+
"direccion": "3",
|
30 |
+
"genero_femenino": "4",
|
31 |
+
"genero_masculino": "5",
|
32 |
+
"nombre": "6",
|
33 |
+
"otras": "7",
|
34 |
+
"referencia": "8",
|
35 |
+
"rfc": "9",
|
36 |
+
"telefono": "10"
|
37 |
+
},
|
38 |
+
"max_position_embeddings": 512,
|
39 |
+
"model_type": "distilbert",
|
40 |
+
"n_heads": 12,
|
41 |
+
"n_layers": 6,
|
42 |
+
"pad_token_id": 0,
|
43 |
+
"problem_type": "single_label_classification",
|
44 |
+
"qa_dropout": 0.1,
|
45 |
+
"seq_classif_dropout": 0.2,
|
46 |
+
"sinusoidal_pos_embds": true,
|
47 |
+
"tie_weights_": true,
|
48 |
+
"torch_dtype": "float32",
|
49 |
+
"transformers_version": "4.26.1",
|
50 |
+
"vocab_size": 31002
|
51 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50bc0be34d83721f29b37d454fc5ffdccc0331181b6a7dba03895064e4d4328e
|
3 |
+
size 269357741
|
runs/Feb21_17-59-15_6da090394e1b/1677002559.5929976/events.out.tfevents.1677002559.6da090394e1b.907.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6977194c2b486589ae954b38add12dc61fb2ed1f96e7e39b2c3713e7abd7a3bb
|
3 |
+
size 5661
|
runs/Feb21_17-59-15_6da090394e1b/events.out.tfevents.1677002559.6da090394e1b.907.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32730d238ee669539a3a93813ec33cddc48d28426b6bf111290b0bffd72f11ba
|
3 |
+
size 4558
|
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:3cf26d77a9108130bd4448019100752044b7ced3dab46d6f7bd5140a54fc9ee2
|
3 |
+
size 3515
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|