Librarian Bot: Add base_model information to model
#2
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
---
|
2 |
language: id
|
3 |
-
widget:
|
4 |
-
- text: Entah mengapa saya merasakan ada sesuatu yang janggal di produk ini
|
5 |
license: mit
|
6 |
tags:
|
7 |
- generated_from_trainer
|
@@ -12,29 +10,32 @@ metrics:
|
|
12 |
- f1
|
13 |
- precision
|
14 |
- recall
|
|
|
|
|
|
|
15 |
model-index:
|
16 |
- name: indobert-base-uncased-finetuned-indonlu-smsa
|
17 |
results:
|
18 |
- task:
|
19 |
-
name: Text Classification
|
20 |
type: text-classification
|
|
|
21 |
dataset:
|
22 |
name: indonlu
|
23 |
type: indonlu
|
24 |
args: smsa
|
25 |
metrics:
|
26 |
-
-
|
27 |
-
type: accuracy
|
28 |
value: 0.9301587301587302
|
29 |
-
|
30 |
-
|
31 |
value: 0.9066105299178986
|
32 |
-
|
33 |
-
|
34 |
value: 0.8992078788375845
|
35 |
-
|
36 |
-
|
37 |
value: 0.9147307323234121
|
|
|
38 |
---
|
39 |
|
40 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
2 |
language: id
|
|
|
|
|
3 |
license: mit
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
10 |
- f1
|
11 |
- precision
|
12 |
- recall
|
13 |
+
widget:
|
14 |
+
- text: Entah mengapa saya merasakan ada sesuatu yang janggal di produk ini
|
15 |
+
base_model: indolem/indobert-base-uncased
|
16 |
model-index:
|
17 |
- name: indobert-base-uncased-finetuned-indonlu-smsa
|
18 |
results:
|
19 |
- task:
|
|
|
20 |
type: text-classification
|
21 |
+
name: Text Classification
|
22 |
dataset:
|
23 |
name: indonlu
|
24 |
type: indonlu
|
25 |
args: smsa
|
26 |
metrics:
|
27 |
+
- type: accuracy
|
|
|
28 |
value: 0.9301587301587302
|
29 |
+
name: Accuracy
|
30 |
+
- type: f1
|
31 |
value: 0.9066105299178986
|
32 |
+
name: F1
|
33 |
+
- type: precision
|
34 |
value: 0.8992078788375845
|
35 |
+
name: Precision
|
36 |
+
- type: recall
|
37 |
value: 0.9147307323234121
|
38 |
+
name: Recall
|
39 |
---
|
40 |
|
41 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|