Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,28 @@ metrics:
|
|
12 |
base_model:
|
13 |
- albert/albert-large-v2
|
14 |
pipeline_tag: text-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
---
|
16 |
# Sentiment classification using Albert-large-v2
|
17 |
|
|
|
12 |
base_model:
|
13 |
- albert/albert-large-v2
|
14 |
pipeline_tag: text-classification
|
15 |
+
model-index:
|
16 |
+
- name: SandeepVvigneshwar/sentiment-classification-albert-large-v2
|
17 |
+
results:
|
18 |
+
- task:
|
19 |
+
type: text-classification
|
20 |
+
name: Text Classification
|
21 |
+
metrics:
|
22 |
+
- type: accuracy
|
23 |
+
value: 0.9431
|
24 |
+
name: Accuracy
|
25 |
+
- type: precision
|
26 |
+
value: 0.9499
|
27 |
+
name: Precision
|
28 |
+
- type: recall
|
29 |
+
value: 0.9431
|
30 |
+
name: Recall
|
31 |
+
- type: f1
|
32 |
+
value: 0.9439
|
33 |
+
name: F1
|
34 |
+
- type: loss
|
35 |
+
value: 0.08795
|
36 |
+
name: Loss
|
37 |
---
|
38 |
# Sentiment classification using Albert-large-v2
|
39 |
|