mrm8488 commited on
Commit
ff0c2a5
·
1 Parent(s): 28a9f35

Initial commit from mrm8488

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