File size: 300 Bytes
e524918 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
{
"architectures": [
"BasicLinear"
],
"auto_map": {
"AutoConfig": "custom_config.LinearConfig",
"AutoModel": "custom_net.BasicLinear"
},
"bias": true,
"dtype": "float32",
"in_features": 10,
"model_type": "linear",
"out_features": 1,
"transformers_version": "4.57.1"
}
|