Mizuiro-sakura commited on
Commit
d07b8d6
1 Parent(s): 6d0ec8e

Upload 10 files

Browse files
config.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "ku-nlp/deberta-v2-base-japanese",
3
+ "architectures": [
4
+ "DebertaV2ForTokenClassification"
5
+ ],
6
+ "attention_head_size": 64,
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "conv_act": "gelu",
9
+ "conv_kernel_size": 3,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "O",
15
+ "1": "B-\u305d\u306e\u4ed6\u306e\u7d44\u7e54\u540d",
16
+ "2": "I-\u305d\u306e\u4ed6\u306e\u7d44\u7e54\u540d",
17
+ "3": "B-\u6cd5\u4eba\u540d",
18
+ "4": "I-\u6cd5\u4eba\u540d",
19
+ "5": "B-\u5730\u540d",
20
+ "6": "I-\u5730\u540d",
21
+ "7": "B-\u4eba\u540d",
22
+ "8": "I-\u4eba\u540d",
23
+ "9": "B-\u65bd\u8a2d\u540d",
24
+ "10": "I-\u65bd\u8a2d\u540d",
25
+ "11": "B-\u30a4\u30d9\u30f3\u30c8\u540d",
26
+ "12": "I-\u30a4\u30d9\u30f3\u30c8\u540d",
27
+ "13": "B-\u653f\u6cbb\u7684\u7d44\u7e54\u540d",
28
+ "14": "I-\u653f\u6cbb\u7684\u7d44\u7e54\u540d",
29
+ "15": "B-\u88fd\u54c1\u540d",
30
+ "16": "I-\u88fd\u54c1\u540d"
31
+ },
32
+ "initializer_range": 0.02,
33
+ "intermediate_size": 3072,
34
+ "label2id": {
35
+ "B-\u305d\u306e\u4ed6\u306e\u7d44\u7e54\u540d": 1,
36
+ "B-\u30a4\u30d9\u30f3\u30c8\u540d": 11,
37
+ "B-\u4eba\u540d": 7,
38
+ "B-\u5730\u540d": 5,
39
+ "B-\u653f\u6cbb\u7684\u7d44\u7e54\u540d": 13,
40
+ "B-\u65bd\u8a2d\u540d": 9,
41
+ "B-\u6cd5\u4eba\u540d": 3,
42
+ "B-\u88fd\u54c1\u540d": 15,
43
+ "I-\u305d\u306e\u4ed6\u306e\u7d44\u7e54\u540d": 2,
44
+ "I-\u30a4\u30d9\u30f3\u30c8\u540d": 12,
45
+ "I-\u4eba\u540d": 8,
46
+ "I-\u5730\u540d": 6,
47
+ "I-\u653f\u6cbb\u7684\u7d44\u7e54\u540d": 14,
48
+ "I-\u65bd\u8a2d\u540d": 10,
49
+ "I-\u6cd5\u4eba\u540d": 4,
50
+ "I-\u88fd\u54c1\u540d": 16,
51
+ "O": 0
52
+ },
53
+ "layer_norm_eps": 1e-07,
54
+ "max_position_embeddings": 512,
55
+ "max_relative_positions": -1,
56
+ "model_type": "deberta-v2",
57
+ "norm_rel_ebd": "layer_norm",
58
+ "num_attention_heads": 12,
59
+ "num_hidden_layers": 12,
60
+ "pad_token_id": 0,
61
+ "pooler_dropout": 0,
62
+ "pooler_hidden_act": "gelu",
63
+ "pooler_hidden_size": 768,
64
+ "pos_att_type": [
65
+ "p2c",
66
+ "c2p"
67
+ ],
68
+ "position_biased_input": false,
69
+ "position_buckets": 256,
70
+ "relative_attention": true,
71
+ "share_att_key": true,
72
+ "torch_dtype": "float32",
73
+ "transformers_version": "4.24.0",
74
+ "type_vocab_size": 0,
75
+ "vocab_size": 32000
76
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7099c9850ba05d6c88973b2771eb3aada343c19b8cf55e5b32a16e72d322de81
3
+ size 447316455
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e9d528f7c4cc80cd6b5c854a264a152146fc50cddcbf10034cea36c6e0b5747
3
+ size 13547
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76822ed9ed440beeb88bd2798c1b73ec24e9423717a4060252143f17ebf1c14b
3
+ size 623
special_tokens_map.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[CLS]",
3
+ "cls_token": "[CLS]",
4
+ "eos_token": "[SEP]",
5
+ "mask_token": "[MASK]",
6
+ "pad_token": "[PAD]",
7
+ "sep_token": "[SEP]",
8
+ "unk_token": "[UNK]"
9
+ }
spm.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c111c16e2e52366dcac46b886e40650bb843fe2938a65f5970271fc5697a127
3
+ size 805061
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[CLS]",
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": false,
5
+ "eos_token": "[SEP]",
6
+ "keep_accents": true,
7
+ "mask_token": "[MASK]",
8
+ "name_or_path": "ku-nlp/deberta-v2-base-japanese",
9
+ "pad_token": "[PAD]",
10
+ "sep_token": "[SEP]",
11
+ "sp_model_kwargs": {},
12
+ "special_tokens_map_file": null,
13
+ "split_by_punct": false,
14
+ "tokenizer_class": "DebertaV2Tokenizer",
15
+ "unk_token": "[UNK]"
16
+ }
trainer_state.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 6.880341880341881,
5
+ "global_step": 3220,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 1.07,
12
+ "learning_rate": 4.9289772727272735e-05,
13
+ "loss": 0.2614,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 2.14,
18
+ "learning_rate": 4.041193181818182e-05,
19
+ "loss": 0.039,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 3.21,
24
+ "learning_rate": 3.153409090909091e-05,
25
+ "loss": 0.0193,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 4.27,
30
+ "learning_rate": 2.2656250000000002e-05,
31
+ "loss": 0.0112,
32
+ "step": 2000
33
+ },
34
+ {
35
+ "epoch": 5.34,
36
+ "learning_rate": 1.3778409090909091e-05,
37
+ "loss": 0.0071,
38
+ "step": 2500
39
+ },
40
+ {
41
+ "epoch": 6.41,
42
+ "learning_rate": 4.900568181818182e-06,
43
+ "loss": 0.0048,
44
+ "step": 3000
45
+ }
46
+ ],
47
+ "max_steps": 3276,
48
+ "num_train_epochs": 7,
49
+ "total_flos": 3433722892293120.0,
50
+ "trial_name": null,
51
+ "trial_params": null
52
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29d38418f87ce57471282aa5f86d629e47bbba7f1b710e2cfe7896957557d8ae
3
+ size 3375