shields commited on
Commit
8753654
·
verified ·
1 Parent(s): 666812a

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:02768d16dc84fafd9a2b755d758aa6aea8181634cbbe1798f6f0fba0b4181246
3
  size 263144680
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90c3bba3d98eaf314c60d2fc168121839d36d100cda7aebd13208aa2cbecdb2e
3
  size 263144680
run-7/checkpoint-6/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation": "gelu",
3
+ "architectures": [
4
+ "DistilBertForSequenceClassification"
5
+ ],
6
+ "attention_dropout": 0.1,
7
+ "dim": 768,
8
+ "dropout": 0.1,
9
+ "dtype": "float32",
10
+ "hidden_dim": 3072,
11
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "output_past": true,
17
+ "pad_token_id": 0,
18
+ "problem_type": "single_label_classification",
19
+ "qa_dropout": 0.1,
20
+ "seq_classif_dropout": 0.2,
21
+ "sinusoidal_pos_embds": false,
22
+ "tie_weights_": true,
23
+ "transformers_version": "4.57.3",
24
+ "vocab_size": 28996
25
+ }
run-7/checkpoint-6/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba1431fc20a421c73065c61dc1d709397576ae3adae1815419f1972a42f08ba0
3
+ size 263144680
run-7/checkpoint-6/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f60d69061e0b2e09e87359293748ca228d80e04e05ff3f66fed24631ede3ebb6
3
+ size 526353483
run-7/checkpoint-6/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c39ebe8c0db3aa2b1bd5b37318b91fb151061e1229f465e5537963b9c275bb0c
3
+ size 14645
run-7/checkpoint-6/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5ec26081acf8ba12c22e78b67c72eec64d21b857966199b6392c29ce35c385b
3
+ size 1465
run-7/checkpoint-6/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-7/checkpoint-6/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-7/checkpoint-6/tokenizer_config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": false,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": false,
47
+ "extra_special_tokens": {},
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "pad_token": "[PAD]",
51
+ "sep_token": "[SEP]",
52
+ "strip_accents": null,
53
+ "tokenize_chinese_chars": true,
54
+ "tokenizer_class": "DistilBertTokenizer",
55
+ "unk_token": "[UNK]"
56
+ }
run-7/checkpoint-6/trainer_state.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 6,
3
+ "best_metric": 0.6583439707756042,
4
+ "best_model_checkpoint": "distilbert-base-cased-finetuned-acuteCinderellaAphasiaDetection/run-7/checkpoint-6",
5
+ "epoch": 2.0,
6
+ "eval_steps": 500,
7
+ "global_step": 6,
8
+ "is_hyper_param_search": true,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 1.0,
14
+ "eval_balanced_accuracy": 0.5,
15
+ "eval_loss": 0.6593298316001892,
16
+ "eval_runtime": 0.0614,
17
+ "eval_samples_per_second": 179.143,
18
+ "eval_steps_per_second": 97.714,
19
+ "step": 3
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "eval_balanced_accuracy": 0.5,
24
+ "eval_loss": 0.6583439707756042,
25
+ "eval_runtime": 0.0589,
26
+ "eval_samples_per_second": 186.833,
27
+ "eval_steps_per_second": 101.909,
28
+ "step": 6
29
+ }
30
+ ],
31
+ "logging_steps": 500,
32
+ "max_steps": 6,
33
+ "num_input_tokens_seen": 0,
34
+ "num_train_epochs": 2,
35
+ "save_steps": 500,
36
+ "stateful_callbacks": {
37
+ "TrainerControl": {
38
+ "args": {
39
+ "should_epoch_stop": false,
40
+ "should_evaluate": false,
41
+ "should_log": false,
42
+ "should_save": true,
43
+ "should_training_stop": true
44
+ },
45
+ "attributes": {}
46
+ }
47
+ },
48
+ "total_flos": 0,
49
+ "train_batch_size": 16,
50
+ "trial_name": null,
51
+ "trial_params": {
52
+ "learning_rate": 2.5865862292666785e-05,
53
+ "num_train_epochs": 2,
54
+ "per_device_train_batch_size": 16,
55
+ "seed": 18
56
+ }
57
+ }
run-7/checkpoint-6/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ded677475c575079d117a2816b9895358de61f0c2e715d2c2f3a8f42b9766d7
3
+ size 5969
run-7/checkpoint-6/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-8/checkpoint-3/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation": "gelu",
3
+ "architectures": [
4
+ "DistilBertForSequenceClassification"
5
+ ],
6
+ "attention_dropout": 0.1,
7
+ "dim": 768,
8
+ "dropout": 0.1,
9
+ "dtype": "float32",
10
+ "hidden_dim": 3072,
11
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "output_past": true,
17
+ "pad_token_id": 0,
18
+ "problem_type": "single_label_classification",
19
+ "qa_dropout": 0.1,
20
+ "seq_classif_dropout": 0.2,
21
+ "sinusoidal_pos_embds": false,
22
+ "tie_weights_": true,
23
+ "transformers_version": "4.57.3",
24
+ "vocab_size": 28996
25
+ }
run-8/checkpoint-3/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90c3bba3d98eaf314c60d2fc168121839d36d100cda7aebd13208aa2cbecdb2e
3
+ size 263144680
run-8/checkpoint-3/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65a9682772ab6aa4aedc0c077ca89f3a6bfd7cd481197de08d6ebb6ac00ecbad
3
+ size 526353483
run-8/checkpoint-3/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f061a9413ed7a3a8166cb2949dfaa39e64e2eb84f8f8963561754c929f3c470c
3
+ size 14709
run-8/checkpoint-3/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96fcb151a3af4d5d19fa01a32f55c5fcf616b0e91928465c166ac77a9a2cc1c3
3
+ size 1465
run-8/checkpoint-3/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-8/checkpoint-3/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-8/checkpoint-3/tokenizer_config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": false,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": false,
47
+ "extra_special_tokens": {},
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "pad_token": "[PAD]",
51
+ "sep_token": "[SEP]",
52
+ "strip_accents": null,
53
+ "tokenize_chinese_chars": true,
54
+ "tokenizer_class": "DistilBertTokenizer",
55
+ "unk_token": "[UNK]"
56
+ }
run-8/checkpoint-3/trainer_state.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 3,
3
+ "best_metric": 0.6801238656044006,
4
+ "best_model_checkpoint": "distilbert-base-cased-finetuned-acuteCinderellaAphasiaDetection/run-8/checkpoint-3",
5
+ "epoch": 1.0,
6
+ "eval_steps": 500,
7
+ "global_step": 3,
8
+ "is_hyper_param_search": true,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 1.0,
14
+ "eval_balanced_accuracy": 0.5,
15
+ "eval_loss": 0.6801238656044006,
16
+ "eval_runtime": 0.0608,
17
+ "eval_samples_per_second": 180.963,
18
+ "eval_steps_per_second": 98.707,
19
+ "step": 3
20
+ }
21
+ ],
22
+ "logging_steps": 500,
23
+ "max_steps": 3,
24
+ "num_input_tokens_seen": 0,
25
+ "num_train_epochs": 1,
26
+ "save_steps": 500,
27
+ "stateful_callbacks": {
28
+ "TrainerControl": {
29
+ "args": {
30
+ "should_epoch_stop": false,
31
+ "should_evaluate": false,
32
+ "should_log": false,
33
+ "should_save": true,
34
+ "should_training_stop": true
35
+ },
36
+ "attributes": {}
37
+ }
38
+ },
39
+ "total_flos": 0,
40
+ "train_batch_size": 16,
41
+ "trial_name": null,
42
+ "trial_params": {
43
+ "learning_rate": 7.116886577484365e-06,
44
+ "num_train_epochs": 1,
45
+ "per_device_train_batch_size": 16,
46
+ "seed": 29
47
+ }
48
+ }
run-8/checkpoint-3/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03f27edd6b8c804ed21e0e9919d0799306cdf81f66d70410ffae8126c7e83df2
3
+ size 5969
run-8/checkpoint-3/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Jan13_11-08-43_4fecd63b14b3/events.out.tfevents.1768303189.4fecd63b14b3.1428.13 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cef937b38e21e694d953189ba28a1c6c9b4c1232ce4da4727e45d7ab5a53f7b
3
+ size 5709
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0ded677475c575079d117a2816b9895358de61f0c2e715d2c2f3a8f42b9766d7
3
  size 5969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03f27edd6b8c804ed21e0e9919d0799306cdf81f66d70410ffae8126c7e83df2
3
  size 5969