Training in progress, epoch 1
Browse files- model.safetensors +1 -1
- run-8/checkpoint-78/config.json +27 -0
- run-8/checkpoint-78/model.safetensors +3 -0
- run-8/checkpoint-78/optimizer.pt +3 -0
- run-8/checkpoint-78/rng_state.pth +3 -0
- run-8/checkpoint-78/scheduler.pt +3 -0
- run-8/checkpoint-78/special_tokens_map.json +7 -0
- run-8/checkpoint-78/tokenizer.json +0 -0
- run-8/checkpoint-78/tokenizer_config.json +55 -0
- run-8/checkpoint-78/trainer_state.json +48 -0
- run-8/checkpoint-78/training_args.bin +3 -0
- run-8/checkpoint-78/vocab.txt +0 -0
- run-9/checkpoint-78/model.safetensors +1 -1
- run-9/checkpoint-78/optimizer.pt +1 -1
- run-9/checkpoint-78/rng_state.pth +1 -1
- run-9/checkpoint-78/scheduler.pt +1 -1
- run-9/checkpoint-78/tokenizer.json +2 -16
- run-9/checkpoint-78/trainer_state.json +6 -16
- run-9/checkpoint-78/training_args.bin +1 -1
- training_args.bin +1 -1
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 437958648
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d587d579142d324dbb466b96ff6ea6aa2164515a8bd678c0df1742178105989
|
3 |
size 437958648
|
run-8/checkpoint-78/config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "bert-base-uncased",
|
3 |
+
"architectures": [
|
4 |
+
"BertForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"gradient_checkpointing": false,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 768,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 3072,
|
14 |
+
"layer_norm_eps": 1e-12,
|
15 |
+
"max_position_embeddings": 512,
|
16 |
+
"model_type": "bert",
|
17 |
+
"num_attention_heads": 12,
|
18 |
+
"num_hidden_layers": 12,
|
19 |
+
"pad_token_id": 0,
|
20 |
+
"position_embedding_type": "absolute",
|
21 |
+
"problem_type": "single_label_classification",
|
22 |
+
"torch_dtype": "float32",
|
23 |
+
"transformers_version": "4.44.2",
|
24 |
+
"type_vocab_size": 2,
|
25 |
+
"use_cache": true,
|
26 |
+
"vocab_size": 30522
|
27 |
+
}
|
run-8/checkpoint-78/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d587d579142d324dbb466b96ff6ea6aa2164515a8bd678c0df1742178105989
|
3 |
+
size 437958648
|
run-8/checkpoint-78/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52f6d09eaba3c2b39a2c6c67b233d9e45a3f8f10832c939565883436450d0037
|
3 |
+
size 876038394
|
run-8/checkpoint-78/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd53c5c3dd7d411230f105bda2473d2a3923ae5b6e14f965bb99d91f5a28c9b2
|
3 |
+
size 14244
|
run-8/checkpoint-78/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b7a197c8bec22d7e182b65d9549e75f549277efb37d641d16a9d4346473fec05
|
3 |
+
size 1064
|
run-8/checkpoint-78/special_tokens_map.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"mask_token": "[MASK]",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"sep_token": "[SEP]",
|
6 |
+
"unk_token": "[UNK]"
|
7 |
+
}
|
run-8/checkpoint-78/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run-8/checkpoint-78/tokenizer_config.json
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "[PAD]",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"100": {
|
12 |
+
"content": "[UNK]",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"101": {
|
20 |
+
"content": "[CLS]",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"102": {
|
28 |
+
"content": "[SEP]",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"103": {
|
36 |
+
"content": "[MASK]",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"clean_up_tokenization_spaces": true,
|
45 |
+
"cls_token": "[CLS]",
|
46 |
+
"do_lower_case": true,
|
47 |
+
"mask_token": "[MASK]",
|
48 |
+
"model_max_length": 512,
|
49 |
+
"pad_token": "[PAD]",
|
50 |
+
"sep_token": "[SEP]",
|
51 |
+
"strip_accents": null,
|
52 |
+
"tokenize_chinese_chars": true,
|
53 |
+
"tokenizer_class": "BertTokenizer",
|
54 |
+
"unk_token": "[UNK]"
|
55 |
+
}
|
run-8/checkpoint-78/trainer_state.json
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.5884476534296029,
|
3 |
+
"best_model_checkpoint": "bert-base-uncased-finetuned-rte-run_2/run-8/checkpoint-78",
|
4 |
+
"epoch": 1.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 78,
|
7 |
+
"is_hyper_param_search": true,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 1.0,
|
13 |
+
"eval_accuracy": 0.5884476534296029,
|
14 |
+
"eval_loss": 0.6868922710418701,
|
15 |
+
"eval_runtime": 0.6839,
|
16 |
+
"eval_samples_per_second": 405.02,
|
17 |
+
"eval_steps_per_second": 13.16,
|
18 |
+
"step": 78
|
19 |
+
}
|
20 |
+
],
|
21 |
+
"logging_steps": 500,
|
22 |
+
"max_steps": 234,
|
23 |
+
"num_input_tokens_seen": 0,
|
24 |
+
"num_train_epochs": 3,
|
25 |
+
"save_steps": 500,
|
26 |
+
"stateful_callbacks": {
|
27 |
+
"TrainerControl": {
|
28 |
+
"args": {
|
29 |
+
"should_epoch_stop": false,
|
30 |
+
"should_evaluate": false,
|
31 |
+
"should_log": false,
|
32 |
+
"should_save": true,
|
33 |
+
"should_training_stop": false
|
34 |
+
},
|
35 |
+
"attributes": {}
|
36 |
+
}
|
37 |
+
},
|
38 |
+
"total_flos": 0,
|
39 |
+
"train_batch_size": 32,
|
40 |
+
"trial_name": null,
|
41 |
+
"trial_params": {
|
42 |
+
"dropout_rate": 0.43799578402011274,
|
43 |
+
"learning_rate": 1.5413125073588876e-05,
|
44 |
+
"max_seq_length": 32,
|
45 |
+
"num_train_epochs": 3,
|
46 |
+
"per_device_train_batch_size": 32
|
47 |
+
}
|
48 |
+
}
|
run-8/checkpoint-78/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2218c3f3fca2a465e964820902d7fcc8841d350bf14bf95da8fc47ff93f26610
|
3 |
+
size 5240
|
run-8/checkpoint-78/vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run-9/checkpoint-78/model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 437958648
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c769cf8ed6e0679cf3728954624f17edd05ca2ed4423f9242cefaa086ae1206a
|
3 |
size 437958648
|
run-9/checkpoint-78/optimizer.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 876038394
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3d3125dc932756abeae08fb8efa303d8ebc0593dd98ca3577a378eb01f3417f
|
3 |
size 876038394
|
run-9/checkpoint-78/rng_state.pth
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 14244
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d42b4d1d3fdb43560c10df0f207c94a592a056695beb330e55f00d60d5eb856c
|
3 |
size 14244
|
run-9/checkpoint-78/scheduler.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1064
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c8692f812d7e13ff51eb7fcc4ca558c6c578b6eea5d3281d72567ff52c790a4
|
3 |
size 1064
|
run-9/checkpoint-78/tokenizer.json
CHANGED
@@ -1,21 +1,7 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
|
5 |
-
"max_length": 128,
|
6 |
-
"strategy": "LongestFirst",
|
7 |
-
"stride": 0
|
8 |
-
},
|
9 |
-
"padding": {
|
10 |
-
"strategy": {
|
11 |
-
"Fixed": 128
|
12 |
-
},
|
13 |
-
"direction": "Right",
|
14 |
-
"pad_to_multiple_of": null,
|
15 |
-
"pad_id": 0,
|
16 |
-
"pad_type_id": 0,
|
17 |
-
"pad_token": "[PAD]"
|
18 |
-
},
|
19 |
"added_tokens": [
|
20 |
{
|
21 |
"id": 0,
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": null,
|
4 |
+
"padding": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
"id": 0,
|
run-9/checkpoint-78/trainer_state.json
CHANGED
@@ -1,23 +1,13 @@
|
|
1 |
{
|
2 |
-
"best_metric":
|
3 |
-
"best_model_checkpoint":
|
4 |
"epoch": 1.0,
|
5 |
"eval_steps": 500,
|
6 |
"global_step": 78,
|
7 |
"is_hyper_param_search": true,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
10 |
-
"log_history": [
|
11 |
-
{
|
12 |
-
"epoch": 1.0,
|
13 |
-
"eval_accuracy": 0.5776173285198556,
|
14 |
-
"eval_loss": 0.6691069602966309,
|
15 |
-
"eval_runtime": 0.7326,
|
16 |
-
"eval_samples_per_second": 378.129,
|
17 |
-
"eval_steps_per_second": 12.286,
|
18 |
-
"step": 78
|
19 |
-
}
|
20 |
-
],
|
21 |
"logging_steps": 500,
|
22 |
"max_steps": 78,
|
23 |
"num_input_tokens_seen": 0,
|
@@ -39,9 +29,9 @@
|
|
39 |
"train_batch_size": 32,
|
40 |
"trial_name": null,
|
41 |
"trial_params": {
|
42 |
-
"dropout_rate": 0.
|
43 |
-
"learning_rate":
|
44 |
-
"max_seq_length":
|
45 |
"num_train_epochs": 1,
|
46 |
"per_device_train_batch_size": 32
|
47 |
}
|
|
|
1 |
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
"epoch": 1.0,
|
5 |
"eval_steps": 500,
|
6 |
"global_step": 78,
|
7 |
"is_hyper_param_search": true,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
10 |
+
"log_history": [],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
"logging_steps": 500,
|
12 |
"max_steps": 78,
|
13 |
"num_input_tokens_seen": 0,
|
|
|
29 |
"train_batch_size": 32,
|
30 |
"trial_name": null,
|
31 |
"trial_params": {
|
32 |
+
"dropout_rate": 0.3955022206405828,
|
33 |
+
"learning_rate": 1.440937238835823e-06,
|
34 |
+
"max_seq_length": 64,
|
35 |
"num_train_epochs": 1,
|
36 |
"per_device_train_batch_size": 32
|
37 |
}
|
run-9/checkpoint-78/training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69a0f06d1a14b1a722325f9be16a250a0c37fe6c11cc4c80b7f6141fe2d2c874
|
3 |
size 5240
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2218c3f3fca2a465e964820902d7fcc8841d350bf14bf95da8fc47ff93f26610
|
3 |
size 5240
|