gchhablani commited on
Commit
afc6930
1 Parent(s): 39e8460

Training in progress, epoch 2

Browse files
checkpoint-13094/config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "qnli",
9
+ "hidden_act": "gelu_new",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "entailment",
14
+ "1": "not_entailment"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 3072,
18
+ "label2id": {
19
+ "entailment": 0,
20
+ "not_entailment": 1
21
+ },
22
+ "layer_norm_eps": 1e-12,
23
+ "max_position_embeddings": 512,
24
+ "model_type": "fnet",
25
+ "num_hidden_layers": 12,
26
+ "pad_token_id": 3,
27
+ "torch_dtype": "float32",
28
+ "tpu_short_seq_length": 512,
29
+ "transformers_version": "4.11.0.dev0",
30
+ "type_vocab_size": 4,
31
+ "use_tpu_fourier_optimizations": false,
32
+ "vocab_size": 32000
33
+ }
checkpoint-13094/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5afb5d7be7b0a0713b8348ff772e3806bfa869284383169f0659a65e76ae55c
3
+ size 662962261
checkpoint-13094/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:309efad5ca39972bd302b81f63881446144375ae2ac4528e6ea4cabc724aa113
3
+ size 331497705
checkpoint-13094/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc35d00ac7cc8b9ece736d91d05bd0523846851ffb0e66eb19795934b6bdf71b
3
+ size 14503
checkpoint-13094/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2abeae860a83b4ca9d15f67aa54b3f8bea8d626f944dacf91b51e8a2227c24b4
3
+ size 623
checkpoint-13094/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-13094/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-13094/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-13094/trainer_state.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.0,
5
+ "global_step": 13094,
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.4597,
14
+ "step": 6547
15
+ },
16
+ {
17
+ "epoch": 1.0,
18
+ "eval_accuracy": 0.8411129416071755,
19
+ "eval_loss": 0.37129390239715576,
20
+ "eval_runtime": 39.7582,
21
+ "eval_samples_per_second": 137.406,
22
+ "eval_steps_per_second": 17.179,
23
+ "step": 6547
24
+ },
25
+ {
26
+ "epoch": 2.0,
27
+ "learning_rate": 6.666666666666667e-06,
28
+ "loss": 0.3252,
29
+ "step": 13094
30
+ },
31
+ {
32
+ "epoch": 2.0,
33
+ "eval_accuracy": 0.8420281896393923,
34
+ "eval_loss": 0.378091961145401,
35
+ "eval_runtime": 39.5864,
36
+ "eval_samples_per_second": 138.002,
37
+ "eval_steps_per_second": 17.253,
38
+ "step": 13094
39
+ }
40
+ ],
41
+ "max_steps": 19641,
42
+ "num_train_epochs": 3,
43
+ "total_flos": 3.725478495042355e+16,
44
+ "trial_name": null,
45
+ "trial_params": null
46
+ }
checkpoint-13094/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e2cf8e9c9c5b47af6e05197b1f1f61e8d510e42060c8bdffd8bdb04e11d2117
3
+ size 2799
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1836b78788e62cf95e5c527d6a6191d8c10400538e086b7c2d15e455eb714598
3
  size 331497705
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:309efad5ca39972bd302b81f63881446144375ae2ac4528e6ea4cabc724aa113
3
  size 331497705
runs/Sep17_18-08-55_patrick-general-gpu/events.out.tfevents.1631902166.patrick-general-gpu.299149.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6bb60298401b197dca9814f6a9fcf3768c253edafd5260534b06d317a0f77aa3
3
- size 3664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d61093893640784e5695aa538d22686828e6693781fd9cd8d6b7424fb9da743
3
+ size 4144