Mizuiro-sakura
commited on
Commit
•
afa3b64
1
Parent(s):
a2ad5cf
Upload 9 files
Browse files- config.json +76 -0
- pytorch_model.bin +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +9 -0
- tokenizer.json +0 -0
- tokenizer_config.json +16 -0
- trainer_state.json +70 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "ku-nlp/deberta-v2-large-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": 1024,
|
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": 4096,
|
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": 16,
|
59 |
+
"num_hidden_layers": 24,
|
60 |
+
"pad_token_id": 0,
|
61 |
+
"pooler_dropout": 0,
|
62 |
+
"pooler_hidden_act": "gelu",
|
63 |
+
"pooler_hidden_size": 1024,
|
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.28.1",
|
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:b06006e5c980570a52f722fb574f23d4c05ee41e4e118e1c646c64725b2916f1
|
3 |
+
size 1355229697
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:07df9c38027080a29bdfdc466ec78d1b6500129b38ffad3b262619c6b854a9ca
|
3 |
+
size 14575
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a4db5523c7c7e23368b5f50223787d2962cc7f9cf051bdb8078f4ccc89dd732
|
3 |
+
size 627
|
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 |
+
}
|
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 |
+
"clean_up_tokenization_spaces": true,
|
4 |
+
"cls_token": "[CLS]",
|
5 |
+
"do_lower_case": false,
|
6 |
+
"eos_token": "[SEP]",
|
7 |
+
"keep_accents": true,
|
8 |
+
"mask_token": "[MASK]",
|
9 |
+
"model_max_length": 1000000000000000019884624838656,
|
10 |
+
"pad_token": "[PAD]",
|
11 |
+
"sep_token": "[SEP]",
|
12 |
+
"sp_model_kwargs": {},
|
13 |
+
"split_by_punct": false,
|
14 |
+
"tokenizer_class": "DebertaV2Tokenizer",
|
15 |
+
"unk_token": "[UNK]"
|
16 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 4.0,
|
5 |
+
"global_step": 4988,
|
6 |
+
"is_hyper_param_search": false,
|
7 |
+
"is_local_process_zero": true,
|
8 |
+
"is_world_process_zero": true,
|
9 |
+
"log_history": [
|
10 |
+
{
|
11 |
+
"epoch": 0.4,
|
12 |
+
"learning_rate": 4.590834697217676e-05,
|
13 |
+
"loss": 0.1357,
|
14 |
+
"step": 500
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"epoch": 0.8,
|
18 |
+
"learning_rate": 4.079378068739771e-05,
|
19 |
+
"loss": 0.049,
|
20 |
+
"step": 1000
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"epoch": 1.2,
|
24 |
+
"learning_rate": 3.567921440261866e-05,
|
25 |
+
"loss": 0.035,
|
26 |
+
"step": 1500
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"epoch": 1.6,
|
30 |
+
"learning_rate": 3.05646481178396e-05,
|
31 |
+
"loss": 0.0247,
|
32 |
+
"step": 2000
|
33 |
+
},
|
34 |
+
{
|
35 |
+
"epoch": 2.0,
|
36 |
+
"learning_rate": 2.5450081833060556e-05,
|
37 |
+
"loss": 0.0269,
|
38 |
+
"step": 2500
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 2.41,
|
42 |
+
"learning_rate": 2.0335515548281506e-05,
|
43 |
+
"loss": 0.0128,
|
44 |
+
"step": 3000
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 2.81,
|
48 |
+
"learning_rate": 1.5220949263502457e-05,
|
49 |
+
"loss": 0.0125,
|
50 |
+
"step": 3500
|
51 |
+
},
|
52 |
+
{
|
53 |
+
"epoch": 3.21,
|
54 |
+
"learning_rate": 1.0106382978723404e-05,
|
55 |
+
"loss": 0.0064,
|
56 |
+
"step": 4000
|
57 |
+
},
|
58 |
+
{
|
59 |
+
"epoch": 3.61,
|
60 |
+
"learning_rate": 4.991816693944354e-06,
|
61 |
+
"loss": 0.0054,
|
62 |
+
"step": 4500
|
63 |
+
}
|
64 |
+
],
|
65 |
+
"max_steps": 4988,
|
66 |
+
"num_train_epochs": 4,
|
67 |
+
"total_flos": 7021360413554688.0,
|
68 |
+
"trial_name": null,
|
69 |
+
"trial_params": null
|
70 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:848e345325b92eaa6b2476e2e68814bbae0572e6baa6119c6ee7f8070af9f003
|
3 |
+
size 3643
|