Update config.json
Browse files- config.json +6 -1
config.json
CHANGED
@@ -1,9 +1,14 @@
|
|
1 |
{
|
|
|
|
|
|
|
2 |
"auto_map": {
|
3 |
-
"AutoConfig": "configuration_mlp.MLPConfig"
|
|
|
4 |
},
|
5 |
"input_size": 784,
|
6 |
"model_type": "mlp",
|
7 |
"output_size": 4096,
|
|
|
8 |
"transformers_version": "4.44.0"
|
9 |
}
|
|
|
1 |
{
|
2 |
+
"architectures": [
|
3 |
+
"MLP"
|
4 |
+
],
|
5 |
"auto_map": {
|
6 |
+
"AutoConfig": "configuration_mlp.MLPConfig",
|
7 |
+
"AutoModel": "modeling_mlp.MLP"
|
8 |
},
|
9 |
"input_size": 784,
|
10 |
"model_type": "mlp",
|
11 |
"output_size": 4096,
|
12 |
+
"torch_dtype": "float32",
|
13 |
"transformers_version": "4.44.0"
|
14 |
}
|