alphaveneno
commited on
Commit
•
70eee34
1
Parent(s):
45a5696
Update config.json
Browse files- config.json +0 -8
config.json
CHANGED
@@ -9,11 +9,6 @@
|
|
9 |
"MarianMTModel"
|
10 |
],
|
11 |
"attention_dropout": 0.0,
|
12 |
-
"bad_words_ids": [
|
13 |
-
[
|
14 |
-
59513
|
15 |
-
]
|
16 |
-
],
|
17 |
"bos_token_id": 0,
|
18 |
"classif_dropout": 0.0,
|
19 |
"classifier_dropout": 0.0,
|
@@ -30,7 +25,6 @@
|
|
30 |
"encoder_layerdrop": 0.0,
|
31 |
"encoder_layers": 6,
|
32 |
"eos_token_id": 0,
|
33 |
-
"forced_eos_token_id": 0,
|
34 |
"gradient_checkpointing": false,
|
35 |
"id2label": {
|
36 |
"0": "LABEL_0",
|
@@ -44,12 +38,10 @@
|
|
44 |
"LABEL_1": 1,
|
45 |
"LABEL_2": 2
|
46 |
},
|
47 |
-
"max_length": 512,
|
48 |
"max_position_embeddings": 512,
|
49 |
"model_type": "marian",
|
50 |
"normalize_before": false,
|
51 |
"normalize_embedding": false,
|
52 |
-
"num_beams": 4,
|
53 |
"num_hidden_layers": 6,
|
54 |
"pad_token_id": 59513,
|
55 |
"scale_embedding": true,
|
|
|
9 |
"MarianMTModel"
|
10 |
],
|
11 |
"attention_dropout": 0.0,
|
|
|
|
|
|
|
|
|
|
|
12 |
"bos_token_id": 0,
|
13 |
"classif_dropout": 0.0,
|
14 |
"classifier_dropout": 0.0,
|
|
|
25 |
"encoder_layerdrop": 0.0,
|
26 |
"encoder_layers": 6,
|
27 |
"eos_token_id": 0,
|
|
|
28 |
"gradient_checkpointing": false,
|
29 |
"id2label": {
|
30 |
"0": "LABEL_0",
|
|
|
38 |
"LABEL_1": 1,
|
39 |
"LABEL_2": 2
|
40 |
},
|
|
|
41 |
"max_position_embeddings": 512,
|
42 |
"model_type": "marian",
|
43 |
"normalize_before": false,
|
44 |
"normalize_embedding": false,
|
|
|
45 |
"num_hidden_layers": 6,
|
46 |
"pad_token_id": 59513,
|
47 |
"scale_embedding": true,
|