Commit
路
e88fb6c
1
Parent(s):
c98f993
Training in progress, step 500
Browse files- .gitattributes +1 -0
- .gitignore +1 -0
- config.json +35 -0
- pytorch_model.bin +3 -0
- runs/Apr24_22-04-23_LAPTOP-EB47KJI5/1682355870.6533613/events.out.tfevents.1682355870.LAPTOP-EB47KJI5.10948.7 +3 -0
- runs/Apr24_22-04-23_LAPTOP-EB47KJI5/events.out.tfevents.1682355870.LAPTOP-EB47KJI5.10948.6 +3 -0
- runs/Apr24_22-05-31_LAPTOP-EB47KJI5/1682355935.2512383/events.out.tfevents.1682355935.LAPTOP-EB47KJI5.10948.9 +3 -0
- runs/Apr24_22-05-31_LAPTOP-EB47KJI5/events.out.tfevents.1682355935.LAPTOP-EB47KJI5.10948.8 +3 -0
- runs/Apr24_22-06-05_LAPTOP-EB47KJI5/1682355969.6795304/events.out.tfevents.1682355969.LAPTOP-EB47KJI5.10948.11 +3 -0
- runs/Apr24_22-06-05_LAPTOP-EB47KJI5/events.out.tfevents.1682355969.LAPTOP-EB47KJI5.10948.10 +3 -0
- runs/Apr24_22-07-01_LAPTOP-EB47KJI5/1682356025.5719793/events.out.tfevents.1682356025.LAPTOP-EB47KJI5.10948.13 +3 -0
- runs/Apr24_22-07-01_LAPTOP-EB47KJI5/events.out.tfevents.1682356025.LAPTOP-EB47KJI5.10948.12 +3 -0
- runs/Apr24_22-08-23_LAPTOP-EB47KJI5/1682356109.093379/events.out.tfevents.1682356109.LAPTOP-EB47KJI5.21772.1 +3 -0
- runs/Apr24_22-08-23_LAPTOP-EB47KJI5/events.out.tfevents.1682356109.LAPTOP-EB47KJI5.21772.0 +3 -0
- runs/Apr24_22-09-23_LAPTOP-EB47KJI5/1682356169.5974321/events.out.tfevents.1682356169.LAPTOP-EB47KJI5.9356.1 +3 -0
- runs/Apr24_22-09-23_LAPTOP-EB47KJI5/events.out.tfevents.1682356169.LAPTOP-EB47KJI5.9356.0 +3 -0
- runs/Apr24_22-10-33_LAPTOP-EB47KJI5/1682356238.7883914/events.out.tfevents.1682356238.LAPTOP-EB47KJI5.8312.1 +3 -0
- runs/Apr24_22-10-33_LAPTOP-EB47KJI5/events.out.tfevents.1682356238.LAPTOP-EB47KJI5.8312.0 +3 -0
- runs/Apr24_22-11-36_LAPTOP-EB47KJI5/1682356302.2615175/events.out.tfevents.1682356302.LAPTOP-EB47KJI5.22640.1 +3 -0
- runs/Apr24_22-11-36_LAPTOP-EB47KJI5/events.out.tfevents.1682356302.LAPTOP-EB47KJI5.22640.0 +3 -0
- special_tokens_map.json +9 -0
- tokenizer.json +3 -0
- tokenizer_config.json +16 -0
- training_args.bin +3 -0
.gitattributes
CHANGED
@@ -32,3 +32,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
35 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "timpal0l/mdeberta-v3-base-squad2",
|
3 |
+
"architectures": [
|
4 |
+
"DebertaV2ForQuestionAnswering"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"hidden_act": "gelu",
|
8 |
+
"hidden_dropout_prob": 0.1,
|
9 |
+
"hidden_size": 768,
|
10 |
+
"initializer_range": 0.02,
|
11 |
+
"intermediate_size": 3072,
|
12 |
+
"layer_norm_eps": 1e-07,
|
13 |
+
"max_position_embeddings": 512,
|
14 |
+
"max_relative_positions": -1,
|
15 |
+
"model_type": "deberta-v2",
|
16 |
+
"norm_rel_ebd": "layer_norm",
|
17 |
+
"num_attention_heads": 12,
|
18 |
+
"num_hidden_layers": 12,
|
19 |
+
"pad_token_id": 0,
|
20 |
+
"pooler_dropout": 0,
|
21 |
+
"pooler_hidden_act": "gelu",
|
22 |
+
"pooler_hidden_size": 768,
|
23 |
+
"pos_att_type": [
|
24 |
+
"p2c",
|
25 |
+
"c2p"
|
26 |
+
],
|
27 |
+
"position_biased_input": false,
|
28 |
+
"position_buckets": 256,
|
29 |
+
"relative_attention": true,
|
30 |
+
"share_att_key": true,
|
31 |
+
"torch_dtype": "float32",
|
32 |
+
"transformers_version": "4.28.1",
|
33 |
+
"type_vocab_size": 0,
|
34 |
+
"vocab_size": 251000
|
35 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:38e9bf5d9aa280d9f970cd0f21539449880661e6086cb9806946af16ffb59fa2
|
3 |
+
size 1112954609
|
runs/Apr24_22-04-23_LAPTOP-EB47KJI5/1682355870.6533613/events.out.tfevents.1682355870.LAPTOP-EB47KJI5.10948.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a240c4836c562b58fa0b814285d0a3ab886a182ce112bf3b2b0ff826e8f9c89
|
3 |
+
size 5825
|
runs/Apr24_22-04-23_LAPTOP-EB47KJI5/events.out.tfevents.1682355870.LAPTOP-EB47KJI5.10948.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3d0b63f3d7eb36527dd9318d504069d593c6788a3116ef69370c9a5852c94f8
|
3 |
+
size 4190
|
runs/Apr24_22-05-31_LAPTOP-EB47KJI5/1682355935.2512383/events.out.tfevents.1682355935.LAPTOP-EB47KJI5.10948.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ba7e2cbc1d93690d99f7f0b617576045dde609e57c9d5f3c3baac05ec819118
|
3 |
+
size 5825
|
runs/Apr24_22-05-31_LAPTOP-EB47KJI5/events.out.tfevents.1682355935.LAPTOP-EB47KJI5.10948.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb95561151da5a58933293346e81bd0ce927944c27f1b600ca398b5bbdd2d26f
|
3 |
+
size 4190
|
runs/Apr24_22-06-05_LAPTOP-EB47KJI5/1682355969.6795304/events.out.tfevents.1682355969.LAPTOP-EB47KJI5.10948.11
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d9288b5561d4a8829bc9b5f81a8b26071936d44b3829684b00f50dac689e299
|
3 |
+
size 5825
|
runs/Apr24_22-06-05_LAPTOP-EB47KJI5/events.out.tfevents.1682355969.LAPTOP-EB47KJI5.10948.10
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:24aa0788c6b3f462ef7bfb5003a8069035c5a0a66bb7d095a0b6233a74fa3af5
|
3 |
+
size 4190
|
runs/Apr24_22-07-01_LAPTOP-EB47KJI5/1682356025.5719793/events.out.tfevents.1682356025.LAPTOP-EB47KJI5.10948.13
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7dc6cfc821993786cd01dfaa3dd1f9c96d98484e8543b593a1c0c1fcb962c07
|
3 |
+
size 5825
|
runs/Apr24_22-07-01_LAPTOP-EB47KJI5/events.out.tfevents.1682356025.LAPTOP-EB47KJI5.10948.12
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a004fbc6283f20c93b4a64c2980245900621ba0f63d3021db34c30269368f406
|
3 |
+
size 4190
|
runs/Apr24_22-08-23_LAPTOP-EB47KJI5/1682356109.093379/events.out.tfevents.1682356109.LAPTOP-EB47KJI5.21772.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:960a714647bbe1c83557821749cba289593be9db99bc31f1773d2f9db709b473
|
3 |
+
size 5825
|
runs/Apr24_22-08-23_LAPTOP-EB47KJI5/events.out.tfevents.1682356109.LAPTOP-EB47KJI5.21772.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:749f847cecc0a4c9f7efc96397da1d18bcfd24a9619c881d48fa75282c080c76
|
3 |
+
size 4190
|
runs/Apr24_22-09-23_LAPTOP-EB47KJI5/1682356169.5974321/events.out.tfevents.1682356169.LAPTOP-EB47KJI5.9356.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32a3c64a9c8a64bdea4a0eebdb52a90e8d67376b23adc97f9d245c65aedf54cc
|
3 |
+
size 5825
|
runs/Apr24_22-09-23_LAPTOP-EB47KJI5/events.out.tfevents.1682356169.LAPTOP-EB47KJI5.9356.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40d70e381dbe342af17e4056821fbc77e5b85118ef1b3ddfa62200312dd06986
|
3 |
+
size 4188
|
runs/Apr24_22-10-33_LAPTOP-EB47KJI5/1682356238.7883914/events.out.tfevents.1682356238.LAPTOP-EB47KJI5.8312.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf2822a3d996e5a3dd9b81ccf3f198ded63d763dac507c130e297f230dab3949
|
3 |
+
size 5825
|
runs/Apr24_22-10-33_LAPTOP-EB47KJI5/events.out.tfevents.1682356238.LAPTOP-EB47KJI5.8312.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:43df7e99f11002d4f30ab9edc476fb8d1735cf4f37ca92da9713e957ce1f2f99
|
3 |
+
size 4188
|
runs/Apr24_22-11-36_LAPTOP-EB47KJI5/1682356302.2615175/events.out.tfevents.1682356302.LAPTOP-EB47KJI5.22640.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a101207d881403524eea326bbd098d7defc170ebdf85d1c48fd1fcbfbb17537
|
3 |
+
size 5825
|
runs/Apr24_22-11-36_LAPTOP-EB47KJI5/events.out.tfevents.1682356302.LAPTOP-EB47KJI5.22640.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11d669f2528e950a90a23fc7deab5c87bca05c8ba4967282e8c405b0bca5b5c5
|
3 |
+
size 4616
|
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
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77c3df135e6f934ea382c695552f34550481be029af7808a3d82f4a5792e01bf
|
3 |
+
size 16316316
|
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 |
+
"mask_token": "[MASK]",
|
8 |
+
"model_max_length": 1000000000000000019884624838656,
|
9 |
+
"pad_token": "[PAD]",
|
10 |
+
"sep_token": "[SEP]",
|
11 |
+
"sp_model_kwargs": {},
|
12 |
+
"split_by_punct": false,
|
13 |
+
"tokenizer_class": "DebertaV2Tokenizer",
|
14 |
+
"unk_token": "[UNK]",
|
15 |
+
"vocab_type": "spm"
|
16 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7b37a41315b6fc80903137b2ad3b27bccafb1b7f40dc92cee52944d226f5488
|
3 |
+
size 3579
|