Willy commited on
Commit
ede147f
1 Parent(s): bd289d1
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "dccuchile/bert-base-spanish-wwm-cased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "output_past": true,
20
+ "pad_token_id": 1,
21
+ "position_embedding_type": "absolute",
22
+ "problem_type": "single_label_classification",
23
+ "torch_dtype": "float32",
24
+ "transformers_version": "4.19.4",
25
+ "type_vocab_size": 2,
26
+ "use_cache": true,
27
+ "vocab_size": 31002
28
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01e29687f4f4c19c6b04398d1530a5c7d59b1f42493013c6bb0f02a15edbe9f4
3
+ size 439480685
runs/Jun15_22-46-56_6cce5ae7664f/1655333257.5477142/events.out.tfevents.1655333257.6cce5ae7664f.81.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5174b0dc8ae8b1d0d512eff24221fdc4b792806951c15a4d0665ddc8fc8a3e7c
3
+ size 5274
runs/Jun15_22-46-56_6cce5ae7664f/events.out.tfevents.1655333257.6cce5ae7664f.81.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6132a4ea72613abfe6a8dee0980d533cb66bf68bc1d35a4834ef1b08bc4742b
3
+ size 3692
runs/Jun15_22-53-41_6cce5ae7664f/1655333629.409077/events.out.tfevents.1655333629.6cce5ae7664f.532.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f9ef758f4c860aa65f257753fa68b5e3eac53409ec110f2c6763398a02e1abc
3
+ size 5274
runs/Jun15_22-53-41_6cce5ae7664f/events.out.tfevents.1655333629.6cce5ae7664f.532.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93bca08f2e9152cb82c5327495dc998b3cff956411af1d78779b7424fefa9749
3
+ size 3814
runs/Jun15_22-54-39_6cce5ae7664f/1655333852.4275575/events.out.tfevents.1655333852.6cce5ae7664f.532.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2f1d29914baa52dbd485a944c2f161d2de0147e157d645888b5b90cdfc039a3
3
+ size 5274
runs/Jun15_22-54-39_6cce5ae7664f/events.out.tfevents.1655333852.6cce5ae7664f.532.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d1b87b4749b80a9150fa885bcc28913d2897677eaf05982c50a7628ed233ba4
3
+ size 5014
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": false, "name_or_path": "dccuchile/bert-base-spanish-wwm-cased", "do_basic_tokenize": true, "never_split": null, "model_max_length": 512, "special_tokens_map_file": "/root/.cache/huggingface/transformers/9848a00af462c42dfb4ec88ef438fbab5256330f7f6f50badc48d277f9367d49.f982506b52498d4adb4bd491f593dc92b2ef6be61bfdbe9d30f53f963f9f5b66", "tokenizer_class": "BertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5ffa5a4fb1b4095a791a6b31949ee9949ab0574d47e6984afe94a3e1f5d442e
3
+ size 3247
vocab.txt ADDED
The diff for this file is too large to render. See raw diff