Tech-oriented
commited on
Commit
•
39df0a6
1
Parent(s):
c830861
Training in progress, epoch 1
Browse files- model.safetensors +1 -1
- run-0/checkpoint-842/config.json +27 -0
- run-0/checkpoint-842/model.safetensors +3 -0
- run-0/checkpoint-842/optimizer.pt +3 -0
- run-0/checkpoint-842/rng_state.pth +3 -0
- run-0/checkpoint-842/scheduler.pt +3 -0
- run-0/checkpoint-842/special_tokens_map.json +7 -0
- run-0/checkpoint-842/tokenizer.json +0 -0
- run-0/checkpoint-842/tokenizer_config.json +55 -0
- run-0/checkpoint-842/trainer_state.json +42 -0
- run-0/checkpoint-842/training_args.bin +3 -0
- run-0/checkpoint-842/vocab.txt +0 -0
- runs/Mar03_17-42-01_90708aaa767a/events.out.tfevents.1709487744.90708aaa767a.21824.5 +2 -2
- runs/Mar03_17-42-01_90708aaa767a/events.out.tfevents.1709490615.90708aaa767a.21824.6 +3 -0
- runs/Mar03_17-42-01_90708aaa767a/events.out.tfevents.1709491671.90708aaa767a.21824.7 +3 -0
- 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:f08052c2e29c23e1132588d6b0140b92030594318aadea8c5eaf269e9e91e35e
|
3 |
size 437958648
|
run-0/checkpoint-842/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.38.2",
|
24 |
+
"type_vocab_size": 2,
|
25 |
+
"use_cache": true,
|
26 |
+
"vocab_size": 30522
|
27 |
+
}
|
run-0/checkpoint-842/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f08052c2e29c23e1132588d6b0140b92030594318aadea8c5eaf269e9e91e35e
|
3 |
+
size 437958648
|
run-0/checkpoint-842/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4019edec2a3953444c24da0a6cb02ae938f3eaa84c3c765083855aed39c0fb48
|
3 |
+
size 876038394
|
run-0/checkpoint-842/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fbef7fdec46a34ed3dc47114ae13abd964fe7daf9004f4c4a7c35dfcc4146ef2
|
3 |
+
size 14308
|
run-0/checkpoint-842/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed0ae41870ca182e263458d4466803cfa6c4ead1532a921733a159e9489da14e
|
3 |
+
size 1064
|
run-0/checkpoint-842/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-0/checkpoint-842/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run-0/checkpoint-842/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-0/checkpoint-842/trainer_state.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.8646788990825688,
|
3 |
+
"best_model_checkpoint": "bert-base-uncased-finetuned-sst2/run-0/checkpoint-842",
|
4 |
+
"epoch": 1.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 842,
|
7 |
+
"is_hyper_param_search": true,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.59,
|
13 |
+
"grad_norm": 14.076563835144043,
|
14 |
+
"learning_rate": 2.1488708627178514e-06,
|
15 |
+
"loss": 0.4976,
|
16 |
+
"step": 500
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 1.0,
|
20 |
+
"eval_accuracy": 0.8646788990825688,
|
21 |
+
"eval_loss": 0.33198288083076477,
|
22 |
+
"eval_runtime": 2.248,
|
23 |
+
"eval_samples_per_second": 387.892,
|
24 |
+
"eval_steps_per_second": 24.466,
|
25 |
+
"step": 842
|
26 |
+
}
|
27 |
+
],
|
28 |
+
"logging_steps": 500,
|
29 |
+
"max_steps": 4210,
|
30 |
+
"num_input_tokens_seen": 0,
|
31 |
+
"num_train_epochs": 5,
|
32 |
+
"save_steps": 500,
|
33 |
+
"total_flos": 60244209456960.0,
|
34 |
+
"train_batch_size": 8,
|
35 |
+
"trial_name": null,
|
36 |
+
"trial_params": {
|
37 |
+
"learning_rate": 2.438476100280904e-06,
|
38 |
+
"num_train_epochs": 5,
|
39 |
+
"per_device_train_batch_size": 8,
|
40 |
+
"seed": 29
|
41 |
+
}
|
42 |
+
}
|
run-0/checkpoint-842/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97abbdcb1d4ff26ff452c134035ac092df99b9eac097f1e25dcf4b4c26f6558b
|
3 |
+
size 4920
|
run-0/checkpoint-842/vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
runs/Mar03_17-42-01_90708aaa767a/events.out.tfevents.1709487744.90708aaa767a.21824.5
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:bbd78385c46367264ded30b902e2c29fc1156f7bc612ea42a81ac29d362b2e22
|
3 |
+
size 15546
|
runs/Mar03_17-42-01_90708aaa767a/events.out.tfevents.1709490615.90708aaa767a.21824.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:68f9cb9b3f81e1c9fe1d38fe68f2d4ffafd3831143e12770dc7676b2a199c98e
|
3 |
+
size 417
|
runs/Mar03_17-42-01_90708aaa767a/events.out.tfevents.1709491671.90708aaa767a.21824.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d8868ab2fa3492d5321aa8ac8c2535c15c6def4a282d7b7b729e27e24c74f1b
|
3 |
+
size 5157
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97abbdcb1d4ff26ff452c134035ac092df99b9eac097f1e25dcf4b4c26f6558b
|
3 |
size 4920
|