gchhablani commited on
Commit
52bab12
1 Parent(s): 25c9a60

Training in progress, epoch 3

Browse files
checkpoint-468/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": "rte",
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": "not_entailment"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 3072,
19
+ "label2id": {
20
+ "entailment": 0,
21
+ "not_entailment": 1
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-468/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f23b9471a7649be5b417ae0a0866ff2aa48c58131181dac987063919a13429f
3
+ size 866610973
checkpoint-468/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0783d5be4767753d6193915854e9ca5b787866bfe309f341f9eaa895ebe526b1
3
+ size 433331373
checkpoint-468/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81457692369224cc617bd3ba4e80c406804fbdaff1d2ac5a72044ff4e563b30f
3
+ size 14503
checkpoint-468/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15a5bf2f5d5fb5f4bf00355a36dde18b1c59d2735f963718d2986d0692f55eae
3
+ size 623
checkpoint-468/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-468/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-468/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-468/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": 468,
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.6915,
14
+ "step": 156
15
+ },
16
+ {
17
+ "epoch": 1.0,
18
+ "eval_accuracy": 0.6606498194945848,
19
+ "eval_loss": 0.6491293907165527,
20
+ "eval_runtime": 2.8403,
21
+ "eval_samples_per_second": 97.525,
22
+ "eval_steps_per_second": 12.323,
23
+ "step": 156
24
+ },
25
+ {
26
+ "epoch": 2.0,
27
+ "learning_rate": 6.666666666666667e-06,
28
+ "loss": 0.55,
29
+ "step": 312
30
+ },
31
+ {
32
+ "epoch": 2.0,
33
+ "eval_accuracy": 0.6570397111913358,
34
+ "eval_loss": 0.6737464666366577,
35
+ "eval_runtime": 2.8421,
36
+ "eval_samples_per_second": 97.462,
37
+ "eval_steps_per_second": 12.315,
38
+ "step": 312
39
+ },
40
+ {
41
+ "epoch": 3.0,
42
+ "learning_rate": 0.0,
43
+ "loss": 0.3955,
44
+ "step": 468
45
+ },
46
+ {
47
+ "epoch": 3.0,
48
+ "eval_accuracy": 0.6714801444043321,
49
+ "eval_loss": 0.726006031036377,
50
+ "eval_runtime": 2.8441,
51
+ "eval_samples_per_second": 97.396,
52
+ "eval_steps_per_second": 12.306,
53
+ "step": 468
54
+ }
55
+ ],
56
+ "max_steps": 468,
57
+ "num_train_epochs": 3,
58
+ "total_flos": 1965439583539200.0,
59
+ "trial_name": null,
60
+ "trial_params": null
61
+ }
checkpoint-468/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81752ba17c8a4a9155cd9cfe51390db7f1153b33828008717736eb5a2d531b98
3
+ size 2799
checkpoint-468/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:bf49949ab1783a4d7f8ec1586ded70d0e4245f9d69cd1e71f11c13851312cc5b
3
  size 433331373
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0783d5be4767753d6193915854e9ca5b787866bfe309f341f9eaa895ebe526b1
3
  size 433331373
runs/Sep19_05-25-52_patrick-general-gpu/events.out.tfevents.1632029169.patrick-general-gpu.453668.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:661e0e15336f304ba80c6edf5956838ae85dc0baf677e3ec82000da48ccc0da4
3
- size 4202
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d0f4f942f830ec08e3b30943e5ff4bae8d2b369a37ed6b73bdaf2598e6bd2dd
3
+ size 4682