Training in progress, step 500
Browse files- .gitignore +1 -0
- config.json +41 -0
- pytorch_model.bin +3 -0
- runs/Dec05_09-11-02_d1e266ac0a8e/1670231518.1407263/events.out.tfevents.1670231518.d1e266ac0a8e.78.5 +3 -0
- runs/Dec05_09-11-02_d1e266ac0a8e/events.out.tfevents.1670231518.d1e266ac0a8e.78.4 +3 -0
- runs/Dec05_09-12-20_d1e266ac0a8e/1670231546.676285/events.out.tfevents.1670231546.d1e266ac0a8e.78.7 +3 -0
- runs/Dec05_09-12-20_d1e266ac0a8e/events.out.tfevents.1670231546.d1e266ac0a8e.78.6 +3 -0
- runs/Dec05_09-12-40_d1e266ac0a8e/1670231568.195666/events.out.tfevents.1670231568.d1e266ac0a8e.78.9 +3 -0
- runs/Dec05_09-12-40_d1e266ac0a8e/1670231620.5445266/events.out.tfevents.1670231620.d1e266ac0a8e.78.10 +3 -0
- runs/Dec05_09-12-40_d1e266ac0a8e/1670231630.0308173/events.out.tfevents.1670231630.d1e266ac0a8e.78.11 +3 -0
- runs/Dec05_09-12-40_d1e266ac0a8e/1670231762.024694/events.out.tfevents.1670231762.d1e266ac0a8e.78.12 +3 -0
- runs/Dec05_09-12-40_d1e266ac0a8e/events.out.tfevents.1670231568.d1e266ac0a8e.78.8 +3 -0
- runs/Dec05_09-16-26_d1e266ac0a8e/1670231806.2251222/events.out.tfevents.1670231806.d1e266ac0a8e.78.14 +3 -0
- runs/Dec05_09-16-26_d1e266ac0a8e/events.out.tfevents.1670231806.d1e266ac0a8e.78.13 +3 -0
- runs/Dec05_09-16-59_d1e266ac0a8e/1670231826.7923799/events.out.tfevents.1670231826.d1e266ac0a8e.78.16 +3 -0
- runs/Dec05_09-16-59_d1e266ac0a8e/events.out.tfevents.1670231826.d1e266ac0a8e.78.15 +3 -0
- runs/Dec05_09-17-28_d1e266ac0a8e/1670231857.9803603/events.out.tfevents.1670231857.d1e266ac0a8e.78.18 +3 -0
- runs/Dec05_09-17-28_d1e266ac0a8e/events.out.tfevents.1670231857.d1e266ac0a8e.78.17 +3 -0
- special_tokens_map.json +9 -0
- tokenizer.json +0 -0
- tokenizer_config.json +17 -0
- training_args.bin +3 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "deepset/deberta-v3-large-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": 1024,
|
| 10 |
+
"initializer_range": 0.02,
|
| 11 |
+
"intermediate_size": 4096,
|
| 12 |
+
"language": "english",
|
| 13 |
+
"layer_norm_eps": 1e-07,
|
| 14 |
+
"max_position_embeddings": 512,
|
| 15 |
+
"max_relative_positions": -1,
|
| 16 |
+
"model_type": "deberta-v2",
|
| 17 |
+
"name": "DebertaV2",
|
| 18 |
+
"norm_rel_ebd": "layer_norm",
|
| 19 |
+
"num_attention_heads": 16,
|
| 20 |
+
"num_hidden_layers": 24,
|
| 21 |
+
"pad_token_id": 0,
|
| 22 |
+
"pooler_dropout": 0,
|
| 23 |
+
"pooler_hidden_act": "gelu",
|
| 24 |
+
"pooler_hidden_size": 1024,
|
| 25 |
+
"pos_att_type": [
|
| 26 |
+
"p2c",
|
| 27 |
+
"c2p"
|
| 28 |
+
],
|
| 29 |
+
"position_biased_input": false,
|
| 30 |
+
"position_buckets": 256,
|
| 31 |
+
"relative_attention": true,
|
| 32 |
+
"share_att_key": true,
|
| 33 |
+
"summary_activation": "tanh",
|
| 34 |
+
"summary_last_dropout": 0,
|
| 35 |
+
"summary_type": "first",
|
| 36 |
+
"summary_use_proj": false,
|
| 37 |
+
"torch_dtype": "float32",
|
| 38 |
+
"transformers_version": "4.25.1",
|
| 39 |
+
"type_vocab_size": 0,
|
| 40 |
+
"vocab_size": 128100
|
| 41 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a8c4532bdc3962910325416cc25bdc03c78f44aca35c9a3a03fc486ae1e8d4f
|
| 3 |
+
size 1736194351
|
runs/Dec05_09-11-02_d1e266ac0a8e/1670231518.1407263/events.out.tfevents.1670231518.d1e266ac0a8e.78.5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:739a2f19337702ef9f4daf318fb6e9e9d0ad8f6c8ce1980efce29fe5fa419336
|
| 3 |
+
size 5569
|
runs/Dec05_09-11-02_d1e266ac0a8e/events.out.tfevents.1670231518.d1e266ac0a8e.78.4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:afd7e3daa930298b8b5d158ec3c61525f757621d2440712716f20879af72a9a7
|
| 3 |
+
size 4194
|
runs/Dec05_09-12-20_d1e266ac0a8e/1670231546.676285/events.out.tfevents.1670231546.d1e266ac0a8e.78.7
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b8c947bb2c38054177fb1506b1ce1704c5dfc52a2caf79b869bc39eb5ff944f9
|
| 3 |
+
size 5569
|
runs/Dec05_09-12-20_d1e266ac0a8e/events.out.tfevents.1670231546.d1e266ac0a8e.78.6
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7eabaaa22d3b73e4dad30d55e2ee727838d1f760ecc2c5c26da9602d4689d9f1
|
| 3 |
+
size 4192
|
runs/Dec05_09-12-40_d1e266ac0a8e/1670231568.195666/events.out.tfevents.1670231568.d1e266ac0a8e.78.9
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc1839a70bc93faa60e54e612e8ee0b5e0dac318f6e082dca0fdc29f55e90469
|
| 3 |
+
size 5569
|
runs/Dec05_09-12-40_d1e266ac0a8e/1670231620.5445266/events.out.tfevents.1670231620.d1e266ac0a8e.78.10
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5675ae9968d4cda2ce30a40ea095841cff4566ddcfc4da5bc76216cff8109f6
|
| 3 |
+
size 5569
|
runs/Dec05_09-12-40_d1e266ac0a8e/1670231630.0308173/events.out.tfevents.1670231630.d1e266ac0a8e.78.11
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:294fb5dd14814806b6446394a5008c341b328e1ec0ed453119a95bf9e1a66bad
|
| 3 |
+
size 5569
|
runs/Dec05_09-12-40_d1e266ac0a8e/1670231762.024694/events.out.tfevents.1670231762.d1e266ac0a8e.78.12
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4570acc013dbf9b7f730091f8ac37450b0c59cc66dcf79ad2c3ccd2e234e6b8
|
| 3 |
+
size 5569
|
runs/Dec05_09-12-40_d1e266ac0a8e/events.out.tfevents.1670231568.d1e266ac0a8e.78.8
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:becc85eb9396b5dd9c44bc34713a64d982da58bc875adcaedd8996a2d5ba9c19
|
| 3 |
+
size 16648
|
runs/Dec05_09-16-26_d1e266ac0a8e/1670231806.2251222/events.out.tfevents.1670231806.d1e266ac0a8e.78.14
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:011fac3998309ce2d589e72ba9ecbcdd4bcb2dfc336f1ffafa609143516d0684
|
| 3 |
+
size 5569
|
runs/Dec05_09-16-26_d1e266ac0a8e/events.out.tfevents.1670231806.d1e266ac0a8e.78.13
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5bbc6c8cfdf5fc78c136c9e598a86f9caded40fb2d4f9de52961ff9c6d368992
|
| 3 |
+
size 4192
|
runs/Dec05_09-16-59_d1e266ac0a8e/1670231826.7923799/events.out.tfevents.1670231826.d1e266ac0a8e.78.16
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d6c06cc053d55f42be560fe17f0fa2f1b395b0553ea82127c81cad8b89fd0cf
|
| 3 |
+
size 5569
|
runs/Dec05_09-16-59_d1e266ac0a8e/events.out.tfevents.1670231826.d1e266ac0a8e.78.15
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c63bc110f6a707fc8b354b53b56d13059973c3033b7157125b3b931d7573d0c
|
| 3 |
+
size 4192
|
runs/Dec05_09-17-28_d1e266ac0a8e/1670231857.9803603/events.out.tfevents.1670231857.d1e266ac0a8e.78.18
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d3a614075b386b99dcd2f392e4673d972ae446be5f98ab028c43a1f2e33ea96f
|
| 3 |
+
size 5569
|
runs/Dec05_09-17-28_d1e266ac0a8e/events.out.tfevents.1670231857.d1e266ac0a8e.78.17
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:30dabe35dd0e9e9d286ff64865358cf1e530ad4bac3c1ada2fd34a48f6a31cf6
|
| 3 |
+
size 4349
|
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,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": "[CLS]",
|
| 3 |
+
"cls_token": "[CLS]",
|
| 4 |
+
"do_lower_case": false,
|
| 5 |
+
"eos_token": "[SEP]",
|
| 6 |
+
"mask_token": "[MASK]",
|
| 7 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 8 |
+
"name_or_path": "deepset/deberta-v3-large-squad2",
|
| 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 |
+
"vocab_type": "spm"
|
| 17 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:36fc4b8bbfef2a1d5b23f2ca9c187243c8307d3987fbb560ac76aa1bfb33dcce
|
| 3 |
+
size 3439
|