tatakof commited on
Commit
8b8077c
1 Parent(s): 824be07

End of training

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "CenIA/distillbert-base-spanish-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForMaskedLM"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "pad_token_id": 0,
17
+ "qa_dropout": 0.1,
18
+ "seq_classif_dropout": 0.2,
19
+ "sinusoidal_pos_embds": true,
20
+ "tie_weights_": true,
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.26.1",
23
+ "vocab_size": 31002
24
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:add1605c93ef7147698234dae552562fad370c088f2996ff2617ed68ddd0b099
3
+ size 269454513
runs/Feb12_14-04-00_7f1995c14488/1676210852.8757823/events.out.tfevents.1676210852.7f1995c14488.604.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00e34aca954b490ae30171a3510cd1602d87163e54e93ef73ed9bff78a569ada
3
+ size 5788
runs/Feb12_14-04-00_7f1995c14488/1676210980.2517197/events.out.tfevents.1676210980.7f1995c14488.604.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebde0199ea0c86e6a0c10c2442b189676e4632a0b56efcc7ef95b4f6906d688d
3
+ size 5788
runs/Feb12_14-04-00_7f1995c14488/events.out.tfevents.1676210782.7f1995c14488.604.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e89cdcb41cb96fef07705c3be5792c73e60403f14e7158705b0343a396edcff
3
+ size 5689
runs/Feb12_14-04-00_7f1995c14488/events.out.tfevents.1676210922.7f1995c14488.604.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d649749afac87c48390828cc9023610d9dda3e4417bf70a5bb8b21d7361791e
3
+ size 5751
runs/Feb12_14-04-00_7f1995c14488/events.out.tfevents.1676211052.7f1995c14488.604.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21de42f04505f5872655ded0c019c615557a8f9f9c8fdae69056c606347df005
3
+ size 311
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": "CenIA/distillbert-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:fb5cc8ea26d4a4c420024059c280a34cede7f2077029c92d7fbf42a7d080342a
3
+ size 3579
vocab.txt ADDED
The diff for this file is too large to render. See raw diff