a1noack commited on
Commit
13025d6
·
1 Parent(s): baebbdc

remove extra arguments

Browse files
Files changed (1) hide show
  1. config.json +0 -10
config.json CHANGED
@@ -1,24 +1,17 @@
1
  {
2
- "_name_or_path": "a1noack/bart-large-gigaword",
3
  "_num_labels": 3,
4
  "activation_dropout": 0.0,
5
  "activation_function": "gelu",
6
- "add_bias_logits": false,
7
  "add_final_layer_norm": false,
8
- "architectures": [
9
- "BartForConditionalGeneration"
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": 12,
20
  "decoder_start_token_id": 2,
21
- "do_blenderbot_90_layernorm": false,
22
  "dropout": 0.1,
23
  "early_stopping": true,
24
  "encoder_attention_heads": 16,
@@ -26,7 +19,6 @@
26
  "encoder_layerdrop": 0.0,
27
  "encoder_layers": 12,
28
  "eos_token_id": 2,
29
- "extra_pos_embeddings": 2,
30
  "force_bos_token_to_be_generated": true,
31
  "id2label": {
32
  "0": "LABEL_0",
@@ -47,14 +39,12 @@
47
  "model_type": "bart",
48
  "no_repeat_ngram_size": 3,
49
  "normalize_before": false,
50
- "normalize_embedding": true,
51
  "num_beams": 4,
52
  "num_hidden_layers": 12,
53
  "output_past": true,
54
  "pad_token_id": 1,
55
  "prefix": " ",
56
  "scale_embedding": false,
57
- "static_position_embeddings": false,
58
  "task_specific_params": {
59
  "summarization": {
60
  "early_stopping": true,
 
1
  {
 
2
  "_num_labels": 3,
3
  "activation_dropout": 0.0,
4
  "activation_function": "gelu",
 
5
  "add_final_layer_norm": false,
 
 
 
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 0,
8
  "classif_dropout": 0.0,
 
9
  "d_model": 1024,
10
  "decoder_attention_heads": 16,
11
  "decoder_ffn_dim": 4096,
12
  "decoder_layerdrop": 0.0,
13
  "decoder_layers": 12,
14
  "decoder_start_token_id": 2,
 
15
  "dropout": 0.1,
16
  "early_stopping": true,
17
  "encoder_attention_heads": 16,
 
19
  "encoder_layerdrop": 0.0,
20
  "encoder_layers": 12,
21
  "eos_token_id": 2,
 
22
  "force_bos_token_to_be_generated": true,
23
  "id2label": {
24
  "0": "LABEL_0",
 
39
  "model_type": "bart",
40
  "no_repeat_ngram_size": 3,
41
  "normalize_before": false,
 
42
  "num_beams": 4,
43
  "num_hidden_layers": 12,
44
  "output_past": true,
45
  "pad_token_id": 1,
46
  "prefix": " ",
47
  "scale_embedding": false,
 
48
  "task_specific_params": {
49
  "summarization": {
50
  "early_stopping": true,