echarlaix HF Staff commited on
Commit
e6681a2
·
1 Parent(s): f0f9dde

fix config

Browse files
Files changed (1) hide show
  1. config.json +0 -7
config.json CHANGED
@@ -8,11 +8,6 @@
8
  "MarianMTModel"
9
  ],
10
  "attention_dropout": 0.0,
11
- "bad_words_ids": [
12
- [
13
- 65000
14
- ]
15
- ],
16
  "bos_token_id": 0,
17
  "classif_dropout": 0.0,
18
  "classifier_dropout": 0.0,
@@ -45,12 +40,10 @@
45
  "LABEL_1": 1,
46
  "LABEL_2": 2
47
  },
48
- "max_length": 512,
49
  "max_position_embeddings": 512,
50
  "model_type": "marian",
51
  "normalize_before": false,
52
  "normalize_embedding": false,
53
- "num_beams": 4,
54
  "num_hidden_layers": 2,
55
  "pad_token_id": 65000,
56
  "scale_embedding": true,
 
8
  "MarianMTModel"
9
  ],
10
  "attention_dropout": 0.0,
 
 
 
 
 
11
  "bos_token_id": 0,
12
  "classif_dropout": 0.0,
13
  "classifier_dropout": 0.0,
 
40
  "LABEL_1": 1,
41
  "LABEL_2": 2
42
  },
 
43
  "max_position_embeddings": 512,
44
  "model_type": "marian",
45
  "normalize_before": false,
46
  "normalize_embedding": false,
 
47
  "num_hidden_layers": 2,
48
  "pad_token_id": 65000,
49
  "scale_embedding": true,