SebastianS commited on
Commit
fcb9c34
1 Parent(s): fef8d0c

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-cased",
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.19.1",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 28996
26
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1b6f2ece380170a4b400a37493d40ea59e9b7768b998adb55b91443b738c227
3
+ size 430955313
runs/May15_14-32-01_70a0a5fffa21/1652625591.7099252/events.out.tfevents.1652625591.70a0a5fffa21.72.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eadb815667233b3226418cc9eb4c4fb7df92f98d1d3e4c9293d575b1f4dbad7c
3
+ size 5165
runs/May15_14-32-01_70a0a5fffa21/events.out.tfevents.1652625591.70a0a5fffa21.72.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18227b3b6a83915b0f7b0d3be47f7b524534890688bb2ff125bc8e948282fb87
3
+ size 3507
runs/May15_14-47-27_70a0a5fffa21/1652626073.8074203/events.out.tfevents.1652626073.70a0a5fffa21.72.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8dc60b438d6a56f3baca084d314828d534e085d6aeee351bd65138d587c2f20
3
+ size 5165
runs/May15_14-47-27_70a0a5fffa21/events.out.tfevents.1652626073.70a0a5fffa21.72.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06799c9ef0fabc514b6bf55158f7f90cced3aae6295cbece6ac20faf6ab0bfbf
3
+ size 3821
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": false, "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-cased", "tokenizer_class": "BertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ac753be04211661355ccdd50c2e59281e62bb76bad2530b0c8e497549125f8a
3
+ size 3247
vocab.txt ADDED
The diff for this file is too large to render. See raw diff