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

Training in progress, epoch 3

Browse files
checkpoint-1080/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-1080/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74a0428d566bf2612d992d0356a417474f057f1e94b408a75887a01500961fb2
3
+ size 866604829
checkpoint-1080/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:419f92630e6c3b339faa54ba4a1917f4bcc6e81d1b1c37d9749dfff49abfc52f
3
+ size 433328301
checkpoint-1080/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e33452d79fe2971dcbfdcffea9d2d0a3605071c359254914fc09924efbef32d4
3
+ size 14503
checkpoint-1080/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:527295045d2586065b1903e97996e4dbfc999e3944d447aefd0d55843d2c92d2
3
+ size 623
checkpoint-1080/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-1080/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
checkpoint-1080/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-1080/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": 1080,
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
+ "epoch": 3.0,
46
+ "learning_rate": 0.0,
47
+ "loss": 0.2388,
48
+ "step": 1080
49
+ },
50
+ {
51
+ "epoch": 3.0,
52
+ "eval_combined_score": 0.8911934607933856,
53
+ "eval_loss": 0.48608845472335815,
54
+ "eval_pearson": 0.8925961944446151,
55
+ "eval_runtime": 15.3291,
56
+ "eval_samples_per_second": 97.853,
57
+ "eval_spearmanr": 0.8897907271421561,
58
+ "eval_steps_per_second": 12.264,
59
+ "step": 1080
60
+ }
61
+ ],
62
+ "max_steps": 1080,
63
+ "num_train_epochs": 3,
64
+ "total_flos": 4537835628033024.0,
65
+ "trial_name": null,
66
+ "trial_params": null
67
+ }
checkpoint-1080/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-1080/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:8c6c137dec9d2e881fff47a12da0f9723ac4643bc6f0e11b2c008e5502c116d0
3
  size 433328301
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:419f92630e6c3b339faa54ba4a1917f4bcc6e81d1b1c37d9749dfff49abfc52f
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:8eeb96ec956bf19a259c4abdae963f273d04b2c5fd108520ddcc494c52b79fa4
3
- size 4368
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1f8fa42dbca16738cc0bacc6e4126c5b4f724d3f61a549777a2eec76ae11ec3
3
+ size 4958