hyunseop commited on
Commit
adda267
1 Parent(s): 6aa282c

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.23.0.dev0",
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:331b26b34221223ca538646f5506dd2aaf21f57633b3576bee8ce3539e8e4a89
3
+ size 430954221
runs/Jan10_15-26-20_pfsvs-MacBook-Pro-2.local/1673333032.5392718/events.out.tfevents.1673333032.pfsvs-MacBook-Pro-2.local.29593.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8721561c83eea51036f55fe64f30950230acaaa63d28c6857b854a7006da5e54
3
+ size 5484
runs/Jan10_15-26-20_pfsvs-MacBook-Pro-2.local/1673343032.682266/events.out.tfevents.1673343032.pfsvs-MacBook-Pro-2.local.29593.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bb77258231b7521d8154e47e9676fac7f8313c71aba9b5df81aa0e0d567c72e
3
+ size 5484
runs/Jan10_15-26-20_pfsvs-MacBook-Pro-2.local/events.out.tfevents.1673333032.pfsvs-MacBook-Pro-2.local.29593.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:818ae6e0c0a0b2358f80927e5a112d66c846ac23c202bd6ca0db03cbf708a917
3
+ size 4186
runs/Jan10_15-26-20_pfsvs-MacBook-Pro-2.local/events.out.tfevents.1673343032.pfsvs-MacBook-Pro-2.local.29593.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b239f3c0c5f9e0100b7583df5dc3c7dc648f2455dc7dcfa6dc4d946ada16167
3
+ size 7169
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": false,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "name_or_path": "bert-base-cased",
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:410964cdad309f1d549a73a3452dd2629a0de83edff02912d9deb92979a5814d
3
+ size 3451
vocab.txt ADDED
The diff for this file is too large to render. See raw diff