umn-cyber/indobert-hoax-detection
Browse files- README.md +9 -11
- model.safetensors +1 -1
README.md
CHANGED
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
21 |
|
22 |
This model is a fine-tuned version of [indobenchmark/indobert-base-p1](https://huggingface.co/indobenchmark/indobert-base-p1) on an unknown dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss: 0.
|
25 |
-
- Accuracy: 0.
|
26 |
-
- F1: 0.
|
27 |
-
- Precision: 0.
|
28 |
-
- Recall: 0.
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -50,17 +50,15 @@ The following hyperparameters were used during training:
|
|
50 |
- seed: 42
|
51 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
- lr_scheduler_type: linear
|
53 |
-
- num_epochs:
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.0097 | 4.0 | 2956 | 0.0773 | 0.9871 | 0.9865 | 0.9858 | 0.9872 |
|
63 |
-
| 0.0031 | 5.0 | 3695 | 0.0862 | 0.9854 | 0.9847 | 0.9851 | 0.9844 |
|
64 |
|
65 |
|
66 |
### Framework versions
|
|
|
21 |
|
22 |
This model is a fine-tuned version of [indobenchmark/indobert-base-p1](https://huggingface.co/indobenchmark/indobert-base-p1) on an unknown dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.0480
|
25 |
+
- Accuracy: 0.9885
|
26 |
+
- F1: 0.9879
|
27 |
+
- Precision: 0.9879
|
28 |
+
- Recall: 0.9879
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
50 |
- seed: 42
|
51 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
- lr_scheduler_type: linear
|
53 |
+
- num_epochs: 3
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
59 |
+
| 0.0797 | 1.0 | 739 | 0.0485 | 0.9882 | 0.9876 | 0.9858 | 0.9893 |
|
60 |
+
| 0.0428 | 2.0 | 1478 | 0.0436 | 0.9868 | 0.9862 | 0.9817 | 0.9908 |
|
61 |
+
| 0.0221 | 3.0 | 2217 | 0.0480 | 0.9885 | 0.9879 | 0.9879 | 0.9879 |
|
|
|
|
|
62 |
|
63 |
|
64 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 497795072
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:029695a7a031ea0be3afa3f88ba0ec69f2fc066939c64305db1febd7a54a56d4
|
3 |
size 497795072
|