andrianangg
commited on
Commit
•
442dcfa
1
Parent(s):
639dc0d
End of training
Browse files- README.md +14 -14
- config.json +1 -1
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
-
base_model: indobenchmark/indobart
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
@@ -18,14 +18,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
# bdc2024-indobartv2
|
20 |
|
21 |
-
This model is a fine-tuned version of [indobenchmark/indobart](https://huggingface.co/indobenchmark/indobart) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss:
|
24 |
-
- Accuracy: 0.
|
25 |
-
- Balanced Accuracy: 0.
|
26 |
-
- Precision: 0.
|
27 |
-
- Recall: 0.
|
28 |
-
- F1: 0.
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -56,12 +56,12 @@ The following hyperparameters were used during training:
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Balanced Accuracy | Precision | Recall | F1 |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------------:|:---------:|:------:|:------:|
|
59 |
-
| No log | 1.0 |
|
60 |
-
|
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
|
66 |
|
67 |
### Framework versions
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
base_model: indobenchmark/indobart-v2
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
|
|
18 |
|
19 |
# bdc2024-indobartv2
|
20 |
|
21 |
+
This model is a fine-tuned version of [indobenchmark/indobart-v2](https://huggingface.co/indobenchmark/indobart-v2) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 1.3023
|
24 |
+
- Accuracy: 0.7162
|
25 |
+
- Balanced Accuracy: 0.4029
|
26 |
+
- Precision: 0.7027
|
27 |
+
- Recall: 0.7162
|
28 |
+
- F1: 0.6930
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Balanced Accuracy | Precision | Recall | F1 |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------------:|:---------:|:------:|:------:|
|
59 |
+
| No log | 1.0 | 242 | 0.9849 | 0.7271 | 0.3492 | 0.6729 | 0.7271 | 0.6848 |
|
60 |
+
| No log | 2.0 | 484 | 0.9894 | 0.7293 | 0.3458 | 0.6597 | 0.7293 | 0.6824 |
|
61 |
+
| 0.7769 | 3.0 | 726 | 1.0067 | 0.7205 | 0.3858 | 0.6719 | 0.7205 | 0.6898 |
|
62 |
+
| 0.7769 | 4.0 | 968 | 1.1637 | 0.7314 | 0.3937 | 0.7281 | 0.7314 | 0.7006 |
|
63 |
+
| 0.3534 | 5.0 | 1210 | 1.3002 | 0.7358 | 0.3892 | 0.7103 | 0.7358 | 0.6999 |
|
64 |
+
| 0.3534 | 6.0 | 1452 | 1.3023 | 0.7162 | 0.4029 | 0.7027 | 0.7162 | 0.6930 |
|
65 |
|
66 |
|
67 |
### Framework versions
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "indobenchmark/indobart",
|
3 |
"activation_dropout": 0.1,
|
4 |
"activation_function": "gelu",
|
5 |
"add_bias_logits": false,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "indobenchmark/indobart-v2",
|
3 |
"activation_dropout": 0.1,
|
4 |
"activation_function": "gelu",
|
5 |
"add_bias_logits": false,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 528650230
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d0283fd7b3575915e1df9671b8e4d7eba2ad9f88faf86b914c2532014a20f20
|
3 |
size 528650230
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4536
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6000451da4d59e95be964d17def4a70cd26d0b892770a100670aeb27e85f9c10
|
3 |
size 4536
|