matsudatkm commited on
Commit
374b9d6
1 Parent(s): 24abfa9

End of training

Browse files
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: rinna/japanese-roberta-base
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: test
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # test
15
+
16
+ This model is a fine-tuned version of [rinna/japanese-roberta-base](https://huggingface.co/rinna/japanese-roberta-base) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 1.9474
19
+ - Overall Precision: 0.0909
20
+ - Overall Recall: 0.0570
21
+ - Overall F1: 0.0701
22
+ - Overall Accuracy: 0.1682
23
+ - 材質 Precision: 0.1020
24
+ - 材質 Recall: 0.0746
25
+ - 材質 F1: 0.0862
26
+ - フルート Precision: 0.0423
27
+ - フルート Recall: 0.0390
28
+ - フルート F1: 0.0405
29
+ - 寸法 Precision: 0.0625
30
+ - 寸法 Recall: 0.0159
31
+ - 寸法 F1: 0.0253
32
+ - シートのカット寸法 Precision: 0.1091
33
+ - シートのカット寸法 Recall: 0.0845
34
+ - シートのカット寸法 F1: 0.0952
35
+ - 数量 Precision: 0.1029
36
+ - 数量 Recall: 0.1077
37
+ - 数量 F1: 0.1053
38
+ - 納期 Precision: 0.4
39
+ - 納期 Recall: 0.0256
40
+ - 納期 F1: 0.0482
41
+
42
+ ## Model description
43
+
44
+ More information needed
45
+
46
+ ## Intended uses & limitations
47
+
48
+ More information needed
49
+
50
+ ## Training and evaluation data
51
+
52
+ More information needed
53
+
54
+ ## Training procedure
55
+
56
+ ### Training hyperparameters
57
+
58
+ The following hyperparameters were used during training:
59
+ - learning_rate: 2e-05
60
+ - train_batch_size: 6
61
+ - eval_batch_size: 2
62
+ - seed: 42
63
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
64
+ - lr_scheduler_type: linear
65
+ - num_epochs: 3
66
+
67
+ ### Training results
68
+
69
+ | Training Loss | Epoch | Step | Validation Loss | Overall Precision | Overall Recall | Overall F1 | Overall Accuracy | 材質 Precision | 材質 Recall | 材質 F1 | フルート Precision | フルート Recall | フルート F1 | 寸法 Precision | 寸法 Recall | 寸法 F1 | シートのカット寸法 Precision | シートのカット寸法 Recall | シートのカット寸法 F1 | 数量 Precision | 数量 Recall | 数量 F1 | 納期 Precision | 納期 Recall | 納期 F1 |
70
+ |:-------------:|:-----:|:----:|:---------------:|:-----------------:|:--------------:|:----------:|:----------------:|:------------:|:---------:|:------:|:--------------:|:-----------:|:-------:|:------------:|:---------:|:------:|:-------------------:|:----------------:|:------------:|:------------:|:---------:|:------:|:------------:|:---------:|:------:|
71
+ | No log | 1.0 | 1 | 1.9496 | 0.0631 | 0.0333 | 0.0435 | 0.1646 | 0.0426 | 0.0299 | 0.0351 | 0.0759 | 0.0779 | 0.0769 | 0.0370 | 0.0159 | 0.0222 | 0.1 | 0.0423 | 0.0594 | 0.0526 | 0.0308 | 0.0388 | 0.0 | 0.0 | 0.0 |
72
+ | No log | 2.0 | 2 | 1.9488 | 0.0691 | 0.0451 | 0.0546 | 0.1627 | 0.0962 | 0.0746 | 0.0840 | 0.0361 | 0.0390 | 0.0375 | 0.0556 | 0.0159 | 0.0247 | 0.0909 | 0.0704 | 0.0794 | 0.0615 | 0.0615 | 0.0615 | 0.5 | 0.0128 | 0.025 |
73
+ | No log | 3.0 | 3 | 1.9474 | 0.0909 | 0.0570 | 0.0701 | 0.1682 | 0.1020 | 0.0746 | 0.0862 | 0.0423 | 0.0390 | 0.0405 | 0.0625 | 0.0159 | 0.0253 | 0.1091 | 0.0845 | 0.0952 | 0.1029 | 0.1077 | 0.1053 | 0.4 | 0.0256 | 0.0482 |
74
+
75
+
76
+ ### Framework versions
77
+
78
+ - Transformers 4.37.2
79
+ - Pytorch 2.1.0+cu121
80
+ - Datasets 2.17.1
81
+ - Tokenizers 0.15.2
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "rinna/japanese-roberta-base",
3
+ "architectures": [
4
+ "RobertaForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 1,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "I-\u6750\u8cea",
16
+ "1": "I-\u30d5\u30eb\u30fc\u30c8",
17
+ "2": "I-\u5bf8\u6cd5",
18
+ "3": "I-\u30b7\u30fc\u30c8\u306e\u30ab\u30c3\u30c8\u5bf8\u6cd5",
19
+ "4": "I-\u6570\u91cf",
20
+ "5": "I-\u7d0d\u671f",
21
+ "6": "O"
22
+ },
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 3072,
25
+ "label2id": {
26
+ "I-\u30b7\u30fc\u30c8\u306e\u30ab\u30c3\u30c8\u5bf8\u6cd5": 3,
27
+ "I-\u30d5\u30eb\u30fc\u30c8": 1,
28
+ "I-\u5bf8\u6cd5": 2,
29
+ "I-\u6570\u91cf": 4,
30
+ "I-\u6750\u8cea": 0,
31
+ "I-\u7d0d\u671f": 5,
32
+ "O": 6
33
+ },
34
+ "layer_norm_eps": 1e-05,
35
+ "max_position_embeddings": 514,
36
+ "model_type": "roberta",
37
+ "num_attention_heads": 12,
38
+ "num_hidden_layers": 12,
39
+ "pad_token_id": 3,
40
+ "position_embedding_type": "absolute",
41
+ "torch_dtype": "float32",
42
+ "transformers_version": "4.37.2",
43
+ "type_vocab_size": 2,
44
+ "use_cache": true,
45
+ "vocab_size": 32000
46
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dee5d93bc5f3508418b501cc110de48539ee262cefcc98f08cc1023aac48cff
3
+ size 440158604
runs/Feb26_06-56-46_8e685f45cf65/events.out.tfevents.1708930607.8e685f45cf65.55830.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34cdbf776ea4c35f72b5adcaa85308ed379e956b92fb9355ef000574b252cc30
3
+ size 4863
runs/Feb26_07-02-16_8e685f45cf65/events.out.tfevents.1708930938.8e685f45cf65.55830.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b86abf64bb1fde52dae9dcf8743d69bab9e80eb787d2edf95121923e65712480
3
+ size 4863
runs/Feb26_07-02-57_8e685f45cf65/events.out.tfevents.1708930978.8e685f45cf65.55830.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4ead565f20b295a7e0057cfef0763ad5c0170d30f8e0e032f43842fe18484cb
3
+ size 4863
runs/Feb26_07-03-38_8e685f45cf65/events.out.tfevents.1708931019.8e685f45cf65.55830.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c341920ded47175133b96b993246b3dc6eb2de34c905305be0584f5bc1713ec7
3
+ size 4863
runs/Feb26_07-04-00_8e685f45cf65/events.out.tfevents.1708931042.8e685f45cf65.55830.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:660b7e31794f54846efa8bd34bd5aaaf4170d56260b0b09a2d46c5b507b769b5
3
+ size 4863
runs/Feb26_07-04-43_8e685f45cf65/events.out.tfevents.1708931084.8e685f45cf65.55830.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a068962ff0ec28878684c61412af5f37ec1d6de587e0e3bc0efd96dd342fb00
3
+ size 4863
runs/Feb26_07-17-18_8e685f45cf65/events.out.tfevents.1708931839.8e685f45cf65.55830.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de306f9524eff05857131fdb0457a10afdcb9568559b771856e7b8db8f482af6
3
+ size 4863
runs/Feb26_07-20-50_8e685f45cf65/events.out.tfevents.1708932051.8e685f45cf65.55830.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ed6e68977a61dee7abff816a0460eab78a000446459eebfd941874c452c30af
3
+ size 6600
runs/Feb26_07-26-13_8e685f45cf65/events.out.tfevents.1708932374.8e685f45cf65.55830.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad64f5f6edd49a19edbe3e5dd37ed07c877198286f0f3f385f71be44d0e14f86
3
+ size 6696
runs/Feb26_07-34-21_8e685f45cf65/events.out.tfevents.1708932863.8e685f45cf65.55830.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a54e82f07d65ebe549f523425d0d4b11321c9d81a65eedc18a7de2fc6d520abb
3
+ size 4863
runs/Feb26_07-35-35_8e685f45cf65/events.out.tfevents.1708932937.8e685f45cf65.55830.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6296b3d7f323c7e99e7fb83620db0a59f83584108b13b761912aaa425e5616c
3
+ size 4863
runs/Feb26_07-38-23_8e685f45cf65/events.out.tfevents.1708933104.8e685f45cf65.55830.11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d426a035c2b8421a9d1284414110a2b40327e0a6917c964ad819d9b1962919f4
3
+ size 4863
runs/Feb26_07-39-54_8e685f45cf65/events.out.tfevents.1708933195.8e685f45cf65.55830.12 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b015893cdefc418a4f3bb320221f1796ef4f67168a71f6cb0c2fb9a1ecb27e3e
3
+ size 9945
special_tokens_map.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "[CLS]",
4
+ "eos_token": {
5
+ "content": "</s>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false
10
+ },
11
+ "mask_token": "[MASK]",
12
+ "pad_token": {
13
+ "content": "[PAD]",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false
18
+ },
19
+ "sep_token": "[SEP]",
20
+ "unk_token": {
21
+ "content": "<unk>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false
26
+ }
27
+ }
spiece.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5cbdfa8aa7c54c8c5af85b78c309c54a5f2749a20468bf6f60eee007fe6fec1
3
+ size 805634
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<unk>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<s>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[PAD]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
36
+ "content": "[CLS]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ },
43
+ "5": {
44
+ "content": "[SEP]",
45
+ "lstrip": false,
46
+ "normalized": false,
47
+ "rstrip": false,
48
+ "single_word": false,
49
+ "special": true
50
+ },
51
+ "6": {
52
+ "content": "[MASK]",
53
+ "lstrip": false,
54
+ "normalized": false,
55
+ "rstrip": false,
56
+ "single_word": false,
57
+ "special": true
58
+ }
59
+ },
60
+ "additional_special_tokens": [],
61
+ "bos_token": "<s>",
62
+ "clean_up_tokenization_spaces": true,
63
+ "cls_token": "[CLS]",
64
+ "do_lower_case": true,
65
+ "eos_token": "</s>",
66
+ "extra_ids": 0,
67
+ "legacy": true,
68
+ "mask_token": "[MASK]",
69
+ "model_max_length": 1000000000000000019884624838656,
70
+ "pad_token": "[PAD]",
71
+ "sep_token": "[SEP]",
72
+ "sp_model_kwargs": {},
73
+ "tokenizer_class": "T5Tokenizer",
74
+ "unk_token": "<unk>"
75
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f052cd206a601b9c79af169dfe304b1c8b4b7bbe54032ad9aad10280324e48e8
3
+ size 4664