gchhablani commited on
Commit
9caaccf
1 Parent(s): 1e344c9

Training in progress, epoch 3

Browse files
checkpoint-68223/config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-cased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "finetuning_task": "qqp",
9
+ "gradient_checkpointing": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "not_duplicate",
15
+ "1": "duplicate"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 3072,
19
+ "label2id": {
20
+ "duplicate": 1,
21
+ "not_duplicate": 0
22
+ },
23
+ "layer_norm_eps": 1e-12,
24
+ "max_position_embeddings": 512,
25
+ "model_type": "bert",
26
+ "num_attention_heads": 12,
27
+ "num_hidden_layers": 12,
28
+ "pad_token_id": 0,
29
+ "position_embedding_type": "absolute",
30
+ "problem_type": "single_label_classification",
31
+ "torch_dtype": "float32",
32
+ "transformers_version": "4.11.0.dev0",
33
+ "type_vocab_size": 2,
34
+ "use_cache": true,
35
+ "vocab_size": 28996
36
+ }
checkpoint-68223/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb036df7eda69bdb890adc66ec24ee624b90a617b8a6c8916abd01ecadf4394b
3
+ size 866611421
checkpoint-68223/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1779d016b97b471392a15815bd88d558de35e94c0ddd7b1670a78e5c55736951
3
+ size 433331373
checkpoint-68223/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abca19fd9521543250e374ad2a41812d034253b37f7dfdddb88ca6345948756f
3
+ size 14503
checkpoint-68223/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d21242d57e668191689cff2fcffc7dbd9db3db670ded8c6d398d3d20fe99dcd
3
+ size 623
checkpoint-68223/special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
checkpoint-68223/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
checkpoint-68223/tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
1
+ {"do_lower_case": false, "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-cased", "tokenizer_class": "BertTokenizer"}
checkpoint-68223/trainer_state.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "global_step": 68223,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 1.0,
12
+ "learning_rate": 1.3333333333333333e-05,
13
+ "loss": 0.308,
14
+ "step": 22741
15
+ },
16
+ {
17
+ "epoch": 1.0,
18
+ "eval_accuracy": 0.8924560969577047,
19
+ "eval_combined_score": 0.8740405069726762,
20
+ "eval_f1": 0.8556249169876479,
21
+ "eval_loss": 0.2548316419124603,
22
+ "eval_runtime": 413.8779,
23
+ "eval_samples_per_second": 97.686,
24
+ "eval_steps_per_second": 12.211,
25
+ "step": 22741
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "learning_rate": 6.666666666666667e-06,
30
+ "loss": 0.201,
31
+ "step": 45482
32
+ },
33
+ {
34
+ "epoch": 2.0,
35
+ "eval_accuracy": 0.9032401681919366,
36
+ "eval_combined_score": 0.886515570715593,
37
+ "eval_f1": 0.8697909732392491,
38
+ "eval_loss": 0.2880714237689972,
39
+ "eval_runtime": 412.3711,
40
+ "eval_samples_per_second": 98.043,
41
+ "eval_steps_per_second": 12.256,
42
+ "step": 45482
43
+ },
44
+ {
45
+ "epoch": 3.0,
46
+ "learning_rate": 0.0,
47
+ "loss": 0.1416,
48
+ "step": 68223
49
+ },
50
+ {
51
+ "epoch": 3.0,
52
+ "eval_accuracy": 0.9083848627256987,
53
+ "eval_combined_score": 0.8925741188794849,
54
+ "eval_f1": 0.8767633750332712,
55
+ "eval_loss": 0.37517139315605164,
56
+ "eval_runtime": 412.699,
57
+ "eval_samples_per_second": 97.965,
58
+ "eval_steps_per_second": 12.246,
59
+ "step": 68223
60
+ }
61
+ ],
62
+ "max_steps": 68223,
63
+ "num_train_epochs": 3,
64
+ "total_flos": 2.8719571514554368e+17,
65
+ "trial_name": null,
66
+ "trial_params": null
67
+ }
checkpoint-68223/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6215fd2fbd87e3a32e37bbf8b010344513fcafbfbf1dfe761fed7bac26bf7003
3
+ size 2799
checkpoint-68223/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fc28f1ded35274849b36e1181fc6bd9db3570bca90a299fb21c25f5804ad7d3e
3
  size 433331373
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1779d016b97b471392a15815bd88d558de35e94c0ddd7b1670a78e5c55736951
3
  size 433331373
runs/Sep18_08-14-37_patrick-general-gpu/events.out.tfevents.1631953045.patrick-general-gpu.335601.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:621036b7f16614ad500be1169de0c1b43673718ebf1f92b1d90381594963d45d
3
- size 4428
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f853e91b2e927d8ca1deb31b45d5ba7f3948455898369ead463f99f3e656ab7
3
+ size 5023