quecopiones commited on
Commit
331b738
1 Parent(s): 935cc6d

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "CenIA/distillbert-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
+ "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
+ "problem_type": "single_label_classification",
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": true,
21
+ "tie_weights_": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.22.1",
24
+ "vocab_size": 31002
25
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9cab98cf8d904335333769869f7c9944b4e3d3bdbff74f603907321fa65d999
3
+ size 269328881
runs/Sep25_16-07-41_8cfd0727673d/1664122072.1850927/events.out.tfevents.1664122072.8cfd0727673d.69.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd632777fd567afa151d88686a0df5c662761524e8ddacc9e283c95d7f5c601d
3
+ size 5639
runs/Sep25_16-07-41_8cfd0727673d/events.out.tfevents.1664122072.8cfd0727673d.69.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96dabd023e6515349415a64c4e8c0028147f0ca470ac54955cab4425d6980902
3
+ size 3767
runs/Sep25_16-08-17_8cfd0727673d/1664122102.4624684/events.out.tfevents.1664122102.8cfd0727673d.69.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36cec6a40112db62ab11adae5462ed3734b6eaa7515067e15f692a2a5dba4d3b
3
+ size 5639
runs/Sep25_16-08-17_8cfd0727673d/events.out.tfevents.1664122102.8cfd0727673d.69.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ded97506a902a686ee304182e96185568e42e608ca70e5aaef37024874e89d5
3
+ size 3768
runs/Sep25_16-08-33_8cfd0727673d/1664122119.9952092/events.out.tfevents.1664122119.8cfd0727673d.69.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f3622b4dee218ea52a2c1c10daf91378064fe856df3d99e315398dc37553999
3
+ size 5639
runs/Sep25_16-08-33_8cfd0727673d/events.out.tfevents.1664122119.8cfd0727673d.69.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4432c9f5e751366cb03a3336d4b998f065fd63fe2ebeddd3357d619c32c0fae5
3
+ size 3766
runs/Sep25_16-09-08_8cfd0727673d/1664122154.3875744/events.out.tfevents.1664122154.8cfd0727673d.69.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77e9f72f27f9edf5b3856ef3b171834c0bbaa3acd9bb0b80f36d27ee6e66bc60
3
+ size 5639
runs/Sep25_16-09-08_8cfd0727673d/events.out.tfevents.1664122154.8cfd0727673d.69.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69849f5d80e4c4147cebbf42427a8a7ac5f7ae69aa1196f0892ea89dbc2ab78d
3
+ size 40
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_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:2a9aed7b0457bf8c715cefe37c61636c43fbe317eaac309be8a9b25414e31caa
3
+ size 3439
vocab.txt ADDED
The diff for this file is too large to render. See raw diff