| { | |
| "architectures": [ | |
| "PromptComplexityModel" | |
| ], | |
| "auto_map": { | |
| "AutoConfig": "complexity_estimator/configuration_prompt_complexity.PromptComplexityConfig", | |
| "AutoModel": "complexity_estimator/modeling_prompt_complexity.PromptComplexityModel" | |
| }, | |
| "base_model_name": "microsoft/deberta-v3-base", | |
| "dropout": 0.1, | |
| "dtype": "float32", | |
| "hidden": null, | |
| "layernorm_after_pool": true, | |
| "max_length": 512, | |
| "model_type": "prompt-complexity", | |
| "output_sigmoid": true, | |
| "proj_hidden_ratio": 1.0, | |
| "transformers_version": "4.57.5", | |
| "use_projection": false | |
| } | |