anamelchor commited on
Commit
5e6f259
1 Parent(s): 78a2dd9

Training in progress, epoch 1

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5f5532eacb19539cc92d43257b0ea0db854bae37c452c8278162825aa2bb5f0a
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab41e82c228d8f150e54a59d833c05ac5f781cf932a0c37eb815c398e0f57c0c
3
  size 437958648
run-2/checkpoint-270/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-2/checkpoint-270/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07451da21ccb792dd90d49fd72a57a75570d2a1261df0d51e91c84a1e10db348
3
+ size 437958648
run-2/checkpoint-270/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f46c1cb578b0335ab9587af0e0d372fa370ebd5afa73428b14fc5549232a4e5b
3
+ size 876038394
run-2/checkpoint-270/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dcdf6a962f8e9377adf6478f9058c09825747228afe344b044ccda4701f1351
3
+ size 14308
run-2/checkpoint-270/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c18f549909ad51f109e44fc57157b1efdcdf92fa66dad0ddb775fa74eb078544
3
+ size 1064
run-2/checkpoint-270/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-270/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-270/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-270/trainer_state.json ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.06479227964096512,
3
+ "best_model_checkpoint": "bert-base-uncased-finetuned-cola/run-2/checkpoint-54",
4
+ "epoch": 5.0,
5
+ "eval_steps": 500,
6
+ "global_step": 270,
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_loss": 0.6800838708877563,
14
+ "eval_matthews_correlation": 0.06479227964096512,
15
+ "eval_runtime": 1.3179,
16
+ "eval_samples_per_second": 791.421,
17
+ "eval_steps_per_second": 50.08,
18
+ "step": 54
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_loss": 0.6333577036857605,
23
+ "eval_matthews_correlation": 0.06354272869611655,
24
+ "eval_runtime": 1.4106,
25
+ "eval_samples_per_second": 739.39,
26
+ "eval_steps_per_second": 46.788,
27
+ "step": 108
28
+ },
29
+ {
30
+ "epoch": 3.0,
31
+ "eval_loss": 0.6208921074867249,
32
+ "eval_matthews_correlation": 0.04129856774209186,
33
+ "eval_runtime": 3.1494,
34
+ "eval_samples_per_second": 331.174,
35
+ "eval_steps_per_second": 20.956,
36
+ "step": 162
37
+ },
38
+ {
39
+ "epoch": 4.0,
40
+ "eval_loss": 0.615740180015564,
41
+ "eval_matthews_correlation": 0.0407377624184135,
42
+ "eval_runtime": 3.8341,
43
+ "eval_samples_per_second": 272.03,
44
+ "eval_steps_per_second": 17.214,
45
+ "step": 216
46
+ },
47
+ {
48
+ "epoch": 5.0,
49
+ "eval_loss": 0.6141827702522278,
50
+ "eval_matthews_correlation": 0.049848138106847704,
51
+ "eval_runtime": 1.3956,
52
+ "eval_samples_per_second": 747.371,
53
+ "eval_steps_per_second": 47.293,
54
+ "step": 270
55
+ }
56
+ ],
57
+ "logging_steps": 500,
58
+ "max_steps": 270,
59
+ "num_input_tokens_seen": 0,
60
+ "num_train_epochs": 5,
61
+ "save_steps": 500,
62
+ "total_flos": 0,
63
+ "train_batch_size": 16,
64
+ "trial_name": null,
65
+ "trial_params": {
66
+ "learning_rate": 1.420124179212326e-06,
67
+ "num_train_epochs": 5,
68
+ "per_device_train_batch_size": 16,
69
+ "seed": 26
70
+ }
71
+ }
run-2/checkpoint-270/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c42783ab338ba78bc9a261fef02bd6d857622f28fcbf5b914d81d574b8f77a67
3
+ size 4920
run-2/checkpoint-270/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-54/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ad205eb70a581ad8b5fb7fdef160c29c51ccc7322fb925c298680a6d45ea54c0
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab41e82c228d8f150e54a59d833c05ac5f781cf932a0c37eb815c398e0f57c0c
3
  size 437958648
run-3/checkpoint-54/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a69c87de4a22389003fc531f17e26b0497d7341ff972eb8cf703fec968ff7f77
3
  size 876038394
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32f4a288a5427e9dada6edb4c6993e6b5e24dc62b36d675d83b3f04d8b8b98b9
3
  size 876038394
run-3/checkpoint-54/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:190ed7e16b7dd169c6b481d5991795f911c91f8173dc280bbfdc780cdff13754
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73ccdd151ac8d1156e8347ba126b5af26d4c09b5e16c2d468dceec482eedd9b8
3
  size 14244
run-3/checkpoint-54/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:616a72f3abb3b56a7b99fb5738365e66552337efc9458dcc66d9b099d03a2d3d
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:881229adabc25afd84a75a33c814844da8e3149e444fc877758d26f7599013c5
3
  size 1064
run-3/checkpoint-54/trainer_state.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "best_metric": 0.008874995467744727,
3
  "best_model_checkpoint": "bert-base-uncased-finetuned-cola/run-3/checkpoint-54",
4
  "epoch": 1.0,
5
  "eval_steps": 500,
@@ -10,26 +10,26 @@
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
- "eval_loss": 0.6695083975791931,
14
- "eval_matthews_correlation": 0.008874995467744727,
15
- "eval_runtime": 1.3066,
16
- "eval_samples_per_second": 798.284,
17
- "eval_steps_per_second": 50.515,
18
  "step": 54
19
  }
20
  ],
21
  "logging_steps": 500,
22
- "max_steps": 162,
23
  "num_input_tokens_seen": 0,
24
- "num_train_epochs": 3,
25
  "save_steps": 500,
26
  "total_flos": 0,
27
  "train_batch_size": 16,
28
  "trial_name": null,
29
  "trial_params": {
30
- "learning_rate": 2.169206507177718e-06,
31
- "num_train_epochs": 3,
32
  "per_device_train_batch_size": 16,
33
- "seed": 38
34
  }
35
  }
 
1
  {
2
+ "best_metric": 0.0,
3
  "best_model_checkpoint": "bert-base-uncased-finetuned-cola/run-3/checkpoint-54",
4
  "epoch": 1.0,
5
  "eval_steps": 500,
 
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
+ "eval_loss": 0.613477885723114,
14
+ "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 1.303,
16
+ "eval_samples_per_second": 800.44,
17
+ "eval_steps_per_second": 50.651,
18
  "step": 54
19
  }
20
  ],
21
  "logging_steps": 500,
22
+ "max_steps": 54,
23
  "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 1,
25
  "save_steps": 500,
26
  "total_flos": 0,
27
  "train_batch_size": 16,
28
  "trial_name": null,
29
  "trial_params": {
30
+ "learning_rate": 1.344131587717838e-05,
31
+ "num_train_epochs": 1,
32
  "per_device_train_batch_size": 16,
33
+ "seed": 16
34
  }
35
  }
run-3/checkpoint-54/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:681009adf129985f1b550e6f1e9a7faeef8564fd524685bfc7430d9426ac9489
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5c47c2cd3e51fcc7e19abd77db424201098a3bfa026aa7349d75ad812a50ed7
3
  size 4920
runs/Mar05_08-21-06_22d65867544c/events.out.tfevents.1709629091.22d65867544c.687.12 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2593cb0d2db5c30f559f556d6d87151dd1a04aae366a05521301b7a75931a8ef
3
+ size 5313
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c42783ab338ba78bc9a261fef02bd6d857622f28fcbf5b914d81d574b8f77a67
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5c47c2cd3e51fcc7e19abd77db424201098a3bfa026aa7349d75ad812a50ed7
3
  size 4920