leeeki commited on
Commit
00312b0
1 Parent(s): 72f1b0a
Files changed (2) hide show
  1. config.json +186 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,186 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "EncoderDecoderModel"
4
+ ],
5
+ "decoder": {
6
+ "_name_or_path": "gogamza/kobart-base-v1",
7
+ "activation_dropout": 0.0,
8
+ "activation_function": "gelu",
9
+ "add_bias_logits": false,
10
+ "add_cross_attention": true,
11
+ "add_final_layer_norm": false,
12
+ "architectures": [
13
+ "BartModel"
14
+ ],
15
+ "attention_dropout": 0.0,
16
+ "author": "Heewon Jeon(madjakarta@gmail.com)",
17
+ "bad_words_ids": null,
18
+ "bos_token_id": 0,
19
+ "chunk_size_feed_forward": 0,
20
+ "classif_dropout": 0.1,
21
+ "classifier_dropout": 0.1,
22
+ "cross_attention_hidden_size": null,
23
+ "d_model": 768,
24
+ "decoder_attention_heads": 16,
25
+ "decoder_ffn_dim": 3072,
26
+ "decoder_layerdrop": 0.0,
27
+ "decoder_layers": 6,
28
+ "decoder_start_token_id": 1,
29
+ "diversity_penalty": 0.0,
30
+ "do_blenderbot_90_layernorm": false,
31
+ "do_sample": false,
32
+ "doc_type_size": null,
33
+ "dropout": 0.1,
34
+ "early_stopping": false,
35
+ "encoder_attention_heads": 16,
36
+ "encoder_ffn_dim": 3072,
37
+ "encoder_layerdrop": 0.0,
38
+ "encoder_layers": 6,
39
+ "encoder_no_repeat_ngram_size": 0,
40
+ "eos_token_id": 1,
41
+ "extra_pos_embeddings": 2,
42
+ "finetuning_task": null,
43
+ "force_bos_token_to_be_generated": false,
44
+ "forced_bos_token_id": null,
45
+ "forced_eos_token_id": 1,
46
+ "gradient_checkpointing": false,
47
+ "id2label": {
48
+ "0": "NEGATIVE",
49
+ "1": "POSITIVE"
50
+ },
51
+ "init_std": 0.02,
52
+ "is_decoder": true,
53
+ "is_encoder_decoder": true,
54
+ "kobart_version": 1.0,
55
+ "label2id": {
56
+ "NEGATIVE": 0,
57
+ "POSITIVE": 1
58
+ },
59
+ "length_penalty": 1.0,
60
+ "max_length": 20,
61
+ "max_position_embeddings": 128,
62
+ "min_length": 0,
63
+ "model_type": "bart",
64
+ "no_repeat_ngram_size": 0,
65
+ "normalize_before": false,
66
+ "normalize_embedding": true,
67
+ "num_beam_groups": 1,
68
+ "num_beams": 1,
69
+ "num_hidden_layers": 6,
70
+ "num_return_sequences": 1,
71
+ "output_attentions": false,
72
+ "output_hidden_states": false,
73
+ "output_scores": false,
74
+ "pad_token_id": 0,
75
+ "prefix": null,
76
+ "problem_type": null,
77
+ "pruned_heads": {},
78
+ "remove_invalid_values": false,
79
+ "repetition_penalty": 1.0,
80
+ "return_dict": true,
81
+ "return_dict_in_generate": false,
82
+ "scale_embedding": false,
83
+ "sep_token_id": null,
84
+ "static_position_embeddings": false,
85
+ "task_specific_params": null,
86
+ "temperature": 1.0,
87
+ "tie_encoder_decoder": false,
88
+ "tie_word_embeddings": true,
89
+ "tokenizer_class": "PreTrainedTokenizerFast",
90
+ "top_k": 50,
91
+ "top_p": 1.0,
92
+ "torch_dtype": null,
93
+ "torchscript": false,
94
+ "transformers_version": "4.12.5",
95
+ "use_bfloat16": false,
96
+ "use_cache": true,
97
+ "vocab_size": 32500
98
+ },
99
+ "encoder": {
100
+ "_name_or_path": "monologg/kobigbird-bert-base",
101
+ "add_cross_attention": false,
102
+ "architectures": [
103
+ "BigBirdForMaskedLM"
104
+ ],
105
+ "attention_probs_dropout_prob": 0.1,
106
+ "attention_type": "block_sparse",
107
+ "bad_words_ids": null,
108
+ "block_size": 64,
109
+ "bos_token_id": 5,
110
+ "chunk_size_feed_forward": 0,
111
+ "classifier_dropout": null,
112
+ "cross_attention_hidden_size": null,
113
+ "decoder_start_token_id": null,
114
+ "diversity_penalty": 0.0,
115
+ "do_sample": false,
116
+ "doc_type_size": null,
117
+ "early_stopping": false,
118
+ "encoder_no_repeat_ngram_size": 0,
119
+ "eos_token_id": 6,
120
+ "finetuning_task": null,
121
+ "forced_bos_token_id": null,
122
+ "forced_eos_token_id": null,
123
+ "gradient_checkpointing": false,
124
+ "hidden_act": "gelu_new",
125
+ "hidden_dropout_prob": 0.1,
126
+ "hidden_size": 768,
127
+ "id2label": {
128
+ "0": "LABEL_0",
129
+ "1": "LABEL_1"
130
+ },
131
+ "initializer_range": 0.02,
132
+ "intermediate_size": 3072,
133
+ "is_decoder": false,
134
+ "is_encoder_decoder": false,
135
+ "label2id": {
136
+ "LABEL_0": 0,
137
+ "LABEL_1": 1
138
+ },
139
+ "layer_norm_eps": 1e-12,
140
+ "length_penalty": 1.0,
141
+ "max_length": 20,
142
+ "max_position_embeddings": 4096,
143
+ "min_length": 0,
144
+ "model_type": "big_bird",
145
+ "no_repeat_ngram_size": 0,
146
+ "num_attention_heads": 12,
147
+ "num_beam_groups": 1,
148
+ "num_beams": 1,
149
+ "num_hidden_layers": 6,
150
+ "num_random_blocks": 3,
151
+ "num_return_sequences": 1,
152
+ "output_attentions": false,
153
+ "output_hidden_states": false,
154
+ "output_scores": false,
155
+ "pad_token_id": 0,
156
+ "position_embedding_type": "absolute",
157
+ "prefix": null,
158
+ "problem_type": null,
159
+ "pruned_heads": {},
160
+ "remove_invalid_values": false,
161
+ "repetition_penalty": 1.0,
162
+ "rescale_embeddings": false,
163
+ "return_dict": true,
164
+ "return_dict_in_generate": false,
165
+ "sep_token_id": 3,
166
+ "task_specific_params": null,
167
+ "temperature": 1.0,
168
+ "tie_encoder_decoder": false,
169
+ "tie_word_embeddings": true,
170
+ "tokenizer_class": "BertTokenizer",
171
+ "top_k": 50,
172
+ "top_p": 1.0,
173
+ "torch_dtype": "float32",
174
+ "torchscript": false,
175
+ "transformers_version": "4.12.5",
176
+ "type_vocab_size": 2,
177
+ "use_bfloat16": false,
178
+ "use_bias": true,
179
+ "use_cache": true,
180
+ "vocab_size": 32500
181
+ },
182
+ "is_encoder_decoder": true,
183
+ "model_type": "encoder-decoder",
184
+ "torch_dtype": "float32",
185
+ "transformers_version": null
186
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c707a8daa5b5f122b74c1adf6554f77800a55fa27b8c8f70a10d42677aa60d5a
3
+ size 612259968