AptaArkana
commited on
Commit
•
85c56f5
1
Parent(s):
7ca7f66
Training complete
Browse files- README.md +17 -17
- config.json +8 -8
- model.safetensors +1 -1
- runs/Feb16_01-36-13_32006b3fae44/events.out.tfevents.1708047374.32006b3fae44.154.5 +3 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -25,16 +25,16 @@ model-index:
|
|
25 |
metrics:
|
26 |
- name: Precision
|
27 |
type: precision
|
28 |
-
value: 0.
|
29 |
- name: Recall
|
30 |
type: recall
|
31 |
-
value: 0.
|
32 |
- name: F1
|
33 |
type: f1
|
34 |
-
value: 0.
|
35 |
- name: Accuracy
|
36 |
type: accuracy
|
37 |
-
value: 0.
|
38 |
---
|
39 |
|
40 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -44,11 +44,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
44 |
|
45 |
This model is a fine-tuned version of [indolem/indobert-base-uncased](https://huggingface.co/indolem/indobert-base-uncased) on the indonlu_nergrit dataset.
|
46 |
It achieves the following results on the evaluation set:
|
47 |
-
- Loss: 0.
|
48 |
-
- Precision: 0.
|
49 |
-
- Recall: 0.
|
50 |
-
- F1: 0.
|
51 |
-
- Accuracy: 0.
|
52 |
|
53 |
## Model description
|
54 |
|
@@ -79,14 +79,14 @@ The following hyperparameters were used during training:
|
|
79 |
|
80 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
81 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
82 |
-
| No log | 1.0 | 209 | 0.
|
83 |
-
| No log | 2.0 | 418 | 0.
|
84 |
-
| 0.
|
85 |
-
| 0.
|
86 |
-
| 0.
|
87 |
-
| 0.
|
88 |
-
| 0.
|
89 |
-
| 0.
|
90 |
|
91 |
|
92 |
### Framework versions
|
|
|
25 |
metrics:
|
26 |
- name: Precision
|
27 |
type: precision
|
28 |
+
value: 0.7905982905982906
|
29 |
- name: Recall
|
30 |
type: recall
|
31 |
+
value: 0.8383685800604229
|
32 |
- name: F1
|
33 |
type: f1
|
34 |
+
value: 0.8137829912023461
|
35 |
- name: Accuracy
|
36 |
type: accuracy
|
37 |
+
value: 0.9516761543327008
|
38 |
---
|
39 |
|
40 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
44 |
|
45 |
This model is a fine-tuned version of [indolem/indobert-base-uncased](https://huggingface.co/indolem/indobert-base-uncased) on the indonlu_nergrit dataset.
|
46 |
It achieves the following results on the evaluation set:
|
47 |
+
- Loss: 0.2235
|
48 |
+
- Precision: 0.7906
|
49 |
+
- Recall: 0.8384
|
50 |
+
- F1: 0.8138
|
51 |
+
- Accuracy: 0.9517
|
52 |
|
53 |
## Model description
|
54 |
|
|
|
79 |
|
80 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
81 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
82 |
+
| No log | 1.0 | 209 | 0.1750 | 0.7418 | 0.8157 | 0.7770 | 0.9469 |
|
83 |
+
| No log | 2.0 | 418 | 0.1590 | 0.7677 | 0.8338 | 0.7994 | 0.9491 |
|
84 |
+
| 0.2398 | 3.0 | 627 | 0.1720 | 0.7817 | 0.8112 | 0.7961 | 0.9476 |
|
85 |
+
| 0.2398 | 4.0 | 836 | 0.1812 | 0.7948 | 0.8248 | 0.8095 | 0.9510 |
|
86 |
+
| 0.0753 | 5.0 | 1045 | 0.1934 | 0.7872 | 0.8384 | 0.8120 | 0.9545 |
|
87 |
+
| 0.0753 | 6.0 | 1254 | 0.2178 | 0.7805 | 0.8323 | 0.8056 | 0.9497 |
|
88 |
+
| 0.0753 | 7.0 | 1463 | 0.2199 | 0.7943 | 0.8459 | 0.8193 | 0.9522 |
|
89 |
+
| 0.0374 | 8.0 | 1672 | 0.2235 | 0.7906 | 0.8384 | 0.8138 | 0.9517 |
|
90 |
|
91 |
|
92 |
### Framework versions
|
config.json
CHANGED
@@ -12,22 +12,22 @@
|
|
12 |
"hidden_size": 768,
|
13 |
"id2label": {
|
14 |
"0": "O",
|
15 |
-
"1": "
|
16 |
-
"2": "
|
17 |
"3": "B-ORGANISATION",
|
18 |
"4": "I-ORGANISATION",
|
19 |
-
"5": "
|
20 |
-
"6": "
|
21 |
},
|
22 |
"initializer_range": 0.02,
|
23 |
"intermediate_size": 3072,
|
24 |
"label2id": {
|
25 |
"B-ORGANISATION": 3,
|
26 |
-
"B-PERSON":
|
27 |
-
"B-PLACE":
|
28 |
"I-ORGANISATION": 4,
|
29 |
-
"I-PERSON":
|
30 |
-
"I-PLACE":
|
31 |
"O": 0
|
32 |
},
|
33 |
"layer_norm_eps": 1e-12,
|
|
|
12 |
"hidden_size": 768,
|
13 |
"id2label": {
|
14 |
"0": "O",
|
15 |
+
"1": "B-PERSON",
|
16 |
+
"2": "I-PERSON",
|
17 |
"3": "B-ORGANISATION",
|
18 |
"4": "I-ORGANISATION",
|
19 |
+
"5": "B-PLACE",
|
20 |
+
"6": "I-PLACE"
|
21 |
},
|
22 |
"initializer_range": 0.02,
|
23 |
"intermediate_size": 3072,
|
24 |
"label2id": {
|
25 |
"B-ORGANISATION": 3,
|
26 |
+
"B-PERSON": 1,
|
27 |
+
"B-PLACE": 5,
|
28 |
"I-ORGANISATION": 4,
|
29 |
+
"I-PERSON": 2,
|
30 |
+
"I-PLACE": 6,
|
31 |
"O": 0
|
32 |
},
|
33 |
"layer_norm_eps": 1e-12,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 439915340
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dfff3039d4cddf8b238e162b9c970f03f8fedd66952cfad1842bc5790bdad899
|
3 |
size 439915340
|
runs/Feb16_01-36-13_32006b3fae44/events.out.tfevents.1708047374.32006b3fae44.154.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b6a2a581551ddbc4c30f640215a7d4f269e074f1e098b27330f929f92087f0e
|
3 |
+
size 9154
|
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:e4ed29da338e3530fe523346f79bf0087cdb1f41c81618a56fb4712afb10311d
|
3 |
size 4536
|