Tech-oriented commited on
Commit
0ac710f
1 Parent(s): 5398a35

Training in progress, epoch 4

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:31a955edfe625a2c61701e9aa2d6fe9f06a5d7de799725906805912f09e3985c
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6dfd741045809a36650a05388fc4409cd52bec7602883947ecd4f586fe2e4d6
3
  size 437958648
run-2/checkpoint-8420/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.4,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.4,
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-2/checkpoint-8420/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6dfd741045809a36650a05388fc4409cd52bec7602883947ecd4f586fe2e4d6
3
+ size 437958648
run-2/checkpoint-8420/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79154eab7acd991f5189f4c03affd8a86cb753718159bb0e702d2380eab4bd90
3
+ size 876038394
run-2/checkpoint-8420/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:430e130028f3c75cf43415a66cdc5bb0d4d24df2016d581e4cd8fe07fce98d4e
3
+ size 14308
run-2/checkpoint-8420/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73dbee26827383ca323b0513f3a93b7a88a2aec59db3f6c01233123469d29a35
3
+ size 1064
run-2/checkpoint-8420/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-2/checkpoint-8420/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-8420/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-2/checkpoint-8420/trainer_state.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.8371559633027523,
3
+ "best_model_checkpoint": "Tech-oriented/best_model_bert_uncasedbert-base-uncased-finetuned-sst2/run-2/checkpoint-8420",
4
+ "epoch": 4.0,
5
+ "eval_steps": 500,
6
+ "global_step": 8420,
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.5745412844036697,
14
+ "eval_loss": 0.658979058265686,
15
+ "eval_runtime": 2.4031,
16
+ "eval_samples_per_second": 362.862,
17
+ "eval_steps_per_second": 22.887,
18
+ "step": 2105
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "grad_norm": 11.47251033782959,
23
+ "learning_rate": 4.003340487387436e-07,
24
+ "loss": 0.6604,
25
+ "step": 4209
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "eval_accuracy": 0.7350917431192661,
30
+ "eval_loss": 0.5269513726234436,
31
+ "eval_runtime": 2.4016,
32
+ "eval_samples_per_second": 363.093,
33
+ "eval_steps_per_second": 22.901,
34
+ "step": 4210
35
+ },
36
+ {
37
+ "epoch": 3.0,
38
+ "eval_accuracy": 0.819954128440367,
39
+ "eval_loss": 0.4339826703071594,
40
+ "eval_runtime": 2.4278,
41
+ "eval_samples_per_second": 359.172,
42
+ "eval_steps_per_second": 22.654,
43
+ "step": 6315
44
+ },
45
+ {
46
+ "epoch": 4.0,
47
+ "grad_norm": 15.470611572265625,
48
+ "learning_rate": 1.9013728270659872e-10,
49
+ "loss": 0.5279,
50
+ "step": 8418
51
+ },
52
+ {
53
+ "epoch": 4.0,
54
+ "eval_accuracy": 0.8371559633027523,
55
+ "eval_loss": 0.4121007025241852,
56
+ "eval_runtime": 2.4148,
57
+ "eval_samples_per_second": 361.103,
58
+ "eval_steps_per_second": 22.776,
59
+ "step": 8420
60
+ }
61
+ ],
62
+ "logging_steps": 4209,
63
+ "max_steps": 8420,
64
+ "num_input_tokens_seen": 0,
65
+ "num_train_epochs": 4,
66
+ "save_steps": 500,
67
+ "total_flos": 5552011212462480.0,
68
+ "train_batch_size": 32,
69
+ "trial_name": null,
70
+ "trial_params": {
71
+ "learning_rate": 8.004779601947806e-07,
72
+ "num_train_epochs": 4,
73
+ "per_device_train_batch_size": 32,
74
+ "seed": 37,
75
+ "weight_decay": 0.24080188545658526
76
+ }
77
+ }
run-2/checkpoint-8420/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab85adc03c06c516aa29acaf676259ddec6473900c9e4098cbbdb0d71ae75d15
3
+ size 4984
run-2/checkpoint-8420/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Mar06_18-14-36_e017d622c671/events.out.tfevents.1709755237.e017d622c671.539.2 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:59b0a478f44c4b1b248d785a68f9b9d293f09723ef26ac5c4afcd3095c0db5ca
3
- size 5931
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b46bb7a15180ced685c0362f3814dca6f3f319ad6c2f95913c405daeeabf8a89
3
+ size 6819