End of training
Browse files
README.md
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: indobenchmark/indobert-base-p2
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
- f1
|
9 |
+
- precision
|
10 |
+
- recall
|
11 |
+
model-index:
|
12 |
+
- name: kategori_aspek_model
|
13 |
+
results: []
|
14 |
+
---
|
15 |
+
|
16 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
+
should probably proofread and complete it, then remove this comment. -->
|
18 |
+
|
19 |
+
# kategori_aspek_model
|
20 |
+
|
21 |
+
This model is a fine-tuned version of [indobenchmark/indobert-base-p2](https://huggingface.co/indobenchmark/indobert-base-p2) on an unknown dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.5731
|
24 |
+
- Accuracy: 0.7532
|
25 |
+
- F1: 0.7342
|
26 |
+
- Precision: 0.6791
|
27 |
+
- Recall: 0.8234
|
28 |
+
|
29 |
+
## Model description
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Intended uses & limitations
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training and evaluation data
|
38 |
+
|
39 |
+
More information needed
|
40 |
+
|
41 |
+
## Training procedure
|
42 |
+
|
43 |
+
### Training hyperparameters
|
44 |
+
|
45 |
+
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 2e-05
|
47 |
+
- train_batch_size: 16
|
48 |
+
- eval_batch_size: 16
|
49 |
+
- seed: 42
|
50 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
+
- lr_scheduler_type: linear
|
52 |
+
- num_epochs: 10
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
57 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
58 |
+
| 0.6662 | 1.0 | 1816 | 0.6854 | 0.7449 | 0.7139 | 0.6657 | 0.7857 |
|
59 |
+
| 0.4846 | 2.0 | 3632 | 0.5731 | 0.7532 | 0.7342 | 0.6791 | 0.8234 |
|
60 |
+
| 0.3135 | 3.0 | 5448 | 0.6906 | 0.7667 | 0.7431 | 0.7017 | 0.7994 |
|
61 |
+
| 0.2189 | 4.0 | 7264 | 0.8181 | 0.7755 | 0.7387 | 0.7065 | 0.7994 |
|
62 |
+
| 0.152 | 5.0 | 9080 | 0.9838 | 0.7893 | 0.7486 | 0.7290 | 0.7799 |
|
63 |
+
| 0.0938 | 6.0 | 10896 | 1.0601 | 0.7826 | 0.7598 | 0.7314 | 0.7957 |
|
64 |
+
| 0.0629 | 7.0 | 12712 | 1.3297 | 0.7868 | 0.7665 | 0.7673 | 0.7684 |
|
65 |
+
| 0.0423 | 8.0 | 14528 | 1.3356 | 0.7906 | 0.7639 | 0.7477 | 0.7875 |
|
66 |
+
| 0.0178 | 9.0 | 16344 | 1.5868 | 0.7887 | 0.7625 | 0.7656 | 0.7638 |
|
67 |
+
| 0.008 | 10.0 | 18160 | 1.5453 | 0.7928 | 0.7650 | 0.7621 | 0.7709 |
|
68 |
+
|
69 |
+
|
70 |
+
### Framework versions
|
71 |
+
|
72 |
+
- Transformers 4.35.2
|
73 |
+
- Pytorch 2.1.0+cu121
|
74 |
+
- Datasets 2.15.0
|
75 |
+
- Tokenizers 0.15.0
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 497819680
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eac20f143eff8c78f93d2d9f3649745e8d972da6933ce785444ff2ac75cb425b
|
3 |
size 497819680
|
runs/Jan13_12-01-45_afc5015781d3/events.out.tfevents.1705147306.afc5015781d3.249.3
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:841ee73b9a16f1d8d645e1d61667ac8d0308312f80c24522e2e6009a238cce1f
|
3 |
+
size 15714
|
runs/Jan13_12-01-45_afc5015781d3/events.out.tfevents.1705152384.afc5015781d3.249.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:411227b46493db464243db1111504d2d67ba88bb8dc39d2435b14feba772e3ae
|
3 |
+
size 569
|