paraformer / config.json
nguyenthanhasia's picture
Upload config.json with huggingface_hub
e93661f verified
raw
history blame
482 Bytes
{
"architectures": [
"ParaformerModel"
],
"auto_map": {
"AutoConfig": "configuration_paraformer.ParaformerConfig",
"AutoModel": "modeling_paraformer.ParaformerModel"
},
"attention_type": "general",
"base_model_name": "paraphrase-mpnet-base-v2",
"dropout_prob": 0.1,
"hidden_size": 768,
"initializer_range": 0.02,
"model_type": "paraformer",
"num_labels": 2,
"torch_dtype": "float32",
"transformers_version": "4.53.3",
"use_sparsemax": true
}