Qian Liu
commited on
Commit
•
d136e09
1
Parent(s):
6429255
Update config.json
Browse files- config.json +1 -3
config.json
CHANGED
@@ -36,10 +36,8 @@
|
|
36 |
"max_position_embeddings": 1024,
|
37 |
"model_type": "bart",
|
38 |
"no_repeat_ngram_size": 3,
|
39 |
-
"normalize_before": false,
|
40 |
-
"normalize_embedding": true,
|
41 |
"num_beams": 4,
|
42 |
-
"num_hidden_layers":
|
43 |
"pad_token_id": 1,
|
44 |
"problem_type": "single_label_classification",
|
45 |
"scale_embedding": false,
|
|
|
36 |
"max_position_embeddings": 1024,
|
37 |
"model_type": "bart",
|
38 |
"no_repeat_ngram_size": 3,
|
|
|
|
|
39 |
"num_beams": 4,
|
40 |
+
"num_hidden_layers": 12,
|
41 |
"pad_token_id": 1,
|
42 |
"problem_type": "single_label_classification",
|
43 |
"scale_embedding": false,
|