--- license: apache-2.0 language: en tags: - deberta-v3-base - deberta-v3 - deberta - token-classification - emotion library_name: transformers pipeline_tag: token-classification --- # Model Card for DeBERTa-v3-base-ECE This is [DeBERTa-v3](https://huggingface.co/sileod/deberta-v3-base-tasksource-nli) fine-tuned for Emotion Cause Extraction (ECE) task. For input text i.e. a sequence of tokens containing a situation with emotional coloring, it is necessary to determine the subset of which tokens justify the emotional state of the speaker. Formally speaking, it is convenient to look at the problem as a binary token classification, where one means that the corresponding token belongs to the desired subset. ## Training Code use to train this model avaliable on my [GitHub](https://github.com/akira225/emotion-cause-detection) ## Evaluation Has following results on [EmoCause](https://github.com/skywalker023/focused-empathy) and [EmpatheticDialodues](https://github.com/facebookresearch/EmpatheticDialogues): | Accuracy | Top-1 Recall | Top-3 Recall | Top-5 Recall | | ------------- | ------------- | ------------- | ------------- | | 0.59 | 0.249 | 0.623 | 0.806 |