Zhengrui commited on
Commit
6c758f6
1 Parent(s): 9860ff6

Delete bert2bertjoke

Browse files
bert2bertjoke/config.json DELETED
@@ -1,184 +0,0 @@
1
- {
2
- "_commit_hash": null,
3
- "architectures": [
4
- "EncoderDecoderModel"
5
- ],
6
- "decoder": {
7
- "_name_or_path": "bert-base-uncased",
8
- "add_cross_attention": true,
9
- "architectures": [
10
- "BertForMaskedLM"
11
- ],
12
- "attention_probs_dropout_prob": 0.1,
13
- "bad_words_ids": null,
14
- "begin_suppress_tokens": null,
15
- "bos_token_id": null,
16
- "chunk_size_feed_forward": 0,
17
- "classifier_dropout": null,
18
- "cross_attention_hidden_size": null,
19
- "decoder_start_token_id": null,
20
- "diversity_penalty": 0.0,
21
- "do_sample": false,
22
- "early_stopping": false,
23
- "encoder_no_repeat_ngram_size": 0,
24
- "eos_token_id": null,
25
- "exponential_decay_length_penalty": null,
26
- "finetuning_task": null,
27
- "forced_bos_token_id": null,
28
- "forced_eos_token_id": null,
29
- "gradient_checkpointing": false,
30
- "hidden_act": "gelu",
31
- "hidden_dropout_prob": 0.1,
32
- "hidden_size": 768,
33
- "id2label": {
34
- "0": "LABEL_0",
35
- "1": "LABEL_1"
36
- },
37
- "initializer_range": 0.02,
38
- "intermediate_size": 3072,
39
- "is_decoder": true,
40
- "is_encoder_decoder": false,
41
- "label2id": {
42
- "LABEL_0": 0,
43
- "LABEL_1": 1
44
- },
45
- "layer_norm_eps": 1e-12,
46
- "length_penalty": 1.0,
47
- "max_length": 20,
48
- "max_position_embeddings": 512,
49
- "min_length": 0,
50
- "model_type": "bert",
51
- "no_repeat_ngram_size": 0,
52
- "num_attention_heads": 12,
53
- "num_beam_groups": 1,
54
- "num_beams": 1,
55
- "num_hidden_layers": 12,
56
- "num_return_sequences": 1,
57
- "output_attentions": false,
58
- "output_hidden_states": false,
59
- "output_scores": false,
60
- "pad_token_id": 0,
61
- "position_embedding_type": "absolute",
62
- "prefix": null,
63
- "problem_type": null,
64
- "pruned_heads": {},
65
- "remove_invalid_values": false,
66
- "repetition_penalty": 1.0,
67
- "return_dict": true,
68
- "return_dict_in_generate": false,
69
- "sep_token_id": null,
70
- "suppress_tokens": null,
71
- "task_specific_params": null,
72
- "temperature": 1.0,
73
- "tf_legacy_loss": false,
74
- "tie_encoder_decoder": false,
75
- "tie_word_embeddings": true,
76
- "tokenizer_class": null,
77
- "top_k": 50,
78
- "top_p": 1.0,
79
- "torch_dtype": null,
80
- "torchscript": false,
81
- "transformers_version": "4.26.1",
82
- "type_vocab_size": 2,
83
- "typical_p": 1.0,
84
- "use_bfloat16": false,
85
- "use_cache": true,
86
- "vocab_size": 30522
87
- },
88
- "decoder_start_token_id": 101,
89
- "early_stopping": true,
90
- "encoder": {
91
- "_name_or_path": "bert-base-uncased",
92
- "add_cross_attention": false,
93
- "architectures": [
94
- "BertForMaskedLM"
95
- ],
96
- "attention_probs_dropout_prob": 0.1,
97
- "bad_words_ids": null,
98
- "begin_suppress_tokens": null,
99
- "bos_token_id": null,
100
- "chunk_size_feed_forward": 0,
101
- "classifier_dropout": null,
102
- "cross_attention_hidden_size": null,
103
- "decoder_start_token_id": null,
104
- "diversity_penalty": 0.0,
105
- "do_sample": false,
106
- "early_stopping": false,
107
- "encoder_no_repeat_ngram_size": 0,
108
- "eos_token_id": null,
109
- "exponential_decay_length_penalty": null,
110
- "finetuning_task": null,
111
- "forced_bos_token_id": null,
112
- "forced_eos_token_id": null,
113
- "gradient_checkpointing": false,
114
- "hidden_act": "gelu",
115
- "hidden_dropout_prob": 0.1,
116
- "hidden_size": 768,
117
- "id2label": {
118
- "0": "LABEL_0",
119
- "1": "LABEL_1"
120
- },
121
- "initializer_range": 0.02,
122
- "intermediate_size": 3072,
123
- "is_decoder": false,
124
- "is_encoder_decoder": false,
125
- "label2id": {
126
- "LABEL_0": 0,
127
- "LABEL_1": 1
128
- },
129
- "layer_norm_eps": 1e-12,
130
- "length_penalty": 1.0,
131
- "max_length": 20,
132
- "max_position_embeddings": 512,
133
- "min_length": 0,
134
- "model_type": "bert",
135
- "no_repeat_ngram_size": 0,
136
- "num_attention_heads": 12,
137
- "num_beam_groups": 1,
138
- "num_beams": 1,
139
- "num_hidden_layers": 12,
140
- "num_return_sequences": 1,
141
- "output_attentions": false,
142
- "output_hidden_states": false,
143
- "output_scores": false,
144
- "pad_token_id": 0,
145
- "position_embedding_type": "absolute",
146
- "prefix": null,
147
- "problem_type": null,
148
- "pruned_heads": {},
149
- "remove_invalid_values": false,
150
- "repetition_penalty": 1.0,
151
- "return_dict": true,
152
- "return_dict_in_generate": false,
153
- "sep_token_id": null,
154
- "suppress_tokens": null,
155
- "task_specific_params": null,
156
- "temperature": 1.0,
157
- "tf_legacy_loss": false,
158
- "tie_encoder_decoder": false,
159
- "tie_word_embeddings": true,
160
- "tokenizer_class": null,
161
- "top_k": 50,
162
- "top_p": 1.0,
163
- "torch_dtype": null,
164
- "torchscript": false,
165
- "transformers_version": "4.26.1",
166
- "type_vocab_size": 2,
167
- "typical_p": 1.0,
168
- "use_bfloat16": false,
169
- "use_cache": true,
170
- "vocab_size": 30522
171
- },
172
- "eos_token_id": 102,
173
- "is_encoder_decoder": true,
174
- "length_penalty": 2.0,
175
- "max_length": 128,
176
- "min_length": 1,
177
- "model_type": "encoder-decoder",
178
- "no_repeat_ngram_size": 3,
179
- "num_beams": 4,
180
- "pad_token_id": 0,
181
- "torch_dtype": "float32",
182
- "transformers_version": null,
183
- "vocab_size": 30522
184
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bert2bertjoke/generation_config.json DELETED
@@ -1,14 +0,0 @@
1
- {
2
- "_from_model_config": true,
3
- "decoder_start_token_id": 101,
4
- "early_stopping": true,
5
- "eos_token_id": 102,
6
- "length_penalty": 2.0,
7
- "max_length": 128,
8
- "min_length": 1,
9
- "no_repeat_ngram_size": 3,
10
- "num_beams": 10,
11
- "num_beam_groups=": 10,
12
- "pad_token_id": 0,
13
- "transformers_version": "4.26.1"
14
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bert2bertjoke/pytorch_model.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:491c3b6b7f3054b867465f33957aff1f53fd072b3078bb320db2c86f16a10e08
3
- size 989641131