| { | |
| "_name_or_path": "forwarder1121/voice-based-stress-recognition", | |
| "architectures": ["StudentForAudioClassification"], | |
| "model_type": "audio-classification", | |
| "pipeline_tag": "audio-classification", | |
| "hidden_size": 256, | |
| "num_labels": 2, | |
| "id2label": { | |
| "0": "not_stressed", | |
| "1": "stressed" | |
| }, | |
| "label2id": { | |
| "not_stressed": 0, | |
| "stressed": 1 | |
| }, | |
| "problem_type": "single_label_classification", | |
| "auto_map": { | |
| "AutoConfig": "models.StressConfig", | |
| "AutoModelForAudioClassification": "models.StudentForAudioClassification" | |
| }, | |
| "transformers_version": "4.46.2" | |
| } | |