Update config.json (#3)
Browse files- Update config.json (befd19a591451ef68516175998abebd0ee543732)
Co-authored-by: Nat Jeffries <[email protected]>
- config.json +2 -1
config.json
CHANGED
@@ -28,5 +28,6 @@
|
|
28 |
"torch_dtype": "float32",
|
29 |
"transformers_version": "4.48.0.dev0",
|
30 |
"use_cache": true,
|
31 |
-
"vocab_size": 32768
|
|
|
32 |
}
|
|
|
28 |
"torch_dtype": "float32",
|
29 |
"transformers_version": "4.48.0.dev0",
|
30 |
"use_cache": true,
|
31 |
+
"vocab_size": 32768,
|
32 |
+
"pad_head_dim_to_multiple_of": 8
|
33 |
}
|