poerwiyanto
commited on
Commit
•
e8c9a17
1
Parent(s):
44090f6
update model card README.md
Browse files
README.md
CHANGED
@@ -16,11 +16,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# bert-base-indonesian-522M-finetuned-sentiment
|
18 |
|
19 |
-
This model is a fine-tuned version of [cahya/bert-base-indonesian-522M](https://huggingface.co/cahya/bert-base-indonesian-522M) on the
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Accuracy: 0.
|
23 |
-
- F1: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -45,17 +45,14 @@ The following hyperparameters were used during training:
|
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
-
- num_epochs:
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.1974 | 3.0 | 3555 | 0.7101 | 0.8363 | 0.8330 |
|
57 |
-
| 0.0958 | 4.0 | 4740 | 0.8550 | 0.8474 | 0.8451 |
|
58 |
-
| 0.0438 | 5.0 | 5925 | 0.9483 | 0.8531 | 0.8539 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
16 |
|
17 |
# bert-base-indonesian-522M-finetuned-sentiment
|
18 |
|
19 |
+
This model is a fine-tuned version of [cahya/bert-base-indonesian-522M](https://huggingface.co/cahya/bert-base-indonesian-522M) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.5026
|
22 |
+
- Accuracy: 0.8376
|
23 |
+
- F1: 0.8363
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
+
- num_epochs: 2
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
54 |
+
| 0.4893 | 1.0 | 1185 | 0.4359 | 0.8211 | 0.8274 |
|
55 |
+
| 0.2842 | 2.0 | 2370 | 0.5026 | 0.8376 | 0.8363 |
|
|
|
|
|
|
|
56 |
|
57 |
|
58 |
### Framework versions
|