abdiharyadi
commited on
Commit
•
4882551
1
Parent(s):
f60bff1
fix: set scale_embedding to false
Browse filesIt accidentally trained with no scale embedding, so the value should be set correctly.
- config.json +1 -1
config.json
CHANGED
@@ -48,7 +48,7 @@
|
|
48 |
"num_hidden_layers": 12,
|
49 |
"output_past": true,
|
50 |
"pad_token_id": 1,
|
51 |
-
"scale_embedding":
|
52 |
"static_position_embeddings": false,
|
53 |
"tokenizer_class": "MBart50Tokenizer",
|
54 |
"torch_dtype": "float32",
|
|
|
48 |
"num_hidden_layers": 12,
|
49 |
"output_past": true,
|
50 |
"pad_token_id": 1,
|
51 |
+
"scale_embedding": false,
|
52 |
"static_position_embeddings": false,
|
53 |
"tokenizer_class": "MBart50Tokenizer",
|
54 |
"torch_dtype": "float32",
|