gchhablani commited on
Commit
4743cc6
1 Parent(s): a2a0a0b

Training in progress, epoch 3

Browse files
checkpoint-73632/config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "mnli",
9
+ "gradient_checkpointing": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "entailment",
15
+ "1": "neutral",
16
+ "2": "contradiction"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "label2id": {
21
+ "contradiction": 2,
22
+ "entailment": 0,
23
+ "neutral": 1
24
+ },
25
+ "layer_norm_eps": 1e-12,
26
+ "max_position_embeddings": 512,
27
+ "model_type": "bert",
28
+ "num_attention_heads": 12,
29
+ "num_hidden_layers": 12,
30
+ "pad_token_id": 0,
31
+ "position_embedding_type": "absolute",
32
+ "problem_type": "single_label_classification",
33
+ "torch_dtype": "float32",
34
+ "transformers_version": "4.11.0.dev0",
35
+ "type_vocab_size": 2,
36
+ "use_cache": true,
37
+ "vocab_size": 28996
38
+ }
checkpoint-73632/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13b2c76cc1d0b14d9683a911698098fff891dd6747753018af9fe3f53bd30792
3
+ size 866617565
checkpoint-73632/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7d6ac31a0a1096fd9ada124182aec47db1e215fd3b736925b808bbb7ecf9a5e
3
+ size 433334445
checkpoint-73632/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79b52768bd19b77a9108ef3321f47f192cfaa0eb5a17c35a2d8e11bef86c26c6
3
+ size 14503
checkpoint-73632/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ea4616a97724a0d5e0c699813c0051393c4215c930dfd1076ec80eac04682b4
3
+ size 623
checkpoint-73632/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-73632/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-73632/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-73632/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": 73632,
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.5323,
14
+ "step": 24544
15
+ },
16
+ {
17
+ "epoch": 1.0,
18
+ "eval_accuracy": 0.83015792154865,
19
+ "eval_loss": 0.44308236241340637,
20
+ "eval_runtime": 99.9144,
21
+ "eval_samples_per_second": 98.234,
22
+ "eval_steps_per_second": 12.281,
23
+ "step": 24544
24
+ },
25
+ {
26
+ "epoch": 2.0,
27
+ "learning_rate": 6.666666666666667e-06,
28
+ "loss": 0.3447,
29
+ "step": 49088
30
+ },
31
+ {
32
+ "epoch": 2.0,
33
+ "eval_accuracy": 0.8352521650534895,
34
+ "eval_loss": 0.47252869606018066,
35
+ "eval_runtime": 99.9537,
36
+ "eval_samples_per_second": 98.195,
37
+ "eval_steps_per_second": 12.276,
38
+ "step": 49088
39
+ },
40
+ {
41
+ "epoch": 3.0,
42
+ "learning_rate": 0.0,
43
+ "loss": 0.2267,
44
+ "step": 73632
45
+ },
46
+ {
47
+ "epoch": 3.0,
48
+ "eval_accuracy": 0.8367804381049414,
49
+ "eval_loss": 0.5887367129325867,
50
+ "eval_runtime": 100.2091,
51
+ "eval_samples_per_second": 97.945,
52
+ "eval_steps_per_second": 12.244,
53
+ "step": 73632
54
+ }
55
+ ],
56
+ "max_steps": 73632,
57
+ "num_train_epochs": 3,
58
+ "total_flos": 3.099754961058632e+17,
59
+ "trial_name": null,
60
+ "trial_params": null
61
+ }
checkpoint-73632/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:987dcb06464bd5cbb652af2a7c46c08796060a94cd02142160b0f18314774a7d
3
+ size 2799
checkpoint-73632/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:60bff9928df8de5af1600061d3e57816ae7f5c19076a85a27df042d2e92da854
3
  size 433334445
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7d6ac31a0a1096fd9ada124182aec47db1e215fd3b736925b808bbb7ecf9a5e
3
  size 433334445
runs/Sep16_20-47-31_patrick-general-gpu/events.out.tfevents.1631825269.patrick-general-gpu.214155.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d63dc129ba69e65efaae674942c8bc47ea68e3e1aa9cd0bcbab5228325003383
3
- size 4260
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d78a1b6891b2dfddfd8f1b1adcf740ad850ee7f2443cefcd6ed9a742a4560ece
3
+ size 4749