ad6398 commited on
Commit
04a439a
1 Parent(s): 86baef5

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +84 -0
config.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/content/drive/My Drive/Data_summarization/student_mbart/student_mbart_untrained/",
3
+ "_num_labels": 3,
4
+ "activation_dropout": 0.0,
5
+ "activation_function": "gelu",
6
+ "add_bias_logits": false,
7
+ "add_final_layer_norm": true,
8
+ "architectures": [
9
+ "MBartForConditionalGeneration"
10
+ ],
11
+ "attention_dropout": 0.0,
12
+ "bos_token_id": 0,
13
+ "classif_dropout": 0.0,
14
+ "classifier_dropout": 0.0,
15
+ "d_model": 1024,
16
+ "decoder_attention_heads": 16,
17
+ "decoder_ffn_dim": 4096,
18
+ "decoder_layerdrop": 0.0,
19
+ "decoder_layers": 6,
20
+ "decoder_start_token_id": 250004,
21
+ "do_blenderbot_90_layernorm": false,
22
+ "dropout": 0.1,
23
+ "encoder_attention_heads": 16,
24
+ "encoder_ffn_dim": 4096,
25
+ "encoder_layerdrop": 0.0,
26
+ "encoder_layers": 12,
27
+ "eos_token_id": 2,
28
+ "extra_pos_embeddings": 2,
29
+ "force_bos_token_to_be_generated": false,
30
+ "id2label": {
31
+ "0": "LABEL_0",
32
+ "1": "LABEL_1",
33
+ "2": "LABEL_2"
34
+ },
35
+ "init_metadata": {
36
+ "copied_decoder_layers": [
37
+ 0,
38
+ 2,
39
+ 4,
40
+ 7,
41
+ 9,
42
+ 11
43
+ ],
44
+ "copied_encoder_layers": [
45
+ 0,
46
+ 1,
47
+ 2,
48
+ 3,
49
+ 4,
50
+ 5,
51
+ 6,
52
+ 7,
53
+ 8,
54
+ 9,
55
+ 10,
56
+ 11
57
+ ],
58
+ "teacher_type": "mbart"
59
+ },
60
+ "init_std": 0.02,
61
+ "is_encoder_decoder": true,
62
+ "label2id": {
63
+ "LABEL_0": 0,
64
+ "LABEL_1": 1,
65
+ "LABEL_2": 2
66
+ },
67
+ "max_length": 1024,
68
+ "max_position_embeddings": 1024,
69
+ "model_type": "mbart",
70
+ "normalize_before": true,
71
+ "normalize_embedding": true,
72
+ "num_beams": 5,
73
+ "num_hidden_layers": 12,
74
+ "output_past": true,
75
+ "pad_token_id": 1,
76
+ "scale_embedding": true,
77
+ "static_position_embeddings": false,
78
+ "task_specific_params": {
79
+ "translation_en_to_ro": {
80
+ "decoder_start_token_id": 250020
81
+ }
82
+ },
83
+ "vocab_size": 250027
84
+ }