Tech-oriented commited on
Commit
24d072f
1 Parent(s): a28f1a4

Training in progress, epoch 3

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:900a1823c975131af95c0710cc51c8c2da4787c7bda44b6119bb2094927dee3e
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d584916b6a28403dd0ada8660a0095f2a1f96e4e1f68f6e3f7f423d02b050f7b
3
  size 437958648
run-3/checkpoint-1684/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.3,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.3,
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-3/checkpoint-1684/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a411949e8d4292b0f30e8fb7284274709f42791372a9853e2358e3806d18c03
3
+ size 437958648
run-3/checkpoint-1684/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8a74e4616f6ccf1bcfcdc8a8bc0725374fe18eb81570caa80f45b23829ac991
3
+ size 876038394
run-3/checkpoint-1684/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8ca0d38b2d45d3c9d4918c569fbe3dd185d1f237beeb7c56db6d97122a1fd4a
3
+ size 14244
run-3/checkpoint-1684/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18288812d86c93d5ae8d3370b70750240ef12c1f61e859310236aeebb8c94ee1
3
+ size 1064
run-3/checkpoint-1684/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-3/checkpoint-1684/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-1684/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-3/checkpoint-1684/trainer_state.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.518348623853211,
3
+ "best_model_checkpoint": "Tech-oriented/best_model_bert_uncasedbert-base-uncased-finetuned-sst2/run-3/checkpoint-1684",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1684,
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.4919724770642202,
14
+ "eval_loss": 0.7082622647285461,
15
+ "eval_runtime": 2.331,
16
+ "eval_samples_per_second": 374.089,
17
+ "eval_steps_per_second": 23.595,
18
+ "step": 842
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.518348623853211,
23
+ "eval_loss": 0.6900007128715515,
24
+ "eval_runtime": 2.3364,
25
+ "eval_samples_per_second": 373.226,
26
+ "eval_steps_per_second": 23.541,
27
+ "step": 1684
28
+ }
29
+ ],
30
+ "logging_steps": 4209,
31
+ "max_steps": 2526,
32
+ "num_input_tokens_seen": 0,
33
+ "num_train_epochs": 3,
34
+ "save_steps": 500,
35
+ "total_flos": 0,
36
+ "train_batch_size": 8,
37
+ "trial_name": null,
38
+ "trial_params": {
39
+ "learning_rate": 3.843391089618415e-07,
40
+ "num_train_epochs": 3,
41
+ "per_device_train_batch_size": 8,
42
+ "seed": 19,
43
+ "weight_decay": 0.4905221565015579
44
+ }
45
+ }
run-3/checkpoint-1684/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d03cbd15701e90c2de3ae1657b496ee63f3503759e5f1b61daaf03dea07e48a0
3
+ size 4984
run-3/checkpoint-1684/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-2526/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.3,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.3,
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-3/checkpoint-2526/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d584916b6a28403dd0ada8660a0095f2a1f96e4e1f68f6e3f7f423d02b050f7b
3
+ size 437958648
run-3/checkpoint-2526/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e181d6bad118a237469ce332ce097b00c9648b521378ff206e6771a4d50b9c8c
3
+ size 876038394
run-3/checkpoint-2526/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b05f4f66d01ea05137119f6a9a7a0593671a0dd328e43a884da05f06130cdc44
3
+ size 14244
run-3/checkpoint-2526/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66bbb09602091f38a41fbb594a4e508296c5da43ffec0f9a966d004f08bf2a44
3
+ size 1064
run-3/checkpoint-2526/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-3/checkpoint-2526/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-2526/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-3/checkpoint-2526/trainer_state.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.5321100917431193,
3
+ "best_model_checkpoint": "Tech-oriented/best_model_bert_uncasedbert-base-uncased-finetuned-sst2/run-3/checkpoint-2526",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 2526,
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.4919724770642202,
14
+ "eval_loss": 0.7082622647285461,
15
+ "eval_runtime": 2.331,
16
+ "eval_samples_per_second": 374.089,
17
+ "eval_steps_per_second": 23.595,
18
+ "step": 842
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.518348623853211,
23
+ "eval_loss": 0.6900007128715515,
24
+ "eval_runtime": 2.3364,
25
+ "eval_samples_per_second": 373.226,
26
+ "eval_steps_per_second": 23.541,
27
+ "step": 1684
28
+ },
29
+ {
30
+ "epoch": 3.0,
31
+ "eval_accuracy": 0.5321100917431193,
32
+ "eval_loss": 0.6852103471755981,
33
+ "eval_runtime": 2.3462,
34
+ "eval_samples_per_second": 371.672,
35
+ "eval_steps_per_second": 23.443,
36
+ "step": 2526
37
+ }
38
+ ],
39
+ "logging_steps": 4209,
40
+ "max_steps": 2526,
41
+ "num_input_tokens_seen": 0,
42
+ "num_train_epochs": 3,
43
+ "save_steps": 500,
44
+ "total_flos": 0,
45
+ "train_batch_size": 8,
46
+ "trial_name": null,
47
+ "trial_params": {
48
+ "learning_rate": 3.843391089618415e-07,
49
+ "num_train_epochs": 3,
50
+ "per_device_train_batch_size": 8,
51
+ "seed": 19,
52
+ "weight_decay": 0.4905221565015579
53
+ }
54
+ }
run-3/checkpoint-2526/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d03cbd15701e90c2de3ae1657b496ee63f3503759e5f1b61daaf03dea07e48a0
3
+ size 4984
run-3/checkpoint-2526/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Mar05_15-08-53_9d72474d753b/events.out.tfevents.1709652280.9d72474d753b.33271.4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7de217a3dbe9d7327f93ea3f7d8490ebea328a6dd4de7812460bf77fd505de7a
3
- size 5072
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69289d8c62747093c7002127c2df059791d108b91add55e1d042682c040223cc
3
+ size 6072