mrm8488 commited on
Commit
d0a5bb7
1 Parent(s): d0735e0

Initial commit from mrm8488

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