gchhablani commited on
Commit
0b407cf
1 Parent(s): e44e1c7

Add checkpoints

Browse files
Files changed (44) hide show
  1. README.md +76 -0
  2. all_results.json +14 -0
  3. checkpoint-1246/config.json +33 -0
  4. checkpoint-1246/optimizer.pt +3 -0
  5. checkpoint-1246/pytorch_model.bin +3 -0
  6. checkpoint-1246/rng_state.pth +3 -0
  7. checkpoint-1246/scheduler.pt +3 -0
  8. checkpoint-1246/special_tokens_map.json +1 -0
  9. checkpoint-1246/tokenizer.json +0 -0
  10. checkpoint-1246/tokenizer_config.json +1 -0
  11. checkpoint-1246/trainer_state.json +46 -0
  12. checkpoint-1246/training_args.bin +3 -0
  13. checkpoint-1869/config.json +33 -0
  14. checkpoint-1869/optimizer.pt +3 -0
  15. checkpoint-1869/pytorch_model.bin +3 -0
  16. checkpoint-1869/rng_state.pth +3 -0
  17. checkpoint-1869/scheduler.pt +3 -0
  18. checkpoint-1869/special_tokens_map.json +1 -0
  19. checkpoint-1869/tokenizer.json +0 -0
  20. checkpoint-1869/tokenizer_config.json +1 -0
  21. checkpoint-1869/trainer_state.json +61 -0
  22. checkpoint-1869/training_args.bin +3 -0
  23. checkpoint-623/config.json +33 -0
  24. checkpoint-623/optimizer.pt +3 -0
  25. checkpoint-623/pytorch_model.bin +3 -0
  26. checkpoint-623/rng_state.pth +3 -0
  27. checkpoint-623/scheduler.pt +3 -0
  28. checkpoint-623/special_tokens_map.json +1 -0
  29. checkpoint-623/tokenizer.json +0 -0
  30. checkpoint-623/tokenizer_config.json +1 -0
  31. checkpoint-623/trainer_state.json +31 -0
  32. checkpoint-623/training_args.bin +3 -0
  33. config.json +33 -0
  34. eval_results.json +9 -0
  35. pytorch_model.bin +3 -0
  36. runs/Sep24_11-12-57_patrick-general-gpu/1632481991.8449812/events.out.tfevents.1632481991.patrick-general-gpu.1063977.1 +3 -0
  37. runs/Sep24_11-12-57_patrick-general-gpu/events.out.tfevents.1632481991.patrick-general-gpu.1063977.0 +3 -0
  38. runs/Sep24_11-12-57_patrick-general-gpu/events.out.tfevents.1632482567.patrick-general-gpu.1063977.2 +3 -0
  39. special_tokens_map.json +1 -0
  40. tokenizer.json +0 -0
  41. tokenizer_config.json +1 -0
  42. train_results.json +8 -0
  43. trainer_state.json +70 -0
  44. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - glue
9
+ metrics:
10
+ - accuracy
11
+ model-index:
12
+ - name: fnet-large-finetuned-rte
13
+ results:
14
+ - task:
15
+ name: Text Classification
16
+ type: text-classification
17
+ dataset:
18
+ name: GLUE RTE
19
+ type: glue
20
+ args: rte
21
+ metrics:
22
+ - name: Accuracy
23
+ type: accuracy
24
+ value: 0.6425992779783394
25
+ ---
26
+
27
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
28
+ should probably proofread and complete it, then remove this comment. -->
29
+
30
+ # fnet-large-finetuned-rte
31
+
32
+ This model is a fine-tuned version of [google/fnet-large](https://huggingface.co/google/fnet-large) on the GLUE RTE dataset.
33
+ It achieves the following results on the evaluation set:
34
+ - Loss: 0.7528
35
+ - Accuracy: 0.6426
36
+
37
+ ## Model description
38
+
39
+ More information needed
40
+
41
+ ## Intended uses & limitations
42
+
43
+ More information needed
44
+
45
+ ## Training and evaluation data
46
+
47
+ More information needed
48
+
49
+ ## Training procedure
50
+
51
+ ### Training hyperparameters
52
+
53
+ The following hyperparameters were used during training:
54
+ - learning_rate: 2e-05
55
+ - train_batch_size: 4
56
+ - eval_batch_size: 8
57
+ - seed: 42
58
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
+ - lr_scheduler_type: linear
60
+ - num_epochs: 3.0
61
+
62
+ ### Training results
63
+
64
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
65
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
66
+ | 0.7105 | 1.0 | 623 | 0.6887 | 0.5740 |
67
+ | 0.6714 | 2.0 | 1246 | 0.6742 | 0.6209 |
68
+ | 0.509 | 3.0 | 1869 | 0.7528 | 0.6426 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.11.0.dev0
74
+ - Pytorch 1.9.0
75
+ - Datasets 1.12.1
76
+ - Tokenizers 0.10.3
all_results.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_accuracy": 0.6425992779783394,
4
+ "eval_loss": 0.7528035044670105,
5
+ "eval_runtime": 6.0647,
6
+ "eval_samples": 277,
7
+ "eval_samples_per_second": 45.674,
8
+ "eval_steps_per_second": 5.771,
9
+ "train_loss": 0.6302928485737694,
10
+ "train_runtime": 568.3379,
11
+ "train_samples": 2490,
12
+ "train_samples_per_second": 13.144,
13
+ "train_steps_per_second": 3.289
14
+ }
checkpoint-1246/config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/fnet-large",
3
+ "architectures": [
4
+ "FNetForSequenceClassification"
5
+ ],
6
+ "bos_token_id": 1,
7
+ "eos_token_id": 2,
8
+ "finetuning_task": "rte",
9
+ "hidden_act": "gelu_new",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 1024,
12
+ "id2label": {
13
+ "0": "entailment",
14
+ "1": "not_entailment"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 4096,
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": 24,
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-1246/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3492a9c2bb2541aa54dc3e8ad537271c2b75087f5b2f04f5d2c0f4978e0d17d4
3
+ size 1895696981
checkpoint-1246/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cb625a37111bd4c8ebb494e633fe8d6b3c995d0643119485350dca980b5d8bb
3
+ size 947877033
checkpoint-1246/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bda81bb568b20cc7bb434b01295f33871c4acae43d5b6e0791d29f0db0da9d2b
3
+ size 14503
checkpoint-1246/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:807b68d396323acc4f245eabe77c6ea863a93c99404ff54acaba04cf222fa29a
3
+ size 623
checkpoint-1246/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-1246/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
checkpoint-1246/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": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "sp_model_kwargs": {}, "model_max_length": 512, "special_tokens_map_file": "/home/gunjan/.cache/huggingface/transformers/9a50cd9b3771023230b1128ab5e112461bf36f5826d5f7eb654348e956979a54.a2cfb41d43ad2ac50fa89998bfa88393398e3bb3439ee99e1b00933bce2eb1ba", "name_or_path": "google/fnet-large", "tokenizer_class": "FNetTokenizer"}
checkpoint-1246/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": 1246,
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.7105,
14
+ "step": 623
15
+ },
16
+ {
17
+ "epoch": 1.0,
18
+ "eval_accuracy": 0.5740072202166066,
19
+ "eval_loss": 0.6886927485466003,
20
+ "eval_runtime": 6.0294,
21
+ "eval_samples_per_second": 45.941,
22
+ "eval_steps_per_second": 5.805,
23
+ "step": 623
24
+ },
25
+ {
26
+ "epoch": 2.0,
27
+ "learning_rate": 6.666666666666667e-06,
28
+ "loss": 0.6714,
29
+ "step": 1246
30
+ },
31
+ {
32
+ "epoch": 2.0,
33
+ "eval_accuracy": 0.6209386281588448,
34
+ "eval_loss": 0.6742456555366516,
35
+ "eval_runtime": 6.0186,
36
+ "eval_samples_per_second": 46.024,
37
+ "eval_steps_per_second": 5.815,
38
+ "step": 1246
39
+ }
40
+ ],
41
+ "max_steps": 1869,
42
+ "num_train_epochs": 3,
43
+ "total_flos": 3115568174653440.0,
44
+ "trial_name": null,
45
+ "trial_params": null
46
+ }
checkpoint-1246/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d36887e8ab392d1a5424956af0db4e0cfe9dd19432d7c3050e22f58e047346aa
3
+ size 2735
checkpoint-1869/config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/fnet-large",
3
+ "architectures": [
4
+ "FNetForSequenceClassification"
5
+ ],
6
+ "bos_token_id": 1,
7
+ "eos_token_id": 2,
8
+ "finetuning_task": "rte",
9
+ "hidden_act": "gelu_new",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 1024,
12
+ "id2label": {
13
+ "0": "entailment",
14
+ "1": "not_entailment"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 4096,
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": 24,
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-1869/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84959bd434ce766b7c3be594c07f3f216a33d64f67c075d60f70cfa03214f402
3
+ size 1895696981
checkpoint-1869/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5c64cf6ca8405535ddcd62938eea726e58e0386a5d9327bb07a3a2fb89098e4
3
+ size 947877033
checkpoint-1869/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a19ec7562690bcc02674fc0edc83d200e950ef12f6e470a2b31543faca8d6f61
3
+ size 14503
checkpoint-1869/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2780fd14be91c71e9874620e45e474625b70b5f31dd07192fac262b87276483d
3
+ size 623
checkpoint-1869/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-1869/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
checkpoint-1869/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": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "sp_model_kwargs": {}, "model_max_length": 512, "special_tokens_map_file": "/home/gunjan/.cache/huggingface/transformers/9a50cd9b3771023230b1128ab5e112461bf36f5826d5f7eb654348e956979a54.a2cfb41d43ad2ac50fa89998bfa88393398e3bb3439ee99e1b00933bce2eb1ba", "name_or_path": "google/fnet-large", "tokenizer_class": "FNetTokenizer"}
checkpoint-1869/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": 1869,
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.7105,
14
+ "step": 623
15
+ },
16
+ {
17
+ "epoch": 1.0,
18
+ "eval_accuracy": 0.5740072202166066,
19
+ "eval_loss": 0.6886927485466003,
20
+ "eval_runtime": 6.0294,
21
+ "eval_samples_per_second": 45.941,
22
+ "eval_steps_per_second": 5.805,
23
+ "step": 623
24
+ },
25
+ {
26
+ "epoch": 2.0,
27
+ "learning_rate": 6.666666666666667e-06,
28
+ "loss": 0.6714,
29
+ "step": 1246
30
+ },
31
+ {
32
+ "epoch": 2.0,
33
+ "eval_accuracy": 0.6209386281588448,
34
+ "eval_loss": 0.6742456555366516,
35
+ "eval_runtime": 6.0186,
36
+ "eval_samples_per_second": 46.024,
37
+ "eval_steps_per_second": 5.815,
38
+ "step": 1246
39
+ },
40
+ {
41
+ "epoch": 3.0,
42
+ "learning_rate": 0.0,
43
+ "loss": 0.509,
44
+ "step": 1869
45
+ },
46
+ {
47
+ "epoch": 3.0,
48
+ "eval_accuracy": 0.6425992779783394,
49
+ "eval_loss": 0.7528035044670105,
50
+ "eval_runtime": 6.0214,
51
+ "eval_samples_per_second": 46.002,
52
+ "eval_steps_per_second": 5.813,
53
+ "step": 1869
54
+ }
55
+ ],
56
+ "max_steps": 1869,
57
+ "num_train_epochs": 3,
58
+ "total_flos": 4673352261980160.0,
59
+ "trial_name": null,
60
+ "trial_params": null
61
+ }
checkpoint-1869/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d36887e8ab392d1a5424956af0db4e0cfe9dd19432d7c3050e22f58e047346aa
3
+ size 2735
checkpoint-623/config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/fnet-large",
3
+ "architectures": [
4
+ "FNetForSequenceClassification"
5
+ ],
6
+ "bos_token_id": 1,
7
+ "eos_token_id": 2,
8
+ "finetuning_task": "rte",
9
+ "hidden_act": "gelu_new",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 1024,
12
+ "id2label": {
13
+ "0": "entailment",
14
+ "1": "not_entailment"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 4096,
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": 24,
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-623/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b16835d44719522e55b2361859ec2a84d1ffb8db27a4258b6b8403fb99155a05
3
+ size 1895696981
checkpoint-623/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93330005017a57fa1008a7e0cf7240fdc2f5cf900755695267420230c2684782
3
+ size 947877033
checkpoint-623/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d4b804a57d065bd1783e83c401c2fc0a793c12eeb84bd3f20413a851a3f0140
3
+ size 14503
checkpoint-623/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d992d5a47c42b0fca55fe41cd42bb27e0d0969d9b7c8286695f30f06cabed401
3
+ size 623
checkpoint-623/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-623/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
checkpoint-623/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": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "sp_model_kwargs": {}, "model_max_length": 512, "special_tokens_map_file": "/home/gunjan/.cache/huggingface/transformers/9a50cd9b3771023230b1128ab5e112461bf36f5826d5f7eb654348e956979a54.a2cfb41d43ad2ac50fa89998bfa88393398e3bb3439ee99e1b00933bce2eb1ba", "name_or_path": "google/fnet-large", "tokenizer_class": "FNetTokenizer"}
checkpoint-623/trainer_state.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "global_step": 623,
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.7105,
14
+ "step": 623
15
+ },
16
+ {
17
+ "epoch": 1.0,
18
+ "eval_accuracy": 0.5740072202166066,
19
+ "eval_loss": 0.6886927485466003,
20
+ "eval_runtime": 6.0294,
21
+ "eval_samples_per_second": 45.941,
22
+ "eval_steps_per_second": 5.805,
23
+ "step": 623
24
+ }
25
+ ],
26
+ "max_steps": 1869,
27
+ "num_train_epochs": 3,
28
+ "total_flos": 1557784087326720.0,
29
+ "trial_name": null,
30
+ "trial_params": null
31
+ }
checkpoint-623/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d36887e8ab392d1a5424956af0db4e0cfe9dd19432d7c3050e22f58e047346aa
3
+ size 2735
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/fnet-large",
3
+ "architectures": [
4
+ "FNetForSequenceClassification"
5
+ ],
6
+ "bos_token_id": 1,
7
+ "eos_token_id": 2,
8
+ "finetuning_task": "rte",
9
+ "hidden_act": "gelu_new",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 1024,
12
+ "id2label": {
13
+ "0": "entailment",
14
+ "1": "not_entailment"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 4096,
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": 24,
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
+ }
eval_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_accuracy": 0.6425992779783394,
4
+ "eval_loss": 0.7528035044670105,
5
+ "eval_runtime": 6.0647,
6
+ "eval_samples": 277,
7
+ "eval_samples_per_second": 45.674,
8
+ "eval_steps_per_second": 5.771
9
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5c64cf6ca8405535ddcd62938eea726e58e0386a5d9327bb07a3a2fb89098e4
3
+ size 947877033
runs/Sep24_11-12-57_patrick-general-gpu/1632481991.8449812/events.out.tfevents.1632481991.patrick-general-gpu.1063977.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d28d63e36c317d4270bcfcce8ed6e74de399e6d595f6ac92de9909864e6c0ba4
3
+ size 4346
runs/Sep24_11-12-57_patrick-general-gpu/events.out.tfevents.1632481991.patrick-general-gpu.1063977.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d91970e555336b89032d9b86d871f33f3c72d61b2fd34edf14d86ac63613bff
3
+ size 4974
runs/Sep24_11-12-57_patrick-general-gpu/events.out.tfevents.1632482567.patrick-general-gpu.1063977.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36faf1c6df0a7f57341a15b5c6473ef3c5d4870d95c52b171672dc0f192da2f0
3
+ size 363
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}}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
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": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "sp_model_kwargs": {}, "model_max_length": 512, "special_tokens_map_file": "/home/gunjan/.cache/huggingface/transformers/9a50cd9b3771023230b1128ab5e112461bf36f5826d5f7eb654348e956979a54.a2cfb41d43ad2ac50fa89998bfa88393398e3bb3439ee99e1b00933bce2eb1ba", "name_or_path": "google/fnet-large", "tokenizer_class": "FNetTokenizer"}
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "train_loss": 0.6302928485737694,
4
+ "train_runtime": 568.3379,
5
+ "train_samples": 2490,
6
+ "train_samples_per_second": 13.144,
7
+ "train_steps_per_second": 3.289
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "global_step": 1869,
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.7105,
14
+ "step": 623
15
+ },
16
+ {
17
+ "epoch": 1.0,
18
+ "eval_accuracy": 0.5740072202166066,
19
+ "eval_loss": 0.6886927485466003,
20
+ "eval_runtime": 6.0294,
21
+ "eval_samples_per_second": 45.941,
22
+ "eval_steps_per_second": 5.805,
23
+ "step": 623
24
+ },
25
+ {
26
+ "epoch": 2.0,
27
+ "learning_rate": 6.666666666666667e-06,
28
+ "loss": 0.6714,
29
+ "step": 1246
30
+ },
31
+ {
32
+ "epoch": 2.0,
33
+ "eval_accuracy": 0.6209386281588448,
34
+ "eval_loss": 0.6742456555366516,
35
+ "eval_runtime": 6.0186,
36
+ "eval_samples_per_second": 46.024,
37
+ "eval_steps_per_second": 5.815,
38
+ "step": 1246
39
+ },
40
+ {
41
+ "epoch": 3.0,
42
+ "learning_rate": 0.0,
43
+ "loss": 0.509,
44
+ "step": 1869
45
+ },
46
+ {
47
+ "epoch": 3.0,
48
+ "eval_accuracy": 0.6425992779783394,
49
+ "eval_loss": 0.7528035044670105,
50
+ "eval_runtime": 6.0214,
51
+ "eval_samples_per_second": 46.002,
52
+ "eval_steps_per_second": 5.813,
53
+ "step": 1869
54
+ },
55
+ {
56
+ "epoch": 3.0,
57
+ "step": 1869,
58
+ "total_flos": 4673352261980160.0,
59
+ "train_loss": 0.6302928485737694,
60
+ "train_runtime": 568.3379,
61
+ "train_samples_per_second": 13.144,
62
+ "train_steps_per_second": 3.289
63
+ }
64
+ ],
65
+ "max_steps": 1869,
66
+ "num_train_epochs": 3,
67
+ "total_flos": 4673352261980160.0,
68
+ "trial_name": null,
69
+ "trial_params": null
70
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d36887e8ab392d1a5424956af0db4e0cfe9dd19432d7c3050e22f58e047346aa
3
+ size 2735