gchhablani commited on
Commit
4d43831
1 Parent(s): a715820

Training in progress, epoch 2

Browse files
checkpoint-720/config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "stsb",
9
+ "gradient_checkpointing": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "LABEL_0"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 3072,
18
+ "label2id": {
19
+ "LABEL_0": 0
20
+ },
21
+ "layer_norm_eps": 1e-12,
22
+ "max_position_embeddings": 512,
23
+ "model_type": "bert",
24
+ "num_attention_heads": 12,
25
+ "num_hidden_layers": 12,
26
+ "pad_token_id": 0,
27
+ "position_embedding_type": "absolute",
28
+ "problem_type": "regression",
29
+ "torch_dtype": "float32",
30
+ "transformers_version": "4.11.0.dev0",
31
+ "type_vocab_size": 2,
32
+ "use_cache": true,
33
+ "vocab_size": 28996
34
+ }
checkpoint-720/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dea0db4faad8b2d77eb25a6a036dac996aa8a427cfaf011cef128f317f871dc9
3
+ size 866604829
checkpoint-720/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c6c137dec9d2e881fff47a12da0f9723ac4643bc6f0e11b2c008e5502c116d0
3
+ size 433328301
checkpoint-720/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb902316a2cb1a3cd94b737d50f301d33afb182c248e8651db47dc35757db105
3
+ size 14503
checkpoint-720/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9262de1cd4d29a508676b209c5615ab6eab12c3397f482df2bae49947842428f
3
+ size 623
checkpoint-720/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-720/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
checkpoint-720/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-720/trainer_state.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.0,
5
+ "global_step": 720,
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": 1.1174,
14
+ "step": 360
15
+ },
16
+ {
17
+ "epoch": 1.0,
18
+ "eval_combined_score": 0.8815940360468737,
19
+ "eval_loss": 0.5000496506690979,
20
+ "eval_pearson": 0.8832304460348288,
21
+ "eval_runtime": 15.5329,
22
+ "eval_samples_per_second": 96.569,
23
+ "eval_spearmanr": 0.8799576260589187,
24
+ "eval_steps_per_second": 12.103,
25
+ "step": 360
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "learning_rate": 6.666666666666667e-06,
30
+ "loss": 0.3835,
31
+ "step": 720
32
+ },
33
+ {
34
+ "epoch": 2.0,
35
+ "eval_combined_score": 0.8901405153644659,
36
+ "eval_loss": 0.4672209620475769,
37
+ "eval_pearson": 0.8914800693934992,
38
+ "eval_runtime": 15.3324,
39
+ "eval_samples_per_second": 97.832,
40
+ "eval_spearmanr": 0.8888009613354327,
41
+ "eval_steps_per_second": 12.262,
42
+ "step": 720
43
+ }
44
+ ],
45
+ "max_steps": 1080,
46
+ "num_train_epochs": 3,
47
+ "total_flos": 3025223752022016.0,
48
+ "trial_name": null,
49
+ "trial_params": null
50
+ }
checkpoint-720/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c6a436467da6af93ad95e8ae44ad2dd506ae1137356476d8737342b024b9aaf
3
+ size 2799
checkpoint-720/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:b80c09f660bccacd8687d06777f55a5d7f16cd5264eb74ccc521397aed31f7e4
3
  size 433328301
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c6c137dec9d2e881fff47a12da0f9723ac4643bc6f0e11b2c008e5502c116d0
3
  size 433328301
runs/Sep19_13-18-31_patrick-general-gpu/events.out.tfevents.1632057532.patrick-general-gpu.502385.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:05d67383238a9beac9c7eaa72d6a3e7f5a91024f9860f9fbd9e8d745a2bcfba1
3
- size 3778
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8eeb96ec956bf19a259c4abdae963f273d04b2c5fd108520ddcc494c52b79fa4
3
+ size 4368