akira225 commited on
Commit
5d68c47
1 Parent(s): 040cd85

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -1,3 +1,27 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ language: en
4
+ tags:
5
+ - deberta-v3-base
6
+ - deberta-v3
7
+ - deberta
8
+ - token-classification
9
+ - emotion
10
+ library_name: transformers
11
+ pipeline_tag: token-classification
12
  ---
13
+
14
+ # Model Card for DeBERTa-v3-base-ECE
15
+
16
+ This is [DeBERTa-v3](https://huggingface.co/sileod/deberta-v3-base-tasksource-nli) fine-tuned for Emotion Cause Extraction (ECE) task.
17
+
18
+
19
+ ## Evaluation
20
+ Has following results on [EmoCause](https://github.com/skywalker023/focused-empathy):
21
+ | Top-1 Recall | Top-3 Recall | Top-5 Recall |
22
+ | ------------- | ------------- | ------------- |
23
+ | 0.249 | 0.623 | 0.806 |
24
+
25
+
26
+
27
+ </details>