quincyqiang commited on
Commit
feb33ca
1 Parent(s): c3ca827

commit from quincyqiang

Browse files
all_results.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 100.0,
3
+ "init_mem_cpu_alloc_delta": 324872,
4
+ "init_mem_cpu_peaked_delta": 18282,
5
+ "init_mem_gpu_alloc_delta": 408400896,
6
+ "init_mem_gpu_peaked_delta": 0,
7
+ "perplexity": 4.663977352453378,
8
+ "train_mem_cpu_alloc_delta": 1622129,
9
+ "train_mem_cpu_peaked_delta": 68939497,
10
+ "train_mem_gpu_alloc_delta": 1641378304,
11
+ "train_mem_gpu_peaked_delta": 6652795904,
12
+ "train_runtime": 40107.6334,
13
+ "train_samples_per_second": 4.48
14
+ }
config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "XiaobuBert",
3
+ "architectures": [
4
+ "BertForMaskedLM"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "gradient_checkpointing": false,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 3072,
13
+ "layer_norm_eps": 1e-12,
14
+ "max_position_embeddings": 512,
15
+ "model_type": "bert",
16
+ "num_attention_heads": 12,
17
+ "num_hidden_layers": 12,
18
+ "pad_token_id": 0,
19
+ "position_embedding_type": "absolute",
20
+ "transformers_version": "4.4.0.dev0",
21
+ "type_vocab_size": 2,
22
+ "use_cache": true,
23
+ "vocab_size": 20710
24
+ }
eval_results.json ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ {
2
+ "perplexity": 4.663977352453378
3
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae73c3ba3eb93b865561f5bbf8de0dd9e35b2126ddd3c0b5738e61c775be6557
3
+ size 407965586
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_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, "special_tokens_map_file": null, "name_or_path": "XiaobuBert", "do_basic_tokenize": true, "never_split": null}
train_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 100.0,
3
+ "init_mem_cpu_alloc_delta": 324872,
4
+ "init_mem_cpu_peaked_delta": 18282,
5
+ "init_mem_gpu_alloc_delta": 408400896,
6
+ "init_mem_gpu_peaked_delta": 0,
7
+ "train_mem_cpu_alloc_delta": 1622129,
8
+ "train_mem_cpu_peaked_delta": 68939497,
9
+ "train_mem_gpu_alloc_delta": 1641378304,
10
+ "train_mem_gpu_peaked_delta": 6652795904,
11
+ "train_runtime": 40107.6334,
12
+ "train_samples_per_second": 4.48
13
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d70b8677e87771be20aa9f28f3de175be2f36566b878e01865c74f4cf65338d
3
+ size 2287
vocab.txt ADDED
The diff for this file is too large to render. See raw diff