shields commited on
Commit
4d2f849
·
verified ·
1 Parent(s): 80d0f06

Training in progress, epoch 1

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. config.json +25 -0
  2. model.safetensors +3 -0
  3. run-0/checkpoint-12/config.json +25 -0
  4. run-0/checkpoint-12/model.safetensors +3 -0
  5. run-0/checkpoint-12/optimizer.pt +3 -0
  6. run-0/checkpoint-12/rng_state.pth +3 -0
  7. run-0/checkpoint-12/scheduler.pt +3 -0
  8. run-0/checkpoint-12/special_tokens_map.json +7 -0
  9. run-0/checkpoint-12/tokenizer.json +0 -0
  10. run-0/checkpoint-12/tokenizer_config.json +56 -0
  11. run-0/checkpoint-12/trainer_state.json +75 -0
  12. run-0/checkpoint-12/training_args.bin +3 -0
  13. run-0/checkpoint-12/vocab.txt +0 -0
  14. run-0/checkpoint-15/config.json +25 -0
  15. run-0/checkpoint-15/model.safetensors +3 -0
  16. run-0/checkpoint-15/optimizer.pt +3 -0
  17. run-0/checkpoint-15/rng_state.pth +3 -0
  18. run-0/checkpoint-15/scheduler.pt +3 -0
  19. run-0/checkpoint-15/special_tokens_map.json +7 -0
  20. run-0/checkpoint-15/tokenizer.json +0 -0
  21. run-0/checkpoint-15/tokenizer_config.json +56 -0
  22. run-0/checkpoint-15/trainer_state.json +84 -0
  23. run-0/checkpoint-15/training_args.bin +3 -0
  24. run-0/checkpoint-15/vocab.txt +0 -0
  25. run-0/checkpoint-3/config.json +25 -0
  26. run-0/checkpoint-3/model.safetensors +3 -0
  27. run-0/checkpoint-3/optimizer.pt +3 -0
  28. run-0/checkpoint-3/rng_state.pth +3 -0
  29. run-0/checkpoint-3/scheduler.pt +3 -0
  30. run-0/checkpoint-3/special_tokens_map.json +7 -0
  31. run-0/checkpoint-3/tokenizer.json +0 -0
  32. run-0/checkpoint-3/tokenizer_config.json +56 -0
  33. run-0/checkpoint-3/trainer_state.json +48 -0
  34. run-0/checkpoint-3/training_args.bin +3 -0
  35. run-0/checkpoint-3/vocab.txt +0 -0
  36. run-0/checkpoint-6/config.json +25 -0
  37. run-0/checkpoint-6/model.safetensors +3 -0
  38. run-0/checkpoint-6/optimizer.pt +3 -0
  39. run-0/checkpoint-6/rng_state.pth +3 -0
  40. run-0/checkpoint-6/scheduler.pt +3 -0
  41. run-0/checkpoint-6/special_tokens_map.json +7 -0
  42. run-0/checkpoint-6/tokenizer.json +0 -0
  43. run-0/checkpoint-6/tokenizer_config.json +56 -0
  44. run-0/checkpoint-6/trainer_state.json +57 -0
  45. run-0/checkpoint-6/training_args.bin +3 -0
  46. run-0/checkpoint-6/vocab.txt +0 -0
  47. run-0/checkpoint-9/config.json +25 -0
  48. run-0/checkpoint-9/model.safetensors +3 -0
  49. run-0/checkpoint-9/optimizer.pt +3 -0
  50. run-0/checkpoint-9/rng_state.pth +3 -0
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
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d03b5c6d31847af1f9d7fd8b6a39afd0113e67df984dd2ea4886154f079adfdb
3
+ size 263144680
run-0/checkpoint-12/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-0/checkpoint-12/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0598948267d7547b8cb2b5fef141c2d82f81af79be7a67483bf0cee040f8d2f
3
+ size 263144680
run-0/checkpoint-12/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d25c883008ba9e4bf764c8d67d0ee78ea48b2c606d74abcd1b7b729a871ec374
3
+ size 526353483
run-0/checkpoint-12/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc7207873ee6dd8ff0a13b46212f10e8c9c543a5049317a36cc6488e6b76834f
3
+ size 14645
run-0/checkpoint-12/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a8c738d3d6ea8d083ca821272b8ca5f6ffe83110656cb74c25e38c4a83645da
3
+ size 1465
run-0/checkpoint-12/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-0/checkpoint-12/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-12/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-0/checkpoint-12/trainer_state.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 3,
3
+ "best_metric": 0.658226728439331,
4
+ "best_model_checkpoint": "distilbert-base-cased-finetuned-acuteCinderellaAphasiaDetection/run-0/checkpoint-3",
5
+ "epoch": 4.0,
6
+ "eval_steps": 500,
7
+ "global_step": 12,
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.658226728439331,
16
+ "eval_runtime": 0.0604,
17
+ "eval_samples_per_second": 182.021,
18
+ "eval_steps_per_second": 99.284,
19
+ "step": 3
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "eval_balanced_accuracy": 0.5,
24
+ "eval_loss": 0.6670505404472351,
25
+ "eval_runtime": 0.0588,
26
+ "eval_samples_per_second": 186.99,
27
+ "eval_steps_per_second": 101.995,
28
+ "step": 6
29
+ },
30
+ {
31
+ "epoch": 3.0,
32
+ "eval_balanced_accuracy": 0.5,
33
+ "eval_loss": 0.6761133074760437,
34
+ "eval_runtime": 0.0598,
35
+ "eval_samples_per_second": 184.003,
36
+ "eval_steps_per_second": 100.365,
37
+ "step": 9
38
+ },
39
+ {
40
+ "epoch": 4.0,
41
+ "eval_balanced_accuracy": 0.5,
42
+ "eval_loss": 0.6825154423713684,
43
+ "eval_runtime": 0.0575,
44
+ "eval_samples_per_second": 191.438,
45
+ "eval_steps_per_second": 104.421,
46
+ "step": 12
47
+ }
48
+ ],
49
+ "logging_steps": 500,
50
+ "max_steps": 15,
51
+ "num_input_tokens_seen": 0,
52
+ "num_train_epochs": 5,
53
+ "save_steps": 500,
54
+ "stateful_callbacks": {
55
+ "TrainerControl": {
56
+ "args": {
57
+ "should_epoch_stop": false,
58
+ "should_evaluate": false,
59
+ "should_log": false,
60
+ "should_save": true,
61
+ "should_training_stop": false
62
+ },
63
+ "attributes": {}
64
+ }
65
+ },
66
+ "total_flos": 0,
67
+ "train_batch_size": 16,
68
+ "trial_name": null,
69
+ "trial_params": {
70
+ "learning_rate": 4.778085328486241e-05,
71
+ "num_train_epochs": 5,
72
+ "per_device_train_batch_size": 16,
73
+ "seed": 15
74
+ }
75
+ }
run-0/checkpoint-12/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6812e5cab0904abb152713c66b19c036e1303e3b63f3a466131f48a7f1a74b3
3
+ size 5969
run-0/checkpoint-12/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-15/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-0/checkpoint-15/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93e2c55d5ef0210ddc7a4f2fb07a0e43b8341524a7747e9bcceb413f38bba55e
3
+ size 263144680
run-0/checkpoint-15/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5905fa17030fa43f9c5771efd0ffbee09890483e076787ff5e0b50d5a862ad19
3
+ size 526353483
run-0/checkpoint-15/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90df7c3332beb2734982b184278255f7bf3eea6cdb2adadb60b26698fbde7f2b
3
+ size 14645
run-0/checkpoint-15/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7270a564e7f80ec0ce5aa2b3ca473aeded7bd9f1469f79db62414537086f250
3
+ size 1465
run-0/checkpoint-15/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-0/checkpoint-15/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-15/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-0/checkpoint-15/trainer_state.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 3,
3
+ "best_metric": 0.658226728439331,
4
+ "best_model_checkpoint": "distilbert-base-cased-finetuned-acuteCinderellaAphasiaDetection/run-0/checkpoint-3",
5
+ "epoch": 5.0,
6
+ "eval_steps": 500,
7
+ "global_step": 15,
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.658226728439331,
16
+ "eval_runtime": 0.0604,
17
+ "eval_samples_per_second": 182.021,
18
+ "eval_steps_per_second": 99.284,
19
+ "step": 3
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "eval_balanced_accuracy": 0.5,
24
+ "eval_loss": 0.6670505404472351,
25
+ "eval_runtime": 0.0588,
26
+ "eval_samples_per_second": 186.99,
27
+ "eval_steps_per_second": 101.995,
28
+ "step": 6
29
+ },
30
+ {
31
+ "epoch": 3.0,
32
+ "eval_balanced_accuracy": 0.5,
33
+ "eval_loss": 0.6761133074760437,
34
+ "eval_runtime": 0.0598,
35
+ "eval_samples_per_second": 184.003,
36
+ "eval_steps_per_second": 100.365,
37
+ "step": 9
38
+ },
39
+ {
40
+ "epoch": 4.0,
41
+ "eval_balanced_accuracy": 0.5,
42
+ "eval_loss": 0.6825154423713684,
43
+ "eval_runtime": 0.0575,
44
+ "eval_samples_per_second": 191.438,
45
+ "eval_steps_per_second": 104.421,
46
+ "step": 12
47
+ },
48
+ {
49
+ "epoch": 5.0,
50
+ "eval_balanced_accuracy": 0.5,
51
+ "eval_loss": 0.6883839964866638,
52
+ "eval_runtime": 0.069,
53
+ "eval_samples_per_second": 159.373,
54
+ "eval_steps_per_second": 86.931,
55
+ "step": 15
56
+ }
57
+ ],
58
+ "logging_steps": 500,
59
+ "max_steps": 15,
60
+ "num_input_tokens_seen": 0,
61
+ "num_train_epochs": 5,
62
+ "save_steps": 500,
63
+ "stateful_callbacks": {
64
+ "TrainerControl": {
65
+ "args": {
66
+ "should_epoch_stop": false,
67
+ "should_evaluate": false,
68
+ "should_log": false,
69
+ "should_save": true,
70
+ "should_training_stop": true
71
+ },
72
+ "attributes": {}
73
+ }
74
+ },
75
+ "total_flos": 0,
76
+ "train_batch_size": 16,
77
+ "trial_name": null,
78
+ "trial_params": {
79
+ "learning_rate": 4.778085328486241e-05,
80
+ "num_train_epochs": 5,
81
+ "per_device_train_batch_size": 16,
82
+ "seed": 15
83
+ }
84
+ }
run-0/checkpoint-15/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6812e5cab0904abb152713c66b19c036e1303e3b63f3a466131f48a7f1a74b3
3
+ size 5969
run-0/checkpoint-15/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-0/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-0/checkpoint-3/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d320a14dead414ef9b81822b0581b8449ab8ad388529cceb42743f574c4ff3f4
3
+ size 263144680
run-0/checkpoint-3/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74d01fbb3391126c24499985aa457285ed464d39d99cb855f920fcb7a4d342ac
3
+ size 526353483
run-0/checkpoint-3/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab4aec02da1f8f604702b6bf8f472d7421add7e5b3b31b98b3480d51ac580e75
3
+ size 14645
run-0/checkpoint-3/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a91dfbff9548a7c627a30b04848ba031626b2bb6caf957b400be68c6b29b71d
3
+ size 1465
run-0/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-0/checkpoint-3/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/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-0/checkpoint-3/trainer_state.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 3,
3
+ "best_metric": 0.658226728439331,
4
+ "best_model_checkpoint": "distilbert-base-cased-finetuned-acuteCinderellaAphasiaDetection/run-0/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.658226728439331,
16
+ "eval_runtime": 0.0604,
17
+ "eval_samples_per_second": 182.021,
18
+ "eval_steps_per_second": 99.284,
19
+ "step": 3
20
+ }
21
+ ],
22
+ "logging_steps": 500,
23
+ "max_steps": 15,
24
+ "num_input_tokens_seen": 0,
25
+ "num_train_epochs": 5,
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": false
35
+ },
36
+ "attributes": {}
37
+ }
38
+ },
39
+ "total_flos": 0,
40
+ "train_batch_size": 16,
41
+ "trial_name": null,
42
+ "trial_params": {
43
+ "learning_rate": 4.778085328486241e-05,
44
+ "num_train_epochs": 5,
45
+ "per_device_train_batch_size": 16,
46
+ "seed": 15
47
+ }
48
+ }
run-0/checkpoint-3/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6812e5cab0904abb152713c66b19c036e1303e3b63f3a466131f48a7f1a74b3
3
+ size 5969
run-0/checkpoint-3/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-0/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-0/checkpoint-6/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f4f4ca1c2822b851fd1e513901349c7c251c88b38bd406d9ccd1552fa15adf1
3
+ size 263144680
run-0/checkpoint-6/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a33abb8cdb246e5e2e8cc23846e1112bf49864fb4a8e1ebec882f55d7e2b497a
3
+ size 526353483
run-0/checkpoint-6/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46e50a8fcb223a8a4eaf2a9edf85b9c594bbe4af888e339f46b55a730a78091e
3
+ size 14645
run-0/checkpoint-6/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ce3c5cdd4050e619f7a535070f2ac3e293e839589a378c98fa375e6a0ab9d44
3
+ size 1465
run-0/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-0/checkpoint-6/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/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-0/checkpoint-6/trainer_state.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 3,
3
+ "best_metric": 0.658226728439331,
4
+ "best_model_checkpoint": "distilbert-base-cased-finetuned-acuteCinderellaAphasiaDetection/run-0/checkpoint-3",
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.658226728439331,
16
+ "eval_runtime": 0.0604,
17
+ "eval_samples_per_second": 182.021,
18
+ "eval_steps_per_second": 99.284,
19
+ "step": 3
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "eval_balanced_accuracy": 0.5,
24
+ "eval_loss": 0.6670505404472351,
25
+ "eval_runtime": 0.0588,
26
+ "eval_samples_per_second": 186.99,
27
+ "eval_steps_per_second": 101.995,
28
+ "step": 6
29
+ }
30
+ ],
31
+ "logging_steps": 500,
32
+ "max_steps": 15,
33
+ "num_input_tokens_seen": 0,
34
+ "num_train_epochs": 5,
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": false
44
+ },
45
+ "attributes": {}
46
+ }
47
+ },
48
+ "total_flos": 0,
49
+ "train_batch_size": 16,
50
+ "trial_name": null,
51
+ "trial_params": {
52
+ "learning_rate": 4.778085328486241e-05,
53
+ "num_train_epochs": 5,
54
+ "per_device_train_batch_size": 16,
55
+ "seed": 15
56
+ }
57
+ }
run-0/checkpoint-6/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6812e5cab0904abb152713c66b19c036e1303e3b63f3a466131f48a7f1a74b3
3
+ size 5969
run-0/checkpoint-6/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-9/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-0/checkpoint-9/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:089ce606bc8c7a09ccb035f3e710bf00a657f4bc6b631beea2970907f80b150b
3
+ size 263144680
run-0/checkpoint-9/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee0450a33ae810e6bde18e8752d40343de04dd4ed5c3bf119f0248cb26f13010
3
+ size 526353483
run-0/checkpoint-9/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:480e34b36c51c917eeb3164cf8e9283661bdf9114e3d0ea947f9108a9667605c
3
+ size 14645