MinkyuRamen commited on
Commit
8cefd3c
1 Parent(s): b83f18b

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.28.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:0cfcf53c087e8631d6f99fc2e2133fe8e28dd2853823eacab66c9f93849d40bc
3
+ size 430957482
runs/Mar23_21-56-53_gpu-1/1711198805.0160105/events.out.tfevents.1711198805.gpu-1.1039917.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cbfdbef20e95a63d459ba725ac5a182259eb340dd1dba5df6b51083f7d1e64e
3
+ size 5882
runs/Mar23_21-56-53_gpu-1/1711199018.84703/events.out.tfevents.1711199018.gpu-1.1039917.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2338a960105e93cb6b224638ba7965930f1ef70f6e85a9d35c6105b11287f2c
3
+ size 5882
runs/Mar23_21-56-53_gpu-1/events.out.tfevents.1711198805.gpu-1.1039917.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:667682642eb735a2b15bc5c696d6cb156c7a1a539ea174a21aaefe11a69584b4
3
+ size 3998
runs/Mar23_21-56-53_gpu-1/events.out.tfevents.1711199018.gpu-1.1039917.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6236ae38c30941d04f32969dc284878a8110b91db1068d2462be60198de319f
3
+ size 4626
runs/Mar23_22-08-09_gpu-1/1711199292.3929877/events.out.tfevents.1711199292.gpu-1.1413878.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b8633478673343442f9d1fac7f18ebeb5ccad47444263acbbf2b0c6dcd9e6a4
3
+ size 5882
runs/Mar23_22-08-09_gpu-1/events.out.tfevents.1711199292.gpu-1.1413878.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51f73278e6c4b95b136fc62e89bc37c85c7144e5a1659cc8ff8e9eac35f68b77
3
+ size 7452
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,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": false,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "BertTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:026308dc347f08356d705893ff3b82fdcecc6ada293cdfe3a65d5ed8537671d0
3
+ size 4088
vocab.txt ADDED
The diff for this file is too large to render. See raw diff