Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,15 @@ model-index:
|
|
18 |
- task:
|
19 |
type: text-classification
|
20 |
name: Text Classification
|
|
|
|
|
|
|
|
|
|
|
21 |
metrics:
|
|
|
|
|
|
|
22 |
- type: accuracy
|
23 |
value: 0.9431
|
24 |
name: Accuracy
|
@@ -31,9 +39,7 @@ model-index:
|
|
31 |
- type: f1
|
32 |
value: 0.9439
|
33 |
name: F1
|
34 |
-
|
35 |
-
value: 0.08795
|
36 |
-
name: Loss
|
37 |
---
|
38 |
# Sentiment classification using Albert-large-v2
|
39 |
|
|
|
18 |
- task:
|
19 |
type: text-classification
|
20 |
name: Text Classification
|
21 |
+
dataset:
|
22 |
+
name: emotion
|
23 |
+
type: huggingface
|
24 |
+
config: default
|
25 |
+
split: test
|
26 |
metrics:
|
27 |
+
- type: loss
|
28 |
+
value: 0.08795
|
29 |
+
name: Loss
|
30 |
- type: accuracy
|
31 |
value: 0.9431
|
32 |
name: Accuracy
|
|
|
39 |
- type: f1
|
40 |
value: 0.9439
|
41 |
name: F1
|
42 |
+
|
|
|
|
|
43 |
---
|
44 |
# Sentiment classification using Albert-large-v2
|
45 |
|