pythonist commited on
Commit
371c1be
1 Parent(s): 4c9de94

Model save

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:a2ee1876788a7849a1b7d1dd510173b46b123ad5a588c7c00c5bdb43bde89707
3
+ size 430957037
runs/Apr25_10-34-26_89e343b37bc2/1682418914.1173441/events.out.tfevents.1682418914.89e343b37bc2.625.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96537988f24db34fbe67d0cdce034f26a163f8bd94ffb8cea1cd3dfd4ba2ee44
3
+ size 5906
runs/Apr25_10-34-26_89e343b37bc2/events.out.tfevents.1682418914.89e343b37bc2.625.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff19447a3aabe51f909279a5063eab88b8e83b3f95f35924cb6ee21a20afc4f9
3
+ size 4287
runs/Apr25_10-35-45_89e343b37bc2/1682418959.2295318/events.out.tfevents.1682418959.89e343b37bc2.625.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf23d3a8b787e4dace746138a45f8aaa243c5a992638e1a76d629606e55cba29
3
+ size 5906
runs/Apr25_10-35-45_89e343b37bc2/1682419097.9063/events.out.tfevents.1682419097.89e343b37bc2.625.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34d4fbd2d383c379a11efe9198923bae3e0977c82dfbd6ebc9ddbb7a3eba97ed
3
+ size 5906
runs/Apr25_10-35-45_89e343b37bc2/events.out.tfevents.1682418959.89e343b37bc2.625.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06337843239eb7c583631aa5b7d065a6bbeeb6f5b9e87fb0d750315bc4d95bb0
3
+ size 5698
runs/Apr25_10-35-45_89e343b37bc2/events.out.tfevents.1682419097.89e343b37bc2.625.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:478584351a81b766db644f5aa47c683df40a40d8cf0abf6ed65ed813e4db8adf
3
+ size 5698
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:6240d0843d762a5f021f39ea8e3288fda1ebe9ee8f56573ba7e8bc1876485e0c
3
+ size 3579
vocab.txt ADDED
The diff for this file is too large to render. See raw diff