alistvt commited on
Commit
ccfba2d
1 Parent(s): 75a4846

Training in progress, step 14000

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "alistvt/bert-base-uncased-pretrained-mlm-coqa-stories",
3
+ "architectures": [
4
+ "BertForQuestionAnswering"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
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
+ "position_embedding_type": "absolute",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.15.0",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
eval_results.txt ADDED
File without changes
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e2bcbbe0420c07b280137049fa090f1260dbf911a2e9dd65b3619ef36721cbb
3
+ size 435656113
runs/Jan21_22-11-11_5e06f00e3605/1642803084.9176593/events.out.tfevents.1642803084.5e06f00e3605.2026.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:769eda6cc99f165aedcab27b33d8b1f3399577e76f85c49284a448a1eb700f24
3
+ size 4921
runs/Jan21_22-11-11_5e06f00e3605/events.out.tfevents.1642803084.5e06f00e3605.2026.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:670750ac7142a82891da38f8df4dbfae1875a587aeb026a265bcb623273d8f74
3
+ size 9744
runs/Jan21_22-11-11_5e06f00e3605/events.out.tfevents.1642816317.5e06f00e3605.2026.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22c8691258607b7497d6b50b0059c971864fbed4d512de13f6bf345fb5cfeec0
3
+ size 311
runs/Jan22_02-17-03_5e06f00e3605/1642817834.0300016/events.out.tfevents.1642817834.5e06f00e3605.2026.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33537af180dd11d310de9ef0c9d45fb76676067acdb3264dc593f524f5fd3f45
3
+ size 4921
runs/Jan22_02-17-03_5e06f00e3605/events.out.tfevents.1642817834.5e06f00e3605.2026.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f68073504e8ff6111b412dbcb4195ae791900a2198ab5f46c92df1ae94b18b68
3
+ size 3525
runs/Jan22_02-24-40_5e06f00e3605/1642818286.726912/events.out.tfevents.1642818286.5e06f00e3605.3003.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00c99c397d6813553f909055098085a1945f2f1a4b4e791791210a1d5ca59076
3
+ size 4921
runs/Jan22_02-24-40_5e06f00e3605/events.out.tfevents.1642818286.5e06f00e3605.3003.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:210e4abe6b2830616cd1aa79de19d0b313e3a14c58e0d17e83af0e7eb702b34c
3
+ size 3682
runs/Jan22_02-41-19_5e06f00e3605/1642819466.6391468/events.out.tfevents.1642819466.5e06f00e3605.3137.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c01221ac115468fe9438a6dc1a40c4440880a1d3af90ccc8711580f711daecc
3
+ size 4836
runs/Jan22_02-41-19_5e06f00e3605/events.out.tfevents.1642819466.5e06f00e3605.3137.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11786af0324ede060c644e67339bc14b285387651d9a4ac083706dbdf9c8262a
3
+ size 4339
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "bert-base-uncased", "tokenizer_class": "BertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e71cd7c1e0472f45a11d4694a50b2acd56b35cc0fdad2c5e5e9f4c5307237640
3
+ size 2991
vocab.txt ADDED
The diff for this file is too large to render. See raw diff