ofirzaf commited on
Commit
fed2b83
1 Parent(s): 13b6169

Initial commit

Browse files
all_results.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 8.0,
3
+ "eval_samples": 10784,
4
+ "exact_match": 79.0728476821192,
5
+ "f1": 86.71091855282677,
6
+ "init_mem_cpu_alloc_delta": 3961450496,
7
+ "init_mem_cpu_peaked_delta": 1024192512,
8
+ "init_mem_gpu_alloc_delta": 1604411904,
9
+ "init_mem_gpu_peaked_delta": 0,
10
+ "train_mem_cpu_alloc_delta": 337235968,
11
+ "train_mem_cpu_peaked_delta": 340959232,
12
+ "train_mem_gpu_alloc_delta": 798059520,
13
+ "train_mem_gpu_peaked_delta": 5542448128,
14
+ "train_runtime": 18897.4124,
15
+ "train_samples": 88524,
16
+ "train_samples_per_second": 2.342
17
+ }
eval_predictions.json ADDED
The diff for this file is too large to render. See raw diff
 
eval_results.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 8.0,
3
+ "eval_samples": 10784,
4
+ "exact_match": 79.0728476821192,
5
+ "f1": 86.71091855282677
6
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a381716e2b792aa8fc2b723ac8a603622f97bbe1ef233ced9794affea2e359d
3
+ size 265973546
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": true, "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-uncased"}
train_results.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 8.0,
3
+ "init_mem_cpu_alloc_delta": 3961450496,
4
+ "init_mem_cpu_peaked_delta": 1024192512,
5
+ "init_mem_gpu_alloc_delta": 1604411904,
6
+ "init_mem_gpu_peaked_delta": 0,
7
+ "train_mem_cpu_alloc_delta": 337235968,
8
+ "train_mem_cpu_peaked_delta": 340959232,
9
+ "train_mem_gpu_alloc_delta": 798059520,
10
+ "train_mem_gpu_peaked_delta": 5542448128,
11
+ "train_runtime": 18897.4124,
12
+ "train_samples": 88524,
13
+ "train_samples_per_second": 2.342
14
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff