| from transformers import Wav2Vec2Config | |
| class Wav2Vec2ForEmotionClassificationConfig(Wav2Vec2Config): | |
| model_type = "wav2vec2_for_emotion_classification" | |
| def __init__( | |
| self, | |
| **kwargs, | |
| ): | |
| super().__init__(**kwargs) | |
| from transformers import Wav2Vec2Config | |
| class Wav2Vec2ForEmotionClassificationConfig(Wav2Vec2Config): | |
| model_type = "wav2vec2_for_emotion_classification" | |
| def __init__( | |
| self, | |
| **kwargs, | |
| ): | |
| super().__init__(**kwargs) | |