Upload config
Browse files- config.json +0 -8
config.json
CHANGED
@@ -1,14 +1,6 @@
|
|
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 |
}
|
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
"input_size": 784,
|
3 |
"model_type": "mlp",
|
4 |
"output_size": 4096,
|
|
|
5 |
"transformers_version": "4.44.0"
|
6 |
}
|