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