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: performa_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 |
+
# performa_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.4147
|
24 |
+
- Accuracy: 0.8230
|
25 |
+
- F1: 0.7904
|
26 |
+
- Precision: 0.8488
|
27 |
+
- Recall: 0.7395
|
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 |
+
| No log | 1.0 | 370 | 0.4182 | 0.8297 | 0.8108 | 0.8133 | 0.8084 |
|
59 |
+
| 0.4155 | 2.0 | 740 | 0.4147 | 0.8230 | 0.7904 | 0.8488 | 0.7395 |
|
60 |
+
| 0.304 | 3.0 | 1110 | 0.4912 | 0.8162 | 0.7952 | 0.8 | 0.7904 |
|
61 |
+
| 0.304 | 4.0 | 1480 | 0.8223 | 0.8014 | 0.7879 | 0.7604 | 0.8174 |
|
62 |
+
| 0.1698 | 5.0 | 1850 | 0.8766 | 0.8108 | 0.7935 | 0.7820 | 0.8054 |
|
63 |
+
| 0.0868 | 6.0 | 2220 | 1.2547 | 0.7919 | 0.7775 | 0.7514 | 0.8054 |
|
64 |
+
| 0.0357 | 7.0 | 2590 | 1.2560 | 0.7946 | 0.7847 | 0.7446 | 0.8293 |
|
65 |
+
| 0.0357 | 8.0 | 2960 | 1.3313 | 0.8095 | 0.7886 | 0.7898 | 0.7874 |
|
66 |
+
| 0.0159 | 9.0 | 3330 | 1.3923 | 0.8122 | 0.7965 | 0.7794 | 0.8144 |
|
67 |
+
| 0.0066 | 10.0 | 3700 | 1.4022 | 0.8149 | 0.8006 | 0.7790 | 0.8234 |
|
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 497795072
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64f6931c6fb5ad01a545b4c571822ca8526fc37a1d3195dbcc2b2ab119cfef01
|
3 |
size 497795072
|
runs/Jan13_07-02-34_3549ef653015/events.out.tfevents.1705130505.3549ef653015.1140.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0aba3e88ffecc89b47dd24f6f0f9a50862b1fc339df100bd189482ba1c50f65c
|
3 |
+
size 560
|