Commit
·
535e9c7
1
Parent(s):
34b2734
Training in progress, epoch 3
Browse files- checkpoint-12630/config.json +33 -0
- checkpoint-12630/optimizer.pt +3 -0
- checkpoint-12630/pytorch_model.bin +3 -0
- checkpoint-12630/rng_state.pth +3 -0
- checkpoint-12630/scheduler.pt +3 -0
- checkpoint-12630/special_tokens_map.json +1 -0
- checkpoint-12630/tokenizer.json +0 -0
- checkpoint-12630/tokenizer_config.json +1 -0
- checkpoint-12630/trainer_state.json +61 -0
- checkpoint-12630/training_args.bin +3 -0
- pytorch_model.bin +1 -1
- runs/Sep19_08-31-53_patrick-general-gpu/events.out.tfevents.1632040336.patrick-general-gpu.480409.0 +2 -2
checkpoint-12630/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": "sst2",
|
9 |
+
"hidden_act": "gelu_new",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 768,
|
12 |
+
"id2label": {
|
13 |
+
"0": "negative",
|
14 |
+
"1": "positive"
|
15 |
+
},
|
16 |
+
"initializer_range": 0.02,
|
17 |
+
"intermediate_size": 3072,
|
18 |
+
"label2id": {
|
19 |
+
"negative": 0,
|
20 |
+
"positive": 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-12630/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0172d03ea98100c526b53f859ed4bf2225e4d70d6bd1bea95640cc3d4d67ad09
|
3 |
+
size 662962261
|
checkpoint-12630/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e262ed3190492c449f147b269b67d92687ac8bb7eb3db9e6483e23b0359564f0
|
3 |
+
size 331497705
|
checkpoint-12630/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f2af6fe84ff52bb30008cceaf033bd0cadbf0a0f33eb58df36218ace19c193b
|
3 |
+
size 14503
|
checkpoint-12630/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55d12134d4d1d0b70b5996eb59099da9fc12a4d3548d43e6aba424b4512591b1
|
3 |
+
size 623
|
checkpoint-12630/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-12630/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-12630/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-12630/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": 12630,
|
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.2956,
|
14 |
+
"step": 4210
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"epoch": 1.0,
|
18 |
+
"eval_accuracy": 0.8818807339449541,
|
19 |
+
"eval_loss": 0.3128007650375366,
|
20 |
+
"eval_runtime": 6.3233,
|
21 |
+
"eval_samples_per_second": 137.902,
|
22 |
+
"eval_steps_per_second": 17.238,
|
23 |
+
"step": 4210
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 2.0,
|
27 |
+
"learning_rate": 6.666666666666667e-06,
|
28 |
+
"loss": 0.1746,
|
29 |
+
"step": 8420
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"epoch": 2.0,
|
33 |
+
"eval_accuracy": 0.8979357798165137,
|
34 |
+
"eval_loss": 0.38503018021583557,
|
35 |
+
"eval_runtime": 6.3387,
|
36 |
+
"eval_samples_per_second": 137.568,
|
37 |
+
"eval_steps_per_second": 17.196,
|
38 |
+
"step": 8420
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 3.0,
|
42 |
+
"learning_rate": 0.0,
|
43 |
+
"loss": 0.1204,
|
44 |
+
"step": 12630
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 3.0,
|
48 |
+
"eval_accuracy": 0.8944954128440367,
|
49 |
+
"eval_loss": 0.4674423038959503,
|
50 |
+
"eval_runtime": 6.3626,
|
51 |
+
"eval_samples_per_second": 137.05,
|
52 |
+
"eval_steps_per_second": 17.131,
|
53 |
+
"step": 12630
|
54 |
+
}
|
55 |
+
],
|
56 |
+
"max_steps": 12630,
|
57 |
+
"num_train_epochs": 3,
|
58 |
+
"total_flos": 3.5931840480405504e+16,
|
59 |
+
"trial_name": null,
|
60 |
+
"trial_params": null
|
61 |
+
}
|
checkpoint-12630/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a45e8f8a6be9a994d34ead5bf4a34c6c366dd946a5f7bcf5b8811be8ffa4f9c
|
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:e262ed3190492c449f147b269b67d92687ac8bb7eb3db9e6483e23b0359564f0
|
3 |
size 331497705
|
runs/Sep19_08-31-53_patrick-general-gpu/events.out.tfevents.1632040336.patrick-general-gpu.480409.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:6aa17276d922ebd22b9f235d1392d85f025932f019949918d4e0d87821de00c5
|
3 |
+
size 4608
|