ToluClassics
commited on
Commit
•
c49f3c3
1
Parent(s):
8790a12
Training in progress, step 10000
Browse files- .gitattributes +1 -0
- .gitignore +1 -0
- config.json +31 -0
- eval_nbest_predictions.json +3 -0
- eval_null_odds.json +0 -0
- eval_predictions.json +0 -0
- pytorch_model.bin +3 -0
- runs/Mar12_23-31-07_basilisk/1678678319.6182773/events.out.tfevents.1678678319.basilisk.23558.1 +3 -0
- runs/Mar12_23-31-07_basilisk/events.out.tfevents.1678678319.basilisk.23558.0 +3 -0
- runs/Mar12_23-35-49_basilisk/1678678558.8583612/events.out.tfevents.1678678558.basilisk.25359.1 +3 -0
- runs/Mar12_23-35-49_basilisk/events.out.tfevents.1678678558.basilisk.25359.0 +3 -0
- runs/Mar12_23-42-33_basilisk/1678678963.6629224/events.out.tfevents.1678678963.basilisk.27865.1 +3 -0
- runs/Mar12_23-42-33_basilisk/events.out.tfevents.1678678963.basilisk.27865.0 +3 -0
- runs/Mar12_23-49-32_basilisk/1678679382.2193518/events.out.tfevents.1678679382.basilisk.30554.1 +3 -0
- runs/Mar12_23-49-32_basilisk/events.out.tfevents.1678679382.basilisk.30554.0 +3 -0
- runs/Mar12_23-50-18_basilisk/1678679427.5347865/events.out.tfevents.1678679427.basilisk.30985.1 +3 -0
- runs/Mar12_23-50-18_basilisk/events.out.tfevents.1678679427.basilisk.30985.0 +3 -0
- runs/Mar12_23-51-25_basilisk/1678679495.0359952/events.out.tfevents.1678679495.basilisk.31513.1 +3 -0
- runs/Mar12_23-51-25_basilisk/events.out.tfevents.1678679495.basilisk.31513.0 +3 -0
- runs/Mar12_23-52-09_basilisk/1678679538.1940475/events.out.tfevents.1678679538.basilisk.31839.1 +3 -0
- runs/Mar12_23-52-09_basilisk/events.out.tfevents.1678679538.basilisk.31839.0 +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +14 -0
- training_args.bin +3 -0
- vocab.txt +0 -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 |
+
eval_nbest_predictions.json filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "ToluClassics/extractive_reader_nq",
|
3 |
+
"architectures": [
|
4 |
+
"BertForQuestionAnswering"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"directionality": "bidi",
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 768,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 3072,
|
14 |
+
"layer_norm_eps": 1e-12,
|
15 |
+
"max_position_embeddings": 512,
|
16 |
+
"model_type": "bert",
|
17 |
+
"num_attention_heads": 12,
|
18 |
+
"num_hidden_layers": 12,
|
19 |
+
"pad_token_id": 0,
|
20 |
+
"pooler_fc_size": 768,
|
21 |
+
"pooler_num_attention_heads": 12,
|
22 |
+
"pooler_num_fc_layers": 3,
|
23 |
+
"pooler_size_per_head": 128,
|
24 |
+
"pooler_type": "first_token_transform",
|
25 |
+
"position_embedding_type": "absolute",
|
26 |
+
"torch_dtype": "float32",
|
27 |
+
"transformers_version": "4.26.0",
|
28 |
+
"type_vocab_size": 2,
|
29 |
+
"use_cache": true,
|
30 |
+
"vocab_size": 105879
|
31 |
+
}
|
eval_nbest_predictions.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:687c33709ea03190601030c1d6e1fae3ba9b2128a647fc108ac08c3185ceaae7
|
3 |
+
size 56356289
|
eval_null_odds.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
eval_predictions.json
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:d4028ec3a595366ea47f59bcb4786030415f551946ac29919506c34a69b5babe
|
3 |
+
size 667141613
|
runs/Mar12_23-31-07_basilisk/1678678319.6182773/events.out.tfevents.1678678319.basilisk.23558.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da7b0238cbc0ba2cd61b067387c305a173029ec784825675ed905cf01c0d1538
|
3 |
+
size 5796
|
runs/Mar12_23-31-07_basilisk/events.out.tfevents.1678678319.basilisk.23558.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a7ba5c26fab8b95d1377561c9cd93735ffc9a552ccecda0a3c3fd40fb27dbec
|
3 |
+
size 4151
|
runs/Mar12_23-35-49_basilisk/1678678558.8583612/events.out.tfevents.1678678558.basilisk.25359.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d9cfd43a21d7c41824622bdedb0da26f3ff07df1bb86a0b0ee90638419e5665
|
3 |
+
size 5792
|
runs/Mar12_23-35-49_basilisk/events.out.tfevents.1678678558.basilisk.25359.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0666d52da119d44e1ff68fb6d952c837c2e4b5ab9a2397343ec04191977c2218
|
3 |
+
size 4145
|
runs/Mar12_23-42-33_basilisk/1678678963.6629224/events.out.tfevents.1678678963.basilisk.27865.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:02a76933824787391ab454f2d9fa1ab7fba2d3169f0c69686ca1707d7007d559
|
3 |
+
size 5792
|
runs/Mar12_23-42-33_basilisk/events.out.tfevents.1678678963.basilisk.27865.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d10c1e0e074da6f4cbe889fd1c130d030ed55ce93c8fd6d94e046011a1868320
|
3 |
+
size 4302
|
runs/Mar12_23-49-32_basilisk/1678679382.2193518/events.out.tfevents.1678679382.basilisk.30554.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c6666acbc7c87453c63a086d075e558d2afdc1cef3befc4a6200785724b1f50
|
3 |
+
size 5795
|
runs/Mar12_23-49-32_basilisk/events.out.tfevents.1678679382.basilisk.30554.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94d69c4da508344bf992c73d8717738096f4f2a954f9df8d4f504eca1414e324
|
3 |
+
size 4300
|
runs/Mar12_23-50-18_basilisk/1678679427.5347865/events.out.tfevents.1678679427.basilisk.30985.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4fea3b6a9e967bef53747ea29afb8411694439b46abd1d42862670498c95a183
|
3 |
+
size 5795
|
runs/Mar12_23-50-18_basilisk/events.out.tfevents.1678679427.basilisk.30985.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:195ad7f88a102deb3d03d88e1f5207211048cdb97a7e9266ee9e1fa9b39b2e21
|
3 |
+
size 4136
|
runs/Mar12_23-51-25_basilisk/1678679495.0359952/events.out.tfevents.1678679495.basilisk.31513.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e9b86bda7eea39c079b060587a7857e4c1eaca1dd48d8e80e4208239f587f9b5
|
3 |
+
size 5795
|
runs/Mar12_23-51-25_basilisk/events.out.tfevents.1678679495.basilisk.31513.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:728ab527015918bd5385151b4d0c358590d2863618999e29acda5859053b6218
|
3 |
+
size 4136
|
runs/Mar12_23-52-09_basilisk/1678679538.1940475/events.out.tfevents.1678679538.basilisk.31839.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88ca26a474e8f4da17812a5baba68d913b8e51cd60e3516b850c204e434133f6
|
3 |
+
size 5795
|
runs/Mar12_23-52-09_basilisk/events.out.tfevents.1678679538.basilisk.31839.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:503eadc78da14c564f740b7ad448733885bf34e977ea3dda45d6ef9eb74afe92
|
3 |
+
size 13170
|
special_tokens_map.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"mask_token": "[MASK]",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"sep_token": "[SEP]",
|
6 |
+
"unk_token": "[UNK]"
|
7 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"do_lower_case": true,
|
4 |
+
"mask_token": "[MASK]",
|
5 |
+
"model_max_length": 512,
|
6 |
+
"name_or_path": "ToluClassics/extractive_reader_nq",
|
7 |
+
"pad_token": "[PAD]",
|
8 |
+
"sep_token": "[SEP]",
|
9 |
+
"special_tokens_map_file": null,
|
10 |
+
"strip_accents": null,
|
11 |
+
"tokenize_chinese_chars": true,
|
12 |
+
"tokenizer_class": "BertTokenizer",
|
13 |
+
"unk_token": "[UNK]"
|
14 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48107ed47aa1b815177ad6c345a8c974e29a9270278aea3e7c815518a6a1ae6c
|
3 |
+
size 3579
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|