| { | |
| "architectures": [ | |
| "EmotionClassifierHuBERT" | |
| ], | |
| "auto_map": { | |
| "AutoConfig": "configuration_emotion_classifier.EmotionClassifierConfig", | |
| "AutoModelForSequenceClassification": "modeling_emotion_classifier.EmotionClassifierHuBERT" | |
| }, | |
| "hidden_size_lstm": 128, | |
| "model_type": "hubert", | |
| "num_classes": 6, | |
| "torch_dtype": "float32", | |
| "transformers_version": "4.41.1" | |
| } | |