AptaArkana commited on
Commit
85c56f5
1 Parent(s): 7ca7f66

Training complete

Browse files
README.md CHANGED
@@ -25,16 +25,16 @@ model-index:
25
  metrics:
26
  - name: Precision
27
  type: precision
28
- value: 0.8400335008375209
29
  - name: Recall
30
  type: recall
31
- value: 0.8631669535283993
32
  - name: F1
33
  type: f1
34
- value: 0.8514431239388794
35
  - name: Accuracy
36
  type: accuracy
37
- value: 0.949652118912081
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.2914
48
- - Precision: 0.8400
49
- - Recall: 0.8632
50
- - F1: 0.8514
51
- - Accuracy: 0.9497
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.2655 | 0.8163 | 0.8718 | 0.8431 | 0.9424 |
83
- | No log | 2.0 | 418 | 0.2315 | 0.8146 | 0.8546 | 0.8341 | 0.9486 |
84
- | 0.04 | 3.0 | 627 | 0.2466 | 0.8291 | 0.8640 | 0.8462 | 0.9470 |
85
- | 0.04 | 4.0 | 836 | 0.2412 | 0.8322 | 0.8623 | 0.8470 | 0.9503 |
86
- | 0.03 | 5.0 | 1045 | 0.2636 | 0.8386 | 0.8898 | 0.8635 | 0.9521 |
87
- | 0.03 | 6.0 | 1254 | 0.2830 | 0.8399 | 0.8623 | 0.8510 | 0.9497 |
88
- | 0.03 | 7.0 | 1463 | 0.2848 | 0.8376 | 0.8657 | 0.8515 | 0.9500 |
89
- | 0.013 | 8.0 | 1672 | 0.2914 | 0.8400 | 0.8632 | 0.8514 | 0.9497 |
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": "I-PERSON",
16
- "2": "B-PERSON",
17
  "3": "B-ORGANISATION",
18
  "4": "I-ORGANISATION",
19
- "5": "I-PLACE",
20
- "6": "B-PLACE"
21
  },
22
  "initializer_range": 0.02,
23
  "intermediate_size": 3072,
24
  "label2id": {
25
  "B-ORGANISATION": 3,
26
- "B-PERSON": 2,
27
- "B-PLACE": 6,
28
  "I-ORGANISATION": 4,
29
- "I-PERSON": 1,
30
- "I-PLACE": 5,
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:d1847929921aaa3ff05bd04d4a7774c42c16b3d2f0b83b41d4a305f7824aa322
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:6ee1653f8b25336660354544d3cfb336cb8dcb0b7434b93332b27c8530c38509
3
  size 4536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4ed29da338e3530fe523346f79bf0087cdb1f41c81618a56fb4712afb10311d
3
  size 4536