Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +50 -0
- merges.txt +0 -0
- pytorch_model.bin +3 -0
- runs/Sep18_15-35-39_d1971ae9aa49/1663515348.8146513/events.out.tfevents.1663515348.d1971ae9aa49.71.3 +3 -0
- runs/Sep18_15-35-39_d1971ae9aa49/events.out.tfevents.1663515348.d1971ae9aa49.71.2 +3 -0
- runs/Sep18_15-40-02_d1971ae9aa49/1663515607.1367743/events.out.tfevents.1663515607.d1971ae9aa49.71.5 +3 -0
- runs/Sep18_15-40-02_d1971ae9aa49/events.out.tfevents.1663515607.d1971ae9aa49.71.4 +3 -0
- runs/Sep18_15-40-28_d1971ae9aa49/1663515632.822491/events.out.tfevents.1663515632.d1971ae9aa49.71.7 +3 -0
- runs/Sep18_15-40-28_d1971ae9aa49/events.out.tfevents.1663515632.d1971ae9aa49.71.6 +3 -0
- runs/Sep18_15-40-57_d1971ae9aa49/1663515663.1900542/events.out.tfevents.1663515663.d1971ae9aa49.71.9 +3 -0
- runs/Sep18_15-40-57_d1971ae9aa49/events.out.tfevents.1663515663.d1971ae9aa49.71.8 +3 -0
- runs/Sep18_15-43-50_d1971ae9aa49/1663515839.076625/events.out.tfevents.1663515839.d1971ae9aa49.860.1 +3 -0
- runs/Sep18_15-43-50_d1971ae9aa49/events.out.tfevents.1663515839.d1971ae9aa49.860.0 +3 -0
- special_tokens_map.json +51 -0
- tokenizer.json +0 -0
- tokenizer_config.json +67 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/deberta-base",
|
3 |
+
"architectures": [
|
4 |
+
"DebertaForTokenClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"hidden_act": "gelu",
|
8 |
+
"hidden_dropout_prob": 0.1,
|
9 |
+
"hidden_size": 768,
|
10 |
+
"id2label": {
|
11 |
+
"0": "O",
|
12 |
+
"1": "B-PER",
|
13 |
+
"2": "I-PER",
|
14 |
+
"3": "B-ORG",
|
15 |
+
"4": "I-ORG",
|
16 |
+
"5": "B-LOC",
|
17 |
+
"6": "I-LOC"
|
18 |
+
},
|
19 |
+
"initializer_range": 0.02,
|
20 |
+
"intermediate_size": 3072,
|
21 |
+
"label2id": {
|
22 |
+
"B-LOC": "5",
|
23 |
+
"B-ORG": "3",
|
24 |
+
"B-PER": "1",
|
25 |
+
"I-LOC": "6",
|
26 |
+
"I-ORG": "4",
|
27 |
+
"I-PER": "2",
|
28 |
+
"O": "0"
|
29 |
+
},
|
30 |
+
"layer_norm_eps": 1e-07,
|
31 |
+
"max_position_embeddings": 512,
|
32 |
+
"max_relative_positions": -1,
|
33 |
+
"model_type": "deberta",
|
34 |
+
"num_attention_heads": 12,
|
35 |
+
"num_hidden_layers": 12,
|
36 |
+
"pad_token_id": 0,
|
37 |
+
"pooler_dropout": 0,
|
38 |
+
"pooler_hidden_act": "gelu",
|
39 |
+
"pooler_hidden_size": 768,
|
40 |
+
"pos_att_type": [
|
41 |
+
"c2p",
|
42 |
+
"p2c"
|
43 |
+
],
|
44 |
+
"position_biased_input": false,
|
45 |
+
"relative_attention": true,
|
46 |
+
"torch_dtype": "float32",
|
47 |
+
"transformers_version": "4.22.1",
|
48 |
+
"type_vocab_size": 0,
|
49 |
+
"vocab_size": 50265
|
50 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78355b174e57774a0a1b37e0128936d45799b9b43fe2011ea78df30dac860b10
|
3 |
+
size 554499251
|
runs/Sep18_15-35-39_d1971ae9aa49/1663515348.8146513/events.out.tfevents.1663515348.d1971ae9aa49.71.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:888c827caecb5db68235acfe6e8fdfbc1d3240e9dd2ff3bdba294681119eab84
|
3 |
+
size 5561
|
runs/Sep18_15-35-39_d1971ae9aa49/events.out.tfevents.1663515348.d1971ae9aa49.71.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:432378328a9fadcafb61362f5d4717a9c09b2764df11b63c658c6dc247f92d03
|
3 |
+
size 4189
|
runs/Sep18_15-40-02_d1971ae9aa49/1663515607.1367743/events.out.tfevents.1663515607.d1971ae9aa49.71.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7325166c1f0b1be3060f97029b034291751f8cc7148d0a87b5b23b7999f4d258
|
3 |
+
size 5561
|
runs/Sep18_15-40-02_d1971ae9aa49/events.out.tfevents.1663515607.d1971ae9aa49.71.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b2d954ee1a6bbd9ba564a6c34625f3fe12b98ef811c52adb07312f2e1e0069a0
|
3 |
+
size 4188
|
runs/Sep18_15-40-28_d1971ae9aa49/1663515632.822491/events.out.tfevents.1663515632.d1971ae9aa49.71.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0a2d8425d45b41db1a36072d5a80b7439cddec768b423673fa16007d5abbf3d
|
3 |
+
size 5561
|
runs/Sep18_15-40-28_d1971ae9aa49/events.out.tfevents.1663515632.d1971ae9aa49.71.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:42c9d95dd64567521e0b87eae2b598d933b035ffab23bdb9a8a19fae8ab1e41f
|
3 |
+
size 4188
|
runs/Sep18_15-40-57_d1971ae9aa49/1663515663.1900542/events.out.tfevents.1663515663.d1971ae9aa49.71.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:395a3cc4f9f01315be122b5b3efc2fecedce2df63ab0d30251e276be3ae9d4f5
|
3 |
+
size 5561
|
runs/Sep18_15-40-57_d1971ae9aa49/events.out.tfevents.1663515663.d1971ae9aa49.71.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64ee01a8df4e09e80d15109392d0bb53ed6aac9c59c296b201dfb98284bf85fb
|
3 |
+
size 4188
|
runs/Sep18_15-43-50_d1971ae9aa49/1663515839.076625/events.out.tfevents.1663515839.d1971ae9aa49.860.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b1f0a5794de230767319b6b23c5f27ef11fe40c871d009138b09de7a78b4aeb6
|
3 |
+
size 5561
|
runs/Sep18_15-43-50_d1971ae9aa49/events.out.tfevents.1663515839.d1971ae9aa49.860.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f8489d33ec3a6cd99034c818370665029ed19e5a092fe205212551b107d9406
|
3 |
+
size 5041
|
special_tokens_map.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "[CLS]",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": true,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"cls_token": {
|
10 |
+
"content": "[CLS]",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": true,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"eos_token": {
|
17 |
+
"content": "[SEP]",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": true,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"mask_token": {
|
24 |
+
"content": "[MASK]",
|
25 |
+
"lstrip": true,
|
26 |
+
"normalized": true,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
},
|
30 |
+
"pad_token": {
|
31 |
+
"content": "[PAD]",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": true,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false
|
36 |
+
},
|
37 |
+
"sep_token": {
|
38 |
+
"content": "[SEP]",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": true,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false
|
43 |
+
},
|
44 |
+
"unk_token": {
|
45 |
+
"content": "[UNK]",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": true,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false
|
50 |
+
}
|
51 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_prefix_space": true,
|
4 |
+
"bos_token": {
|
5 |
+
"__type": "AddedToken",
|
6 |
+
"content": "[CLS]",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": true,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false
|
11 |
+
},
|
12 |
+
"cls_token": {
|
13 |
+
"__type": "AddedToken",
|
14 |
+
"content": "[CLS]",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": true,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false
|
19 |
+
},
|
20 |
+
"do_lower_case": false,
|
21 |
+
"eos_token": {
|
22 |
+
"__type": "AddedToken",
|
23 |
+
"content": "[SEP]",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": true,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false
|
28 |
+
},
|
29 |
+
"errors": "replace",
|
30 |
+
"mask_token": {
|
31 |
+
"__type": "AddedToken",
|
32 |
+
"content": "[MASK]",
|
33 |
+
"lstrip": true,
|
34 |
+
"normalized": true,
|
35 |
+
"rstrip": false,
|
36 |
+
"single_word": false
|
37 |
+
},
|
38 |
+
"model_max_length": 512,
|
39 |
+
"name_or_path": "microsoft/deberta-base",
|
40 |
+
"pad_token": {
|
41 |
+
"__type": "AddedToken",
|
42 |
+
"content": "[PAD]",
|
43 |
+
"lstrip": false,
|
44 |
+
"normalized": true,
|
45 |
+
"rstrip": false,
|
46 |
+
"single_word": false
|
47 |
+
},
|
48 |
+
"sep_token": {
|
49 |
+
"__type": "AddedToken",
|
50 |
+
"content": "[SEP]",
|
51 |
+
"lstrip": false,
|
52 |
+
"normalized": true,
|
53 |
+
"rstrip": false,
|
54 |
+
"single_word": false
|
55 |
+
},
|
56 |
+
"special_tokens_map_file": null,
|
57 |
+
"tokenizer_class": "DebertaTokenizer",
|
58 |
+
"unk_token": {
|
59 |
+
"__type": "AddedToken",
|
60 |
+
"content": "[UNK]",
|
61 |
+
"lstrip": false,
|
62 |
+
"normalized": true,
|
63 |
+
"rstrip": false,
|
64 |
+
"single_word": false
|
65 |
+
},
|
66 |
+
"vocab_type": "gpt2"
|
67 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5782255bd69b26e8154ad9ed90ff84e597b446e2e67b973c3de24f03e663e189
|
3 |
+
size 3439
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|