gchhablani commited on
Commit
2cad305
1 Parent(s): d4ca208

Training in progress, epoch 3

Browse files
checkpoint-6414/config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-large-cased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "directionality": "bidi",
9
+ "finetuning_task": "cola",
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 1024,
14
+ "id2label": {
15
+ "0": "unacceptable",
16
+ "1": "acceptable"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 4096,
20
+ "label2id": {
21
+ "acceptable": 1,
22
+ "unacceptable": 0
23
+ },
24
+ "layer_norm_eps": 1e-12,
25
+ "max_position_embeddings": 512,
26
+ "model_type": "bert",
27
+ "num_attention_heads": 16,
28
+ "num_hidden_layers": 24,
29
+ "pad_token_id": 0,
30
+ "pooler_fc_size": 768,
31
+ "pooler_num_attention_heads": 12,
32
+ "pooler_num_fc_layers": 3,
33
+ "pooler_size_per_head": 128,
34
+ "pooler_type": "first_token_transform",
35
+ "position_embedding_type": "absolute",
36
+ "problem_type": "single_label_classification",
37
+ "torch_dtype": "float32",
38
+ "transformers_version": "4.11.0.dev0",
39
+ "type_vocab_size": 2,
40
+ "use_cache": true,
41
+ "vocab_size": 28996
42
+ }
checkpoint-6414/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64246163368e654fb79fe0194f156f48ca9f2ccee7f22e030ad861e34efd4809
3
+ size 2668879261
checkpoint-6414/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85a3d8c5a334a51b6bf1fb0cf19a5280b9adcae39fefd62c0530fd13477d4027
3
+ size 1334486957
checkpoint-6414/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57997cd078a4019b0088799585d0eae30e989d31e90c08468fa2a9d4d8b50df1
3
+ size 14503
checkpoint-6414/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82054c3b19d4fadc2274f65789c87acd8de83c6e17e37efe0b1a438591a5e04f
3
+ size 623
checkpoint-6414/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-6414/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
checkpoint-6414/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-large-cased", "tokenizer_class": "BertTokenizer"}
checkpoint-6414/trainer_state.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "global_step": 6414,
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.5533,
14
+ "step": 2138
15
+ },
16
+ {
17
+ "epoch": 1.0,
18
+ "eval_loss": 0.794291079044342,
19
+ "eval_matthews_correlation": 0.44394615350761574,
20
+ "eval_runtime": 33.9254,
21
+ "eval_samples_per_second": 30.744,
22
+ "eval_steps_per_second": 3.861,
23
+ "step": 2138
24
+ },
25
+ {
26
+ "epoch": 2.0,
27
+ "learning_rate": 6.666666666666667e-06,
28
+ "loss": 0.5004,
29
+ "step": 4276
30
+ },
31
+ {
32
+ "epoch": 2.0,
33
+ "eval_loss": 0.7272064685821533,
34
+ "eval_matthews_correlation": 0.5678267214677118,
35
+ "eval_runtime": 33.839,
36
+ "eval_samples_per_second": 30.822,
37
+ "eval_steps_per_second": 3.871,
38
+ "step": 4276
39
+ },
40
+ {
41
+ "epoch": 3.0,
42
+ "learning_rate": 0.0,
43
+ "loss": 0.2865,
44
+ "step": 6414
45
+ },
46
+ {
47
+ "epoch": 3.0,
48
+ "eval_loss": 0.8384876251220703,
49
+ "eval_matthews_correlation": 0.5957317644481708,
50
+ "eval_runtime": 33.7835,
51
+ "eval_samples_per_second": 30.873,
52
+ "eval_steps_per_second": 3.878,
53
+ "step": 6414
54
+ }
55
+ ],
56
+ "max_steps": 6414,
57
+ "num_train_epochs": 3,
58
+ "total_flos": 2.3906835263453184e+16,
59
+ "trial_name": null,
60
+ "trial_params": null
61
+ }
checkpoint-6414/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5e08ee36c363c8414e6988b7d0bd6135c0abd07da04ef00bf126d316cb97ce7
3
+ size 2799
checkpoint-6414/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:c0f96175681192f904f6107cea32d96fac92b064f6896fb6d019b07ce100f822
3
  size 1334486957
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85a3d8c5a334a51b6bf1fb0cf19a5280b9adcae39fefd62c0530fd13477d4027
3
  size 1334486957
runs/Sep20_22-32-10_patrick-general-gpu/events.out.tfevents.1632177149.patrick-general-gpu.544040.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b28400bc539e8a19bf5e36c98815999c5cce4e63ef088136737313ca4c9bb24e
3
- size 4421
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd0fc8d4a8c65e1994fe02ff89e0e2bbabc0a3d4439852b80a64f276d399a4f3
3
+ size 4913