End of training
Browse files- README.md +11 -11
- config.json +8 -4
- model.safetensors +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [cl-tohoku/bert-base-japanese-v3](https://huggingface.co/cl-tohoku/bert-base-japanese-v3) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1: 0.
|
27 |
-
- Accuracy: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -56,16 +56,16 @@ The following hyperparameters were used during training:
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
|
65 |
|
66 |
### Framework versions
|
67 |
|
68 |
- Transformers 4.36.2
|
69 |
- Pytorch 2.0.1+cu118
|
70 |
-
- Datasets 2.16.
|
71 |
- Tokenizers 0.15.0
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [cl-tohoku/bert-base-japanese-v3](https://huggingface.co/cl-tohoku/bert-base-japanese-v3) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.0372
|
24 |
+
- Precision: 0.9673
|
25 |
+
- Recall: 0.9682
|
26 |
+
- F1: 0.9678
|
27 |
+
- Accuracy: 0.9933
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
59 |
+
| 0.0553 | 1.0 | 848 | 0.0263 | 0.9683 | 0.9334 | 0.9505 | 0.9908 |
|
60 |
+
| 0.0133 | 2.0 | 1696 | 0.0241 | 0.9707 | 0.9560 | 0.9633 | 0.9928 |
|
61 |
+
| 0.0065 | 3.0 | 2544 | 0.0245 | 0.9631 | 0.9706 | 0.9668 | 0.9935 |
|
62 |
+
| 0.0027 | 4.0 | 3392 | 0.0321 | 0.9716 | 0.9659 | 0.9687 | 0.9936 |
|
63 |
+
| 0.0012 | 5.0 | 4240 | 0.0372 | 0.9673 | 0.9682 | 0.9678 | 0.9933 |
|
64 |
|
65 |
|
66 |
### Framework versions
|
67 |
|
68 |
- Transformers 4.36.2
|
69 |
- Pytorch 2.0.1+cu118
|
70 |
+
- Datasets 2.16.1
|
71 |
- Tokenizers 0.15.0
|
config.json
CHANGED
@@ -12,16 +12,20 @@
|
|
12 |
"0": "O",
|
13 |
"1": "B-MONEY",
|
14 |
"2": "I-MONEY",
|
15 |
-
"3": "B-
|
16 |
-
"4": "I-
|
|
|
|
|
17 |
},
|
18 |
"initializer_range": 0.02,
|
19 |
"intermediate_size": 3072,
|
20 |
"label2id": {
|
21 |
"B-MONEY": 1,
|
22 |
-
"B-
|
|
|
23 |
"I-MONEY": 2,
|
24 |
-
"I-
|
|
|
25 |
"O": 0
|
26 |
},
|
27 |
"layer_norm_eps": 1e-12,
|
|
|
12 |
"0": "O",
|
13 |
"1": "B-MONEY",
|
14 |
"2": "I-MONEY",
|
15 |
+
"3": "B-MONEY_LABEL",
|
16 |
+
"4": "I-MONEY_LABEL",
|
17 |
+
"5": "B-ORGANIZATION",
|
18 |
+
"6": "I-ORGANIZATION"
|
19 |
},
|
20 |
"initializer_range": 0.02,
|
21 |
"intermediate_size": 3072,
|
22 |
"label2id": {
|
23 |
"B-MONEY": 1,
|
24 |
+
"B-MONEY_LABEL": 3,
|
25 |
+
"B-ORGANIZATION": 5,
|
26 |
"I-MONEY": 2,
|
27 |
+
"I-MONEY_LABEL": 4,
|
28 |
+
"I-ORGANIZATION": 6,
|
29 |
"O": 0
|
30 |
},
|
31 |
"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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51b25ed7bfa405007c5ef88f7084e3f5fba524606c42c6aa941fc6bffbd68bf6
|
3 |
+
size 442511188
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4219
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:325f7bdd11761c55f65ccb60921177ce0bb5f21e71085591fb62f4f17dd6231e
|
3 |
size 4219
|