File size: 375 Bytes
56dfd9c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
{
"architectures": [
"AutextificationMTLModel"
],
"auto_map": {
"AutoConfig": "config.AutextificationMTLConfig",
"AutoModel": "model.AutextificationMTLModel"
},
"hidden_nodes": 64,
"model_type": "custom-text-classifier",
"threshold": 0.9919,
"torch_dtype": "float32",
"transformer_name": "xlm-roberta-base",
"transformers_version": "4.25.1"
}
|