gchhablani commited on
Commit
6c45473
1 Parent(s): 109e08a

Training in progress, epoch 3

Browse files
checkpoint-73632/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/fnet-base",
3
+ "architectures": [
4
+ "FNetForSequenceClassification"
5
+ ],
6
+ "bos_token_id": 1,
7
+ "eos_token_id": 2,
8
+ "finetuning_task": "mnli",
9
+ "hidden_act": "gelu_new",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "entailment",
14
+ "1": "neutral",
15
+ "2": "contradiction"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 3072,
19
+ "label2id": {
20
+ "contradiction": 2,
21
+ "entailment": 0,
22
+ "neutral": 1
23
+ },
24
+ "layer_norm_eps": 1e-12,
25
+ "max_position_embeddings": 512,
26
+ "model_type": "fnet",
27
+ "num_hidden_layers": 12,
28
+ "pad_token_id": 3,
29
+ "torch_dtype": "float32",
30
+ "tpu_short_seq_length": 512,
31
+ "transformers_version": "4.11.0.dev0",
32
+ "type_vocab_size": 4,
33
+ "use_tpu_fourier_optimizations": false,
34
+ "vocab_size": 32000
35
+ }
checkpoint-73632/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25f9786c7c099a5d0c59c666b6a4bc778dc0f5ff52025d337a81dc68218fec5b
3
+ size 662968661
checkpoint-73632/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a4d683ac587416a9cc504b18bf005fece90f0f4b360fc5ab2b5d4e1912056ed
3
+ size 331500777
checkpoint-73632/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87bfbaa6f56432c2439828796c9f9e93fd49a4f4ad9341a751f62eda7ababb6f
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": {"content": "[MASK]", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true}}
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, "remove_space": true, "keep_accents": true, "unk_token": "<unk>", "sep_token": "[SEP]", "pad_token": "<pad>", "cls_token": "[CLS]", "mask_token": {"content": "[MASK]", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "sp_model_kwargs": {}, "special_tokens_map_file": "./special_tokens_map.json", "name_or_path": "google/fnet-base", "model_max_length": 512, "tokenizer_class": "FNetTokenizer"}
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.7143,
14
+ "step": 24544
15
+ },
16
+ {
17
+ "epoch": 1.0,
18
+ "eval_accuracy": 0.7503820682628629,
19
+ "eval_loss": 0.6168540120124817,
20
+ "eval_runtime": 71.4698,
21
+ "eval_samples_per_second": 137.331,
22
+ "eval_steps_per_second": 17.168,
23
+ "step": 24544
24
+ },
25
+ {
26
+ "epoch": 2.0,
27
+ "learning_rate": 6.666666666666667e-06,
28
+ "loss": 0.5407,
29
+ "step": 49088
30
+ },
31
+ {
32
+ "epoch": 2.0,
33
+ "eval_accuracy": 0.7627101375445746,
34
+ "eval_loss": 0.6218484044075012,
35
+ "eval_runtime": 71.2675,
36
+ "eval_samples_per_second": 137.72,
37
+ "eval_steps_per_second": 17.217,
38
+ "step": 49088
39
+ },
40
+ {
41
+ "epoch": 3.0,
42
+ "learning_rate": 0.0,
43
+ "loss": 0.4178,
44
+ "step": 73632
45
+ },
46
+ {
47
+ "epoch": 3.0,
48
+ "eval_accuracy": 0.7657666836474784,
49
+ "eval_loss": 0.6564478278160095,
50
+ "eval_runtime": 71.6262,
51
+ "eval_samples_per_second": 137.031,
52
+ "eval_steps_per_second": 17.131,
53
+ "step": 73632
54
+ }
55
+ ],
56
+ "max_steps": 73632,
57
+ "num_train_epochs": 3,
58
+ "total_flos": 2.095159996537344e+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:ec7074326752f68eaba5eb9d6552280139883b78c4355f1f89c5ffc904d6a668
3
+ size 2799
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c3e1379cea1fb82ba15fc753d7bedece6095e93c38e5d2bb531282dc35593217
3
  size 331500777
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a4d683ac587416a9cc504b18bf005fece90f0f4b360fc5ab2b5d4e1912056ed
3
  size 331500777
runs/Sep17_07-10-01_patrick-general-gpu/events.out.tfevents.1631862669.patrick-general-gpu.234538.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:35efd6a769029c1a911c0c82ccdc6fce2bad8efbeedf7d3eabb822eb8178f23c
3
- size 4198
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3871425bb15e7db46c7147304c2c5cd013aee069a74aa20784346ab0e17185db
3
+ size 4687