umn-cyber/indobert-hoax-detection
Browse files- README.md +10 -10
- model.safetensors +1 -1
README.md
CHANGED
@@ -21,10 +21,10 @@ 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.9872
|
29 |
|
30 |
## Model description
|
@@ -50,17 +50,17 @@ 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.
|
63 |
-
| 0.
|
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.0767
|
25 |
+
- Accuracy: 0.9885
|
26 |
+
- F1: 0.9879
|
27 |
+
- Precision: 0.9886
|
28 |
- Recall: 0.9872
|
29 |
|
30 |
## Model description
|
|
|
50 |
- seed: 42
|
51 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
- lr_scheduler_type: linear
|
53 |
+
- num_epochs: 5
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
59 |
+
| 0.0879 | 1.0 | 739 | 0.0471 | 0.9871 | 0.9865 | 0.9837 | 0.9893 |
|
60 |
+
| 0.0443 | 2.0 | 1478 | 0.0391 | 0.9895 | 0.9890 | 0.9872 | 0.9908 |
|
61 |
+
| 0.0241 | 3.0 | 2217 | 0.0615 | 0.9871 | 0.9866 | 0.9803 | 0.9929 |
|
62 |
+
| 0.0103 | 4.0 | 2956 | 0.0792 | 0.9868 | 0.9861 | 0.9893 | 0.9829 |
|
63 |
+
| 0.0029 | 5.0 | 3695 | 0.0767 | 0.9885 | 0.9879 | 0.9886 | 0.9872 |
|
64 |
|
65 |
|
66 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 497804300
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dbcd77ca231b10a58fe28f5d81ace8e07ea01a926e7f533fb03469f4e0a9eaf3
|
3 |
size 497804300
|