oleksiiktitarov commited on
Commit
761acc2
1 Parent(s): 9f628d9

Create model_card.yaml

Browse files
Files changed (1) hide show
  1. model_card.yaml +29 -0
model_card.yaml ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text-classification
4
+ - transformers
5
+ - nlp
6
+ - empathy-detection
7
+ license: apache-2.0
8
+ datasets:
9
+ - custom-dataset
10
+ metrics:
11
+ - accuracy
12
+ - f1
13
+ model-index:
14
+ - name: Empathy Detection
15
+ results:
16
+ - task:
17
+ type: text-classification
18
+ name: Text Classification
19
+ dataset:
20
+ name: Custom Dataset
21
+ type: custom
22
+ metrics:
23
+ - name: Accuracy
24
+ type: accuracy
25
+ value: 0.7669
26
+ - name: F1
27
+ type: f1
28
+ value: 0.76
29
+ ---