hucruz commited on
Commit
1fa2245
1 Parent(s): 071a2ab

Training in progress, epoch 1

Browse files
.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:935f6d5434eee5087c71298c40720967cb356f542432569e35ed7cbfba647403
3
+ size 269344045
runs/Apr20_09-12-33_Mac-mini-de-Hugo.local/1682003558.889218/events.out.tfevents.1682003558.Mac-mini-de-Hugo.local.4884.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cdf0903dc4a1975cdf423766016d06270a95296eaf8cd3ef38976b1b3b664ea
3
+ size 5716
runs/Apr20_09-12-33_Mac-mini-de-Hugo.local/events.out.tfevents.1682003558.Mac-mini-de-Hugo.local.4884.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22535499146839339d501f3c3100a018f422c366622512ed5660cf2b4045108b
3
+ size 4100
runs/Apr20_09-14-57_Mac-mini-de-Hugo.local/1682003701.221299/events.out.tfevents.1682003701.Mac-mini-de-Hugo.local.5318.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab7d24f0308f890eb4ce3da55969352ffee74796c1fe5d4f0f59fb75e6787fca
3
+ size 5716
runs/Apr20_09-14-57_Mac-mini-de-Hugo.local/events.out.tfevents.1682003701.Mac-mini-de-Hugo.local.5318.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26b6fbd8c098a91deaca314ecde7a9533f3a62af3edc402ea9446e808627e35e
3
+ size 4417
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:4b4cb540fd9e4da7aeebff855ac484618665fca9c5d793cdf734bc0630fca326
3
+ size 3515
vocab.txt ADDED
The diff for this file is too large to render. See raw diff