bbaaaa commited on
Commit
60823c5
1 Parent(s): 56ce9df

transformer big

Browse files
Files changed (1) hide show
  1. config.json +10 -10
config.json CHANGED
@@ -1,26 +1,26 @@
1
  {
2
  "_name_or_path": "bart-base",
3
- "activation_dropout": 0.1,
4
  "activation_function": "gelu",
5
  "add_bias_logits": false,
6
  "add_final_layer_norm": false,
7
  "architectures": [
8
  "BartModel"
9
  ],
10
- "attention_dropout": 0.1,
11
  "bos_token_id": 0,
12
- "classif_dropout": 0.1,
13
  "classifier_dropout": 0.0,
14
- "d_model": 768,
15
- "decoder_attention_heads": 12,
16
- "decoder_ffn_dim": 3072,
17
  "decoder_layerdrop": 0.0,
18
  "decoder_layers": 6,
19
  "decoder_start_token_id": 2,
20
- "dropout": 0.1,
21
  "early_stopping": true,
22
- "encoder_attention_heads": 12,
23
- "encoder_ffn_dim": 3072,
24
  "encoder_layerdrop": 0.0,
25
  "encoder_layers": 6,
26
  "eos_token_id": 2,
@@ -44,7 +44,7 @@
44
  "no_repeat_ngram_size": 3,
45
  "normalize_before": false,
46
  "normalize_embedding": true,
47
- "num_beams": 4,
48
  "num_hidden_layers": 6,
49
  "pad_token_id": 1,
50
  "scale_embedding": false,
 
1
  {
2
  "_name_or_path": "bart-base",
3
+ "activation_dropout": 0.3,
4
  "activation_function": "gelu",
5
  "add_bias_logits": false,
6
  "add_final_layer_norm": false,
7
  "architectures": [
8
  "BartModel"
9
  ],
10
+ "attention_dropout": 0.3,
11
  "bos_token_id": 0,
12
+ "classif_dropout": 0.3,
13
  "classifier_dropout": 0.0,
14
+ "d_model": 1024,
15
+ "decoder_attention_heads": 16,
16
+ "decoder_ffn_dim": 4096,
17
  "decoder_layerdrop": 0.0,
18
  "decoder_layers": 6,
19
  "decoder_start_token_id": 2,
20
+ "dropout": 0.3,
21
  "early_stopping": true,
22
+ "encoder_attention_heads": 16,
23
+ "encoder_ffn_dim": 4096,
24
  "encoder_layerdrop": 0.0,
25
  "encoder_layers": 6,
26
  "eos_token_id": 2,
 
44
  "no_repeat_ngram_size": 3,
45
  "normalize_before": false,
46
  "normalize_embedding": true,
47
+ "num_beams": 5,
48
  "num_hidden_layers": 6,
49
  "pad_token_id": 1,
50
  "scale_embedding": false,