gchhablani commited on
Commit
11697ff
1 Parent(s): 07e78fa

Training in progress, epoch 3

Browse files
checkpoint-120/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": "wnli",
9
+ "hidden_act": "gelu_new",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "not_entailment",
14
+ "1": "entailment"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 3072,
18
+ "label2id": {
19
+ "entailment": 1,
20
+ "not_entailment": 0
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-120/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8261889fca4c00a4d5f0782782b4b9e527427848a787e8bcfbe86a0ceb24e7bf
3
+ size 662962197
checkpoint-120/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5391eaa39f0fad65981c84f8589d02b46eb4d80e79a24ae2721d352df0fa0ad7
3
+ size 331497705
checkpoint-120/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd78afe2e6ddd84894781394145504b77db9fdf00536add8b877fbe7058107d4
3
+ size 14503
checkpoint-120/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de61dd29fb42e4c932e8f4a396e611c7144e38fd3e299dc2a56ff1fd5b96e50f
3
+ size 623
checkpoint-120/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-120/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
checkpoint-120/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-120/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": 120,
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.6000000000000003e-05,
13
+ "loss": 0.7052,
14
+ "step": 40
15
+ },
16
+ {
17
+ "epoch": 1.0,
18
+ "eval_accuracy": 0.5633802816901409,
19
+ "eval_loss": 0.6902039051055908,
20
+ "eval_runtime": 0.5271,
21
+ "eval_samples_per_second": 134.707,
22
+ "eval_steps_per_second": 17.076,
23
+ "step": 40
24
+ },
25
+ {
26
+ "epoch": 2.0,
27
+ "learning_rate": 1.2e-05,
28
+ "loss": 0.6957,
29
+ "step": 80
30
+ },
31
+ {
32
+ "epoch": 2.0,
33
+ "eval_accuracy": 0.43661971830985913,
34
+ "eval_loss": 0.7012577056884766,
35
+ "eval_runtime": 0.5221,
36
+ "eval_samples_per_second": 135.995,
37
+ "eval_steps_per_second": 17.239,
38
+ "step": 80
39
+ },
40
+ {
41
+ "epoch": 3.0,
42
+ "learning_rate": 8.000000000000001e-06,
43
+ "loss": 0.6898,
44
+ "step": 120
45
+ },
46
+ {
47
+ "epoch": 3.0,
48
+ "eval_accuracy": 0.5352112676056338,
49
+ "eval_loss": 0.6898324489593506,
50
+ "eval_runtime": 0.5232,
51
+ "eval_samples_per_second": 135.691,
52
+ "eval_steps_per_second": 17.2,
53
+ "step": 120
54
+ }
55
+ ],
56
+ "max_steps": 200,
57
+ "num_train_epochs": 5,
58
+ "total_flos": 338783333160960.0,
59
+ "trial_name": null,
60
+ "trial_params": null
61
+ }
checkpoint-120/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0018d0bd5493d2abb91a78e7fe6494461f7f4d10944b54be5c94d6f6c54f5859
3
+ size 2799
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8f52617c88be8134677066f67b8a7f0aa9167d5bfdc5b1da1594afa37f6142e2
3
  size 331497705
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5391eaa39f0fad65981c84f8589d02b46eb4d80e79a24ae2721d352df0fa0ad7
3
  size 331497705
runs/Sep16_18-42-03_patrick-general-gpu/events.out.tfevents.1631817737.patrick-general-gpu.194163.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:644536cc6608207ee4a31006af505383b7ce5c21112e60a84807da966727be02
3
- size 4126
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4eb90aa065ba2f740b8cb5b90f7f409a1ea6bab04a56165f3335d7f888b3e162
3
+ size 4597