Tech-oriented commited on
Commit
ccc09fb
1 Parent(s): 37549fb

Training in progress, epoch 2

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:047ea39a1d6a19b5c57b5f67e190150471d007cadeeb3904d049ba2012a78ded
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7f3b30207cb33bfbca6b89499a12df75b8f84f2ac5d99587ca172ccea837344
3
  size 437958648
run-4/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-4/checkpoint-8420/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7f3b30207cb33bfbca6b89499a12df75b8f84f2ac5d99587ca172ccea837344
3
+ size 437958648
run-4/checkpoint-8420/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c91e22bd7a5c2c0bfda4427b0413b34382f3864eeb9c892bec1d5b6646e5aa1b
3
+ size 876038394
run-4/checkpoint-8420/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:834484878f3da7b8d223c7cc80c892386086c025d19f2085aaf7407499c5fede
3
+ size 14244
run-4/checkpoint-8420/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d5a8124ee8b519e1d295d85081ec3e398fc7aa3061c58d07fcbc05d8ab71c2d
3
+ size 1064
run-4/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-4/checkpoint-8420/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-4/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-4/checkpoint-8420/trainer_state.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.9139908256880734,
3
+ "best_model_checkpoint": "Tech-oriented/best_model_bert_uncasedbert-base-uncased-finetuned-sst2/run-4/checkpoint-8420",
4
+ "epoch": 2.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
+ "grad_norm": 20.266050338745117,
14
+ "learning_rate": 2.0417873766363758e-05,
15
+ "loss": 0.3739,
16
+ "step": 4209
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_accuracy": 0.9059633027522935,
21
+ "eval_loss": 0.28132590651512146,
22
+ "eval_runtime": 2.4226,
23
+ "eval_samples_per_second": 359.943,
24
+ "eval_steps_per_second": 22.703,
25
+ "step": 4210
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "grad_norm": 31.52709197998047,
30
+ "learning_rate": 1.531492081329535e-05,
31
+ "loss": 0.2461,
32
+ "step": 8418
33
+ },
34
+ {
35
+ "epoch": 2.0,
36
+ "eval_accuracy": 0.9139908256880734,
37
+ "eval_loss": 0.35249146819114685,
38
+ "eval_runtime": 2.4264,
39
+ "eval_samples_per_second": 359.387,
40
+ "eval_steps_per_second": 22.668,
41
+ "step": 8420
42
+ }
43
+ ],
44
+ "logging_steps": 4209,
45
+ "max_steps": 21050,
46
+ "num_input_tokens_seen": 0,
47
+ "num_train_epochs": 5,
48
+ "save_steps": 500,
49
+ "total_flos": 2435456650613040.0,
50
+ "train_batch_size": 16,
51
+ "trial_name": null,
52
+ "trial_params": {
53
+ "learning_rate": 2.5520826719432166e-05,
54
+ "num_train_epochs": 5,
55
+ "per_device_train_batch_size": 16,
56
+ "seed": 27,
57
+ "weight_decay": 0.30671272708017133
58
+ }
59
+ }
run-4/checkpoint-8420/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79639f8dc59c3749bc4f8e0b04d77757fcb59a728c0f0abcf338eda4dfd20a1a
3
+ size 4984
run-4/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.1709761277.e017d622c671.539.4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bf8c4e9d801c622a81c385e31d576b852c45264c3954eb6cce2d1edd4c8a821a
3
- size 5286
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a96d0f45fd70dafb15445b35f495627a1ff0c5bfce771ca1323c2a10cd413897
3
+ size 5820