mrm8488 commited on
Commit
bc04098
1 Parent(s): bcc6bab

Initial commit from mrm8488

Browse files
config.json ADDED
@@ -0,0 +1,152 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "EncoderDecoderModel"
4
+ ],
5
+ "decoder": {
6
+ "_name_or_path": "dccuchile/bert-base-spanish-wwm-cased",
7
+ "add_cross_attention": true,
8
+ "architectures": [
9
+ "BertForMaskedLM"
10
+ ],
11
+ "attention_probs_dropout_prob": 0.1,
12
+ "bad_words_ids": null,
13
+ "bos_token_id": null,
14
+ "chunk_size_feed_forward": 0,
15
+ "decoder_start_token_id": null,
16
+ "diversity_penalty": 0.0,
17
+ "do_sample": false,
18
+ "early_stopping": false,
19
+ "eos_token_id": null,
20
+ "finetuning_task": null,
21
+ "gradient_checkpointing": false,
22
+ "hidden_act": "gelu",
23
+ "hidden_dropout_prob": 0.1,
24
+ "hidden_size": 768,
25
+ "id2label": {
26
+ "0": "LABEL_0",
27
+ "1": "LABEL_1"
28
+ },
29
+ "initializer_range": 0.02,
30
+ "intermediate_size": 3072,
31
+ "is_decoder": true,
32
+ "is_encoder_decoder": false,
33
+ "label2id": {
34
+ "LABEL_0": 0,
35
+ "LABEL_1": 1
36
+ },
37
+ "layer_norm_eps": 1e-12,
38
+ "length_penalty": 1.0,
39
+ "max_length": 20,
40
+ "max_position_embeddings": 512,
41
+ "min_length": 0,
42
+ "model_type": "bert",
43
+ "no_repeat_ngram_size": 0,
44
+ "num_attention_heads": 12,
45
+ "num_beam_groups": 1,
46
+ "num_beams": 1,
47
+ "num_hidden_layers": 12,
48
+ "num_return_sequences": 1,
49
+ "output_attentions": false,
50
+ "output_hidden_states": false,
51
+ "output_past": true,
52
+ "pad_token_id": 1,
53
+ "position_embedding_type": "absolute",
54
+ "prefix": null,
55
+ "pruned_heads": {},
56
+ "repetition_penalty": 1.0,
57
+ "return_dict": true,
58
+ "sep_token_id": null,
59
+ "task_specific_params": null,
60
+ "temperature": 1.0,
61
+ "tie_encoder_decoder": false,
62
+ "tie_word_embeddings": true,
63
+ "tokenizer_class": null,
64
+ "top_k": 50,
65
+ "top_p": 1.0,
66
+ "torchscript": false,
67
+ "type_vocab_size": 2,
68
+ "use_bfloat16": false,
69
+ "vocab_size": 31002,
70
+ "xla_device": null
71
+ },
72
+ "decoder_start_token_id": 4,
73
+ "early_stopping": true,
74
+ "encoder": {
75
+ "_name_or_path": "dccuchile/bert-base-spanish-wwm-cased",
76
+ "add_cross_attention": false,
77
+ "architectures": [
78
+ "BertForMaskedLM"
79
+ ],
80
+ "attention_probs_dropout_prob": 0.1,
81
+ "bad_words_ids": null,
82
+ "bos_token_id": null,
83
+ "chunk_size_feed_forward": 0,
84
+ "decoder_start_token_id": null,
85
+ "diversity_penalty": 0.0,
86
+ "do_sample": false,
87
+ "early_stopping": false,
88
+ "eos_token_id": null,
89
+ "finetuning_task": null,
90
+ "gradient_checkpointing": false,
91
+ "hidden_act": "gelu",
92
+ "hidden_dropout_prob": 0.1,
93
+ "hidden_size": 768,
94
+ "id2label": {
95
+ "0": "LABEL_0",
96
+ "1": "LABEL_1"
97
+ },
98
+ "initializer_range": 0.02,
99
+ "intermediate_size": 3072,
100
+ "is_decoder": false,
101
+ "is_encoder_decoder": false,
102
+ "label2id": {
103
+ "LABEL_0": 0,
104
+ "LABEL_1": 1
105
+ },
106
+ "layer_norm_eps": 1e-12,
107
+ "length_penalty": 1.0,
108
+ "max_length": 20,
109
+ "max_position_embeddings": 512,
110
+ "min_length": 0,
111
+ "model_type": "bert",
112
+ "no_repeat_ngram_size": 0,
113
+ "num_attention_heads": 12,
114
+ "num_beam_groups": 1,
115
+ "num_beams": 1,
116
+ "num_hidden_layers": 12,
117
+ "num_return_sequences": 1,
118
+ "output_attentions": false,
119
+ "output_hidden_states": false,
120
+ "output_past": true,
121
+ "pad_token_id": 1,
122
+ "position_embedding_type": "absolute",
123
+ "prefix": null,
124
+ "pruned_heads": {},
125
+ "repetition_penalty": 1.0,
126
+ "return_dict": true,
127
+ "sep_token_id": null,
128
+ "task_specific_params": null,
129
+ "temperature": 1.0,
130
+ "tie_encoder_decoder": false,
131
+ "tie_word_embeddings": true,
132
+ "tokenizer_class": null,
133
+ "top_k": 50,
134
+ "top_p": 1.0,
135
+ "torchscript": false,
136
+ "type_vocab_size": 2,
137
+ "use_bfloat16": false,
138
+ "vocab_size": 31002,
139
+ "xla_device": null
140
+ },
141
+ "eos_token_id": 5,
142
+ "is_encoder_decoder": true,
143
+ "length_penalty": 2.0,
144
+ "max_length": 64,
145
+ "min_length": 8,
146
+ "model_type": "encoder-decoder",
147
+ "no_repeat_ngram_size": 3,
148
+ "num_beams": 4,
149
+ "pad_token_id": 1,
150
+ "tie_encoder_decoder": true,
151
+ "vocab_size": 31002
152
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9091fd976ad478bb3b8649a157c7ab21bd20959f0aa3e061301dfc626830ee9f
3
+ size 555557383
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_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": null, "special_tokens_map_file": "/root/.cache/huggingface/transformers/9848a00af462c42dfb4ec88ef438fbab5256330f7f6f50badc48d277f9367d49.dd8bd9bfd3664b530ea4e645105f557769387b3da9f79bdb55ed556bdd80611d", "name_or_path": "dccuchile/bert-base-spanish-wwm-cased", "do_basic_tokenize": true, "never_split": null}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55e480e000f0359fca39914103c628e31988816c3056c6a612753de9d5356351
3
+ size 2095
vocab.txt ADDED
The diff for this file is too large to render. See raw diff