system HF staff commited on
Commit
7336f7a
1 Parent(s): 1495710

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -0
config.json CHANGED
@@ -8,6 +8,11 @@
8
  "MarianMTModel"
9
  ],
10
  "attention_dropout": 0.0,
 
 
 
 
 
11
  "bos_token_id": 0,
12
  "classif_dropout": 0.0,
13
  "d_model": 512,
@@ -34,6 +39,7 @@
34
  "LABEL_1": 1,
35
  "LABEL_2": 2
36
  },
 
37
  "max_position_embeddings": 512,
38
  "model_type": "marian",
39
  "normalize_before": false,
8
  "MarianMTModel"
9
  ],
10
  "attention_dropout": 0.0,
11
+ "bad_words_ids": [
12
+ [
13
+ 60440
14
+ ]
15
+ ],
16
  "bos_token_id": 0,
17
  "classif_dropout": 0.0,
18
  "d_model": 512,
39
  "LABEL_1": 1,
40
  "LABEL_2": 2
41
  },
42
+ "max_length": 512,
43
  "max_position_embeddings": 512,
44
  "model_type": "marian",
45
  "normalize_before": false,