princeton-nlp commited on
Commit
2c23151
1 Parent(s): 1ec9631

Upload 9 files

Browse files
config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
3
+ "architectures": [
4
+ "BertForMabel"
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.2.1",
21
+ "type_vocab_size": 2,
22
+ "use_cache": true,
23
+ "vocab_size": 30522
24
+ }
log.txt ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:285f147f35e4abad22a268c4d738d23b65a481acf470f5835135d1bd74542424
3
+ size 438139115
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, "model_max_length": 512, "name_or_path": "bert-base-uncased"}
train_results.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ epoch = 2.0
2
+ train_runtime = 2399.7982
3
+ train_samples_per_second = 0.926
trainer_state.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.0,
5
+ "global_step": 2222,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.45,
12
+ "learning_rate": 3.874887488748875e-05,
13
+ "loss": 3.6766,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 0.9,
18
+ "learning_rate": 2.7497749774977498e-05,
19
+ "loss": 2.2606,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 1.35,
24
+ "learning_rate": 1.6246624662466247e-05,
25
+ "loss": 2.0216,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 1.8,
30
+ "learning_rate": 4.995499549954996e-06,
31
+ "loss": 1.9092,
32
+ "step": 2000
33
+ },
34
+ {
35
+ "epoch": 2.0,
36
+ "step": 2222,
37
+ "train_runtime": 2399.7982,
38
+ "train_samples_per_second": 0.926
39
+ }
40
+ ],
41
+ "max_steps": 2222,
42
+ "num_train_epochs": 2,
43
+ "total_flos": 234317752276746240,
44
+ "trial_name": null,
45
+ "trial_params": null
46
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee92a2b543603537a35163a9850623f98610052ab6ceabf2b49f4949d32013ce
3
+ size 2095
vocab.txt ADDED
The diff for this file is too large to render. See raw diff