justheuristic
commited on
Commit
•
b111153
1
Parent(s):
a49566d
default "torch_dtype": "bfloat16"
Browse files- config.json +1 -0
config.json
CHANGED
@@ -20,6 +20,7 @@
|
|
20 |
"pretraining_tp": 4,
|
21 |
"slow_but_exact": false,
|
22 |
"transformers_version": "4.21.0.dev0",
|
|
|
23 |
"use_cache": true,
|
24 |
"vocab_size": 250880
|
25 |
}
|
|
|
20 |
"pretraining_tp": 4,
|
21 |
"slow_but_exact": false,
|
22 |
"transformers_version": "4.21.0.dev0",
|
23 |
+
"torch_dtype": "bfloat16",
|
24 |
"use_cache": true,
|
25 |
"vocab_size": 250880
|
26 |
}
|