End of training
Browse files
README.md
ADDED
@@ -0,0 +1,99 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: flax-community/indonesian-roberta-base
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- indonlu
|
8 |
+
metrics:
|
9 |
+
- precision
|
10 |
+
- recall
|
11 |
+
- f1
|
12 |
+
- accuracy
|
13 |
+
model-index:
|
14 |
+
- name: indonesian-roberta-base-nerp-tagging
|
15 |
+
results:
|
16 |
+
- task:
|
17 |
+
name: Token Classification
|
18 |
+
type: token-classification
|
19 |
+
dataset:
|
20 |
+
name: indonlu
|
21 |
+
type: indonlu
|
22 |
+
config: nerp
|
23 |
+
split: validation
|
24 |
+
args: nerp
|
25 |
+
metrics:
|
26 |
+
- name: Precision
|
27 |
+
type: precision
|
28 |
+
value: 0.8102477477477478
|
29 |
+
- name: Recall
|
30 |
+
type: recall
|
31 |
+
value: 0.8107042253521127
|
32 |
+
- name: F1
|
33 |
+
type: f1
|
34 |
+
value: 0.8104759222754154
|
35 |
+
- name: Accuracy
|
36 |
+
type: accuracy
|
37 |
+
value: 0.9615076182838813
|
38 |
+
---
|
39 |
+
|
40 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
41 |
+
should probably proofread and complete it, then remove this comment. -->
|
42 |
+
|
43 |
+
# indonesian-roberta-base-nerp-tagging
|
44 |
+
|
45 |
+
This model is a fine-tuned version of [flax-community/indonesian-roberta-base](https://huggingface.co/flax-community/indonesian-roberta-base) on the indonlu dataset.
|
46 |
+
It achieves the following results on the evaluation set:
|
47 |
+
- Loss: 0.1180
|
48 |
+
- Precision: 0.8102
|
49 |
+
- Recall: 0.8107
|
50 |
+
- F1: 0.8105
|
51 |
+
- Accuracy: 0.9615
|
52 |
+
|
53 |
+
## Model description
|
54 |
+
|
55 |
+
More information needed
|
56 |
+
|
57 |
+
## Intended uses & limitations
|
58 |
+
|
59 |
+
More information needed
|
60 |
+
|
61 |
+
## Training and evaluation data
|
62 |
+
|
63 |
+
More information needed
|
64 |
+
|
65 |
+
## Training procedure
|
66 |
+
|
67 |
+
### Training hyperparameters
|
68 |
+
|
69 |
+
The following hyperparameters were used during training:
|
70 |
+
- learning_rate: 2e-05
|
71 |
+
- train_batch_size: 16
|
72 |
+
- eval_batch_size: 16
|
73 |
+
- seed: 42
|
74 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
75 |
+
- lr_scheduler_type: linear
|
76 |
+
- num_epochs: 10
|
77 |
+
|
78 |
+
### Training results
|
79 |
+
|
80 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
81 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
82 |
+
| No log | 1.0 | 420 | 0.1419 | 0.7491 | 0.8034 | 0.7753 | 0.9551 |
|
83 |
+
| 0.2261 | 2.0 | 840 | 0.1317 | 0.7889 | 0.7983 | 0.7936 | 0.9569 |
|
84 |
+
| 0.1081 | 3.0 | 1260 | 0.1430 | 0.7587 | 0.8300 | 0.7927 | 0.9546 |
|
85 |
+
| 0.0777 | 4.0 | 1680 | 0.1459 | 0.7848 | 0.8266 | 0.8052 | 0.9577 |
|
86 |
+
| 0.0563 | 5.0 | 2100 | 0.1525 | 0.7923 | 0.8125 | 0.8022 | 0.9579 |
|
87 |
+
| 0.0441 | 6.0 | 2520 | 0.1552 | 0.7986 | 0.8176 | 0.8080 | 0.9584 |
|
88 |
+
| 0.0441 | 7.0 | 2940 | 0.1692 | 0.7910 | 0.8232 | 0.8068 | 0.9584 |
|
89 |
+
| 0.0387 | 8.0 | 3360 | 0.1677 | 0.7894 | 0.8306 | 0.8095 | 0.9588 |
|
90 |
+
| 0.032 | 9.0 | 3780 | 0.1784 | 0.7939 | 0.8249 | 0.8091 | 0.9586 |
|
91 |
+
| 0.0284 | 10.0 | 4200 | 0.1817 | 0.7950 | 0.8261 | 0.8102 | 0.9588 |
|
92 |
+
|
93 |
+
|
94 |
+
### Framework versions
|
95 |
+
|
96 |
+
- Transformers 4.37.2
|
97 |
+
- Pytorch 2.2.0+cu118
|
98 |
+
- Datasets 2.16.1
|
99 |
+
- Tokenizers 0.15.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 496277924
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8a7b2da9ff78a0236caae8e769d19d2c8ad865d9d03d4a5caad1b1f2deff982
|
3 |
size 496277924
|
runs/Feb19_10-39-42_bookbot-h100/events.out.tfevents.1708339182.bookbot-h100.6905.0
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:c0abd03c4e00d6359c12014dd03939ca58e74dd22f0af80664c125f69415b7f4
|
3 |
+
size 11259
|
runs/Feb19_10-39-42_bookbot-h100/events.out.tfevents.1708339395.bookbot-h100.6905.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d59f578e21d85bbaeb3ec2fd414744ce8c0af08080296cd44cf3dce0e72b0551
|
3 |
+
size 560
|