Librarian Bot: Add base_model information to model
#28
by librarian-bot - opened
README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: mit
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
|
@@ -7,12 +9,17 @@ datasets:
|
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
| 9 |
- f1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
model-index:
|
| 11 |
- name: Fine-tuned-Indonesian-Sentiment-Classifier
|
| 12 |
results:
|
| 13 |
- task:
|
| 14 |
-
name: Text Classification
|
| 15 |
type: text-classification
|
|
|
|
| 16 |
dataset:
|
| 17 |
name: indonlu
|
| 18 |
type: indonlu
|
|
@@ -20,19 +27,12 @@ model-index:
|
|
| 20 |
split: validation
|
| 21 |
args: smsa
|
| 22 |
metrics:
|
| 23 |
-
-
|
| 24 |
-
type: accuracy
|
| 25 |
value: 0.9317460317460318
|
| 26 |
-
|
| 27 |
-
|
| 28 |
value: 0.9034223843742829
|
| 29 |
-
|
| 30 |
-
- id
|
| 31 |
-
pipeline_tag: text-classification
|
| 32 |
-
|
| 33 |
-
widget:
|
| 34 |
-
- text: "Kalo kamu WFH emang kerja?"
|
| 35 |
-
- text: "buku ini kurang bagus isinya"
|
| 36 |
---
|
| 37 |
|
| 38 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- id
|
| 4 |
license: mit
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
|
|
|
| 9 |
metrics:
|
| 10 |
- accuracy
|
| 11 |
- f1
|
| 12 |
+
pipeline_tag: text-classification
|
| 13 |
+
widget:
|
| 14 |
+
- text: Kalo kamu WFH emang kerja?
|
| 15 |
+
- text: buku ini kurang bagus isinya
|
| 16 |
+
base_model: indobenchmark/indobert-base-p1
|
| 17 |
model-index:
|
| 18 |
- name: Fine-tuned-Indonesian-Sentiment-Classifier
|
| 19 |
results:
|
| 20 |
- task:
|
|
|
|
| 21 |
type: text-classification
|
| 22 |
+
name: Text Classification
|
| 23 |
dataset:
|
| 24 |
name: indonlu
|
| 25 |
type: indonlu
|
|
|
|
| 27 |
split: validation
|
| 28 |
args: smsa
|
| 29 |
metrics:
|
| 30 |
+
- type: accuracy
|
|
|
|
| 31 |
value: 0.9317460317460318
|
| 32 |
+
name: Accuracy
|
| 33 |
+
- type: f1
|
| 34 |
value: 0.9034223843742829
|
| 35 |
+
name: F1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
---
|
| 37 |
|
| 38 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|