mrm8488 commited on
Commit
5260aa5
1 Parent(s): 722ff41

Initial commit from mrm8488

Browse files
config.json ADDED
@@ -0,0 +1,146 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "EncoderDecoderModel"
4
+ ],
5
+ "decoder": {
6
+ "_name_or_path": "dbmdz/bert-base-italian-cased",
7
+ "add_cross_attention": true,
8
+ "architectures": [
9
+ "BertForMaskedLM"
10
+ ],
11
+ "attention_probs_dropout_prob": 0.1,
12
+ "bad_words_ids": null,
13
+ "bos_token_id": null,
14
+ "chunk_size_feed_forward": 0,
15
+ "decoder_start_token_id": null,
16
+ "do_sample": false,
17
+ "early_stopping": false,
18
+ "eos_token_id": null,
19
+ "finetuning_task": null,
20
+ "gradient_checkpointing": false,
21
+ "hidden_act": "gelu",
22
+ "hidden_dropout_prob": 0.1,
23
+ "hidden_size": 768,
24
+ "id2label": {
25
+ "0": "LABEL_0",
26
+ "1": "LABEL_1"
27
+ },
28
+ "initializer_range": 0.02,
29
+ "intermediate_size": 3072,
30
+ "is_decoder": true,
31
+ "is_encoder_decoder": false,
32
+ "label2id": {
33
+ "LABEL_0": 0,
34
+ "LABEL_1": 1
35
+ },
36
+ "layer_norm_eps": 1e-12,
37
+ "length_penalty": 1.0,
38
+ "max_length": 20,
39
+ "max_position_embeddings": 512,
40
+ "min_length": 0,
41
+ "model_type": "bert",
42
+ "no_repeat_ngram_size": 0,
43
+ "num_attention_heads": 12,
44
+ "num_beams": 1,
45
+ "num_hidden_layers": 12,
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
+ "vocab_size": 31102,
67
+ "xla_device": null
68
+ },
69
+ "decoder_start_token_id": 102,
70
+ "early_stopping": true,
71
+ "encoder": {
72
+ "_name_or_path": "dbmdz/bert-base-italian-cased",
73
+ "add_cross_attention": false,
74
+ "architectures": [
75
+ "BertForMaskedLM"
76
+ ],
77
+ "attention_probs_dropout_prob": 0.1,
78
+ "bad_words_ids": null,
79
+ "bos_token_id": null,
80
+ "chunk_size_feed_forward": 0,
81
+ "decoder_start_token_id": null,
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": 768,
90
+ "id2label": {
91
+ "0": "LABEL_0",
92
+ "1": "LABEL_1"
93
+ },
94
+ "initializer_range": 0.02,
95
+ "intermediate_size": 3072,
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": 12,
110
+ "num_beams": 1,
111
+ "num_hidden_layers": 12,
112
+ "num_return_sequences": 1,
113
+ "output_attentions": false,
114
+ "output_hidden_states": false,
115
+ "pad_token_id": 0,
116
+ "position_embedding_type": "absolute",
117
+ "prefix": null,
118
+ "pruned_heads": {},
119
+ "repetition_penalty": 1.0,
120
+ "return_dict": true,
121
+ "sep_token_id": null,
122
+ "task_specific_params": null,
123
+ "temperature": 1.0,
124
+ "tie_encoder_decoder": false,
125
+ "tie_word_embeddings": true,
126
+ "tokenizer_class": null,
127
+ "top_k": 50,
128
+ "top_p": 1.0,
129
+ "torchscript": false,
130
+ "type_vocab_size": 2,
131
+ "use_bfloat16": false,
132
+ "vocab_size": 31102,
133
+ "xla_device": null
134
+ },
135
+ "eos_token_id": 103,
136
+ "is_encoder_decoder": true,
137
+ "length_penalty": 2.0,
138
+ "max_length": 128,
139
+ "min_length": 6,
140
+ "model_type": "encoder-decoder",
141
+ "no_repeat_ngram_size": 3,
142
+ "num_beams": 4,
143
+ "pad_token_id": 0,
144
+ "tie_encoder_decoder": true,
145
+ "vocab_size": 31102
146
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5324121d2445e00c6df48d359006a34d3384cd97e62352db0f5112bcec28c4ea
3
+ size 555864967
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, "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, "name_or_path": "dbmdz/bert-base-italian-cased", "do_basic_tokenize": true, "never_split": null}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a65f529dcc94dd033b6d19e555f8e3183574d8ea17c1bf9c4fb9893931a048c
3
+ size 2095
vocab.txt ADDED
The diff for this file is too large to render. See raw diff