gchhablani
commited on
Commit
•
f69b678
1
Parent(s):
a277961
Training in progress, epoch 2
Browse files- checkpoint-460/config.json +33 -0
- checkpoint-460/optimizer.pt +3 -0
- checkpoint-460/pytorch_model.bin +3 -0
- checkpoint-460/rng_state.pth +3 -0
- checkpoint-460/scheduler.pt +3 -0
- checkpoint-460/special_tokens_map.json +1 -0
- checkpoint-460/tokenizer.json +0 -0
- checkpoint-460/tokenizer_config.json +1 -0
- checkpoint-460/trainer_state.json +50 -0
- checkpoint-460/training_args.bin +3 -0
- pytorch_model.bin +1 -1
- runs/Sep16_17-30-11_patrick-general-gpu/events.out.tfevents.1631813426.patrick-general-gpu.181934.0 +2 -2
checkpoint-460/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": "mrpc",
|
9 |
+
"hidden_act": "gelu_new",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 768,
|
12 |
+
"id2label": {
|
13 |
+
"0": "not_equivalent",
|
14 |
+
"1": "equivalent"
|
15 |
+
},
|
16 |
+
"initializer_range": 0.02,
|
17 |
+
"intermediate_size": 3072,
|
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": 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-460/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7932c92a4b69ee0886ed7effaee1b253e067fe1b56b521fa2a3895a7e8a95447
|
3 |
+
size 662962261
|
checkpoint-460/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92c9c356fe8da5f8df41c039afc60c9b5edcd50eb9b82c9162fbba7ae4090841
|
3 |
+
size 331497705
|
checkpoint-460/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3a6787f01f2d37b31318bccf697a1767f3dc9989ad9c6aa17bff92d4b8c30ef
|
3 |
+
size 14503
|
checkpoint-460/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:984f68510d5d14d7f75fdf77ca520aa142e5b55d3c2ea9d8beb77e4b40c4ae7b
|
3 |
+
size 623
|
checkpoint-460/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-460/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-460/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-460/trainer_state.json
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 2.0,
|
5 |
+
"global_step": 460,
|
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.544,
|
14 |
+
"step": 230
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"epoch": 1.0,
|
18 |
+
"eval_accuracy": 0.7328431372549019,
|
19 |
+
"eval_combined_score": 0.7813981676914135,
|
20 |
+
"eval_f1": 0.8299531981279251,
|
21 |
+
"eval_loss": 0.5272471308708191,
|
22 |
+
"eval_runtime": 2.9626,
|
23 |
+
"eval_samples_per_second": 137.716,
|
24 |
+
"eval_steps_per_second": 17.215,
|
25 |
+
"step": 230
|
26 |
+
},
|
27 |
+
{
|
28 |
+
"epoch": 2.0,
|
29 |
+
"learning_rate": 1.2e-05,
|
30 |
+
"loss": 0.4034,
|
31 |
+
"step": 460
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 2.0,
|
35 |
+
"eval_accuracy": 0.7254901960784313,
|
36 |
+
"eval_combined_score": 0.7776387150604923,
|
37 |
+
"eval_f1": 0.8297872340425533,
|
38 |
+
"eval_loss": 0.6210632920265198,
|
39 |
+
"eval_runtime": 2.9625,
|
40 |
+
"eval_samples_per_second": 137.721,
|
41 |
+
"eval_steps_per_second": 17.215,
|
42 |
+
"step": 460
|
43 |
+
}
|
44 |
+
],
|
45 |
+
"max_steps": 1150,
|
46 |
+
"num_train_epochs": 5,
|
47 |
+
"total_flos": 1304627050954752.0,
|
48 |
+
"trial_name": null,
|
49 |
+
"trial_params": null
|
50 |
+
}
|
checkpoint-460/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f60be56a92d65e72efa4b0a6aeb22bf463a1b2d3bd996251ddb8045bd4fad5f
|
3 |
+
size 2799
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 331497705
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92c9c356fe8da5f8df41c039afc60c9b5edcd50eb9b82c9162fbba7ae4090841
|
3 |
size 331497705
|
runs/Sep16_17-30-11_patrick-general-gpu/events.out.tfevents.1631813426.patrick-general-gpu.181934.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a119a1933e122717278b2f168e949a8e67f4b334fb025658da3014eaa0212915
|
3 |
+
size 4352
|