Update config.json
Browse files- config.json +11 -13
config.json
CHANGED
|
@@ -1,21 +1,19 @@
|
|
| 1 |
{
|
| 2 |
-
"vocab_size": 93,
|
| 3 |
-
"block_size": 256,
|
| 4 |
-
"n_layer": 6,
|
| 5 |
-
"n_head": 8,
|
| 6 |
-
"n_embd": 256,
|
| 7 |
-
"num_rules": 11,
|
| 8 |
-
"max_antecedents": 16,
|
| 9 |
-
"model_type": "nanogentzen",
|
| 10 |
"architectures": [
|
| 11 |
"GentzenPolicyValueModel"
|
| 12 |
],
|
| 13 |
"auto_map": {
|
| 14 |
"AutoConfig": "configuration_nanogentzen.GentzenConfig",
|
| 15 |
"AutoModel": "modeling_nanogentzen.GentzenPolicyValueModel",
|
| 16 |
-
"AutoTokenizer":
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
}
|
|
|
|
| 1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"GentzenPolicyValueModel"
|
| 4 |
],
|
| 5 |
"auto_map": {
|
| 6 |
"AutoConfig": "configuration_nanogentzen.GentzenConfig",
|
| 7 |
"AutoModel": "modeling_nanogentzen.GentzenPolicyValueModel",
|
| 8 |
+
"AutoTokenizer": "tokenization_nanogentzen.LogicTokenizerHF"
|
| 9 |
+
},
|
| 10 |
+
"block_size": 256,
|
| 11 |
+
"max_antecedents": 16,
|
| 12 |
+
"model_type": "nanogentzen",
|
| 13 |
+
"n_embd": 256,
|
| 14 |
+
"n_head": 8,
|
| 15 |
+
"n_layer": 6,
|
| 16 |
+
"num_rules": 11,
|
| 17 |
+
"torch_dtype": "bfloat16",
|
| 18 |
+
"vocab_size": 93
|
| 19 |
}
|