Sag1012 commited on
Commit
e842a21
1 Parent(s): 8453799

Delete EncoderDecoder7

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