gchhablani
commited on
Commit
•
e818b58
1
Parent(s):
0b59778
Training in progress, epoch 1
Browse files- checkpoint-917/config.json +33 -0
- checkpoint-917/optimizer.pt +3 -0
- checkpoint-917/pytorch_model.bin +3 -0
- checkpoint-917/rng_state.pth +3 -0
- checkpoint-917/scheduler.pt +3 -0
- checkpoint-917/special_tokens_map.json +1 -0
- checkpoint-917/tokenizer.json +0 -0
- checkpoint-917/tokenizer_config.json +1 -0
- checkpoint-917/trainer_state.json +33 -0
- checkpoint-917/training_args.bin +3 -0
- config.json +33 -0
- pytorch_model.bin +3 -0
- runs/Sep22_08-35-16_patrick-general-gpu/1632299743.711857/events.out.tfevents.1632299743.patrick-general-gpu.791924.1 +3 -0
- runs/Sep22_08-35-16_patrick-general-gpu/events.out.tfevents.1632299743.patrick-general-gpu.791924.0 +3 -0
- special_tokens_map.json +1 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
- training_args.bin +3 -0
checkpoint-917/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": "mrpc",
|
9 |
+
"hidden_act": "gelu_new",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 1024,
|
12 |
+
"id2label": {
|
13 |
+
"0": "not_equivalent",
|
14 |
+
"1": "equivalent"
|
15 |
+
},
|
16 |
+
"initializer_range": 0.02,
|
17 |
+
"intermediate_size": 4096,
|
18 |
+
"label2id": {
|
19 |
+
"equivalent": 1,
|
20 |
+
"not_equivalent": 0
|
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-917/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e032e3cf437f1b56297e10c1b69dab8901f2d2a81f0c0cc6c0afbe9eb6c67a3
|
3 |
+
size 1895696981
|
checkpoint-917/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dda056add4a396ec516d4eacca4ca6c6a73897c2b92a52c94e12a1af7f1724fe
|
3 |
+
size 947877033
|
checkpoint-917/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d8884051546c6632a827b80fdcd8e0071f598d1a1f65b8de39a4fc04174d70c
|
3 |
+
size 14503
|
checkpoint-917/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b28337081bc5a0824f55e95d8b6ffb6a36f2eb2bc048b6344dd5220a40ab59e
|
3 |
+
size 623
|
checkpoint-917/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-917/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-917/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-917/trainer_state.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 1.0,
|
5 |
+
"global_step": 917,
|
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.5656,
|
14 |
+
"step": 917
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"epoch": 1.0,
|
18 |
+
"eval_accuracy": 0.7843137254901961,
|
19 |
+
"eval_combined_score": 0.821189120809614,
|
20 |
+
"eval_f1": 0.8580645161290321,
|
21 |
+
"eval_loss": 0.699867844581604,
|
22 |
+
"eval_runtime": 8.9164,
|
23 |
+
"eval_samples_per_second": 45.758,
|
24 |
+
"eval_steps_per_second": 5.72,
|
25 |
+
"step": 917
|
26 |
+
}
|
27 |
+
],
|
28 |
+
"max_steps": 4585,
|
29 |
+
"num_train_epochs": 5,
|
30 |
+
"total_flos": 2294759852335104.0,
|
31 |
+
"trial_name": null,
|
32 |
+
"trial_params": null
|
33 |
+
}
|
checkpoint-917/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:657099f26b9ebf81238e7bf9cc628151eb18005ffc77e7bb727ff2354dea4627
|
3 |
+
size 2799
|
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": "mrpc",
|
9 |
+
"hidden_act": "gelu_new",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 1024,
|
12 |
+
"id2label": {
|
13 |
+
"0": "not_equivalent",
|
14 |
+
"1": "equivalent"
|
15 |
+
},
|
16 |
+
"initializer_range": 0.02,
|
17 |
+
"intermediate_size": 4096,
|
18 |
+
"label2id": {
|
19 |
+
"equivalent": 1,
|
20 |
+
"not_equivalent": 0
|
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 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dda056add4a396ec516d4eacca4ca6c6a73897c2b92a52c94e12a1af7f1724fe
|
3 |
+
size 947877033
|
runs/Sep22_08-35-16_patrick-general-gpu/1632299743.711857/events.out.tfevents.1632299743.patrick-general-gpu.791924.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8cfe41e54f0c04b6c2a7edd02dd0066934359c669d2535506db1e1dfb625bf8
|
3 |
+
size 4354
|
runs/Sep22_08-35-16_patrick-general-gpu/events.out.tfevents.1632299743.patrick-general-gpu.791924.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4657661a0b0f299fc6f22f4f442666e09c695ea33740882f01a76b70c5e5fc42
|
3 |
+
size 3772
|
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"}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:657099f26b9ebf81238e7bf9cc628151eb18005ffc77e7bb727ff2354dea4627
|
3 |
+
size 2799
|