Tech-oriented commited on
Commit
431242a
1 Parent(s): 3515345

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:5d15aa2df1e3cdb4dd0f5c65636b1af51abeeea65577228abd9f3d4e9af2897a
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8d8a3c5387c1be10448a20b10a02d60caebb8bdd7b30e2a907376bb57b28c5b
3
  size 437958648
run-4/checkpoint-5052/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-4/checkpoint-5052/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8d8a3c5387c1be10448a20b10a02d60caebb8bdd7b30e2a907376bb57b28c5b
3
+ size 437958648
run-4/checkpoint-5052/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24dfad2125788006f8dabbcc02b2fb048f1826fffd9257c32ea643527a3d1259
3
+ size 876038394
run-4/checkpoint-5052/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5ff28bd3eef43d20c0949cdbc92850b6a0599685b257d53b8cd97c29f22139d
3
+ size 14244
run-4/checkpoint-5052/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6347ff21b36ea579f39bccd9665df0da82c8d606f4d377b9ed4c6dc445cc77e
3
+ size 1064
run-4/checkpoint-5052/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-5052/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-5052/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-5052/trainer_state.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.9071100917431193,
3
+ "best_model_checkpoint": "Tech-oriented/best_model_bert_uncasedbert-base-uncased-finetuned-sst2/run-4/checkpoint-5052",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 5052,
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.9025229357798165,
14
+ "eval_loss": 0.38704702258110046,
15
+ "eval_runtime": 2.3419,
16
+ "eval_samples_per_second": 372.352,
17
+ "eval_steps_per_second": 23.486,
18
+ "step": 1684
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.9059633027522935,
23
+ "eval_loss": 0.4139329493045807,
24
+ "eval_runtime": 2.3503,
25
+ "eval_samples_per_second": 371.023,
26
+ "eval_steps_per_second": 23.402,
27
+ "step": 3368
28
+ },
29
+ {
30
+ "epoch": 2.5,
31
+ "grad_norm": 20.706912994384766,
32
+ "learning_rate": 2.349164848148445e-06,
33
+ "loss": 0.4762,
34
+ "step": 4209
35
+ },
36
+ {
37
+ "epoch": 3.0,
38
+ "eval_accuracy": 0.9071100917431193,
39
+ "eval_loss": 0.441041499376297,
40
+ "eval_runtime": 2.3527,
41
+ "eval_samples_per_second": 370.641,
42
+ "eval_steps_per_second": 23.378,
43
+ "step": 5052
44
+ }
45
+ ],
46
+ "logging_steps": 4209,
47
+ "max_steps": 5052,
48
+ "num_input_tokens_seen": 0,
49
+ "num_train_epochs": 3,
50
+ "save_steps": 500,
51
+ "total_flos": 208766802986220.0,
52
+ "train_batch_size": 4,
53
+ "trial_name": null,
54
+ "trial_params": {
55
+ "learning_rate": 1.4078269054384274e-05,
56
+ "num_train_epochs": 3,
57
+ "per_device_train_batch_size": 4,
58
+ "seed": 34,
59
+ "weight_decay": 0.446398905246141
60
+ }
61
+ }
run-4/checkpoint-5052/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29ae5b378da67d6d3b8366dbe235ab8607f31fbbf97b177d40ac47d54da34fd0
3
+ size 4984
run-4/checkpoint-5052/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.1709652614.9d72474d753b.33271.5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7f73f8272e84a84fe1aaa5b9d77975842668a86f5e6cc878153eb08b6e10ad68
3
- size 5395
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b1b5f85500f3347d0d83c3f9e219630e75af9d06c644bae0aa40af03b512a0e
3
+ size 6283