update model card README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
| 5 |
datasets:
|
|
@@ -24,16 +24,16 @@ model-index:
|
|
| 24 |
metrics:
|
| 25 |
- name: Accuracy
|
| 26 |
type: accuracy
|
| 27 |
-
value: 0.
|
| 28 |
- name: Precision
|
| 29 |
type: precision
|
| 30 |
-
value: 0.
|
| 31 |
- name: Recall
|
| 32 |
type: recall
|
| 33 |
-
value: 0.
|
| 34 |
- name: F1
|
| 35 |
type: f1
|
| 36 |
-
value: 0.
|
| 37 |
---
|
| 38 |
|
| 39 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -41,13 +41,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 41 |
|
| 42 |
# sentiment_model
|
| 43 |
|
| 44 |
-
This model is a fine-tuned version of [
|
| 45 |
It achieves the following results on the evaluation set:
|
| 46 |
-
- Loss:
|
| 47 |
-
- Accuracy: 0.
|
| 48 |
-
- Precision: 0.
|
| 49 |
-
- Recall: 0.
|
| 50 |
-
- F1: 0.
|
| 51 |
|
| 52 |
## Model description
|
| 53 |
|
|
@@ -78,9 +78,9 @@ The following hyperparameters were used during training:
|
|
| 78 |
|
| 79 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
| 80 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
| 81 |
-
| 1.
|
| 82 |
-
|
|
| 83 |
-
| 0.
|
| 84 |
|
| 85 |
|
| 86 |
### Framework versions
|
|
|
|
| 1 |
---
|
| 2 |
+
license: mit
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
| 5 |
datasets:
|
|
|
|
| 24 |
metrics:
|
| 25 |
- name: Accuracy
|
| 26 |
type: accuracy
|
| 27 |
+
value: 0.7363636363636363
|
| 28 |
- name: Precision
|
| 29 |
type: precision
|
| 30 |
+
value: 0.7397155596092384
|
| 31 |
- name: Recall
|
| 32 |
type: recall
|
| 33 |
+
value: 0.7459489407651173
|
| 34 |
- name: F1
|
| 35 |
type: f1
|
| 36 |
+
value: 0.741920437379511
|
| 37 |
---
|
| 38 |
|
| 39 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 41 |
|
| 42 |
# sentiment_model
|
| 43 |
|
| 44 |
+
This model is a fine-tuned version of [indolem/indobert-base-uncased](https://huggingface.co/indolem/indobert-base-uncased) on the indonlu dataset.
|
| 45 |
It achieves the following results on the evaluation set:
|
| 46 |
+
- Loss: 0.7788
|
| 47 |
+
- Accuracy: 0.7364
|
| 48 |
+
- Precision: 0.7397
|
| 49 |
+
- Recall: 0.7459
|
| 50 |
+
- F1: 0.7419
|
| 51 |
|
| 52 |
## Model description
|
| 53 |
|
|
|
|
| 78 |
|
| 79 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
| 80 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
| 81 |
+
| 1.1939 | 1.0 | 221 | 0.8261 | 0.6932 | 0.7203 | 0.7034 | 0.7056 |
|
| 82 |
+
| 0.6866 | 2.0 | 442 | 0.7925 | 0.725 | 0.7378 | 0.7377 | 0.7346 |
|
| 83 |
+
| 0.4791 | 3.0 | 663 | 0.7788 | 0.7364 | 0.7397 | 0.7459 | 0.7419 |
|
| 84 |
|
| 85 |
|
| 86 |
### Framework versions
|