moussaKam commited on
Commit
62e5bdd
1 Parent(s): e9c5f0e
all_results.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "init_mem_cpu_alloc_delta": 2019831808,
4
+ "init_mem_cpu_peaked_delta": 129236992,
5
+ "init_mem_gpu_alloc_delta": 165904896,
6
+ "init_mem_gpu_peaked_delta": 0,
7
+ "train_mem_cpu_alloc_delta": 14437457920,
8
+ "train_mem_cpu_peaked_delta": 175919104,
9
+ "train_mem_gpu_alloc_delta": 497286656,
10
+ "train_mem_gpu_peaked_delta": 9670125056,
11
+ "train_runtime": 120438.6398,
12
+ "train_samples": 4500000,
13
+ "train_samples_per_second": 3.503
14
+ }
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/bert_uncased_L-8_H-512_A-8",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
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": 512,
11
+ "id2label": {
12
+ "0": "LABEL_0"
13
+ },
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 2048,
16
+ "label2id": {
17
+ "LABEL_0": 0
18
+ },
19
+ "layer_norm_eps": 1e-12,
20
+ "max_position_embeddings": 512,
21
+ "model_type": "bert",
22
+ "num_attention_heads": 8,
23
+ "num_hidden_layers": 8,
24
+ "pad_token_id": 0,
25
+ "position_embedding_type": "absolute",
26
+ "transformers_version": "4.6.0.dev0",
27
+ "type_vocab_size": 2,
28
+ "use_cache": true,
29
+ "vocab_size": 30522
30
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61523963d111575c01c8c2ea5e123612f0fac4dd2c89963213be05ba30badadd
3
+ size 165557001
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, "special_tokens_map_file": null, "name_or_path": "google/bert_uncased_L-8_H-512_A-8", "do_basic_tokenize": true, "never_split": null}
train_results.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "init_mem_cpu_alloc_delta": 2019831808,
4
+ "init_mem_cpu_peaked_delta": 129236992,
5
+ "init_mem_gpu_alloc_delta": 165904896,
6
+ "init_mem_gpu_peaked_delta": 0,
7
+ "train_mem_cpu_alloc_delta": 14437457920,
8
+ "train_mem_cpu_peaked_delta": 175919104,
9
+ "train_mem_gpu_alloc_delta": 497286656,
10
+ "train_mem_gpu_peaked_delta": 9670125056,
11
+ "train_runtime": 120438.6398,
12
+ "train_samples": 4500000,
13
+ "train_samples_per_second": 3.503
14
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2aac6bc60a1875c9a012ed51dcf586949792fc2e0082236a5dbd6763e3ee9f25
3
+ size 2543
vocab.txt ADDED
The diff for this file is too large to render. See raw diff