Silicon23 commited on
Commit
83b2dc2
·
verified ·
1 Parent(s): 99d53cf

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. model.safetensors +1 -1
  2. run-0/checkpoint-1350/config.json +27 -0
  3. run-0/checkpoint-1350/model.safetensors +3 -0
  4. run-0/checkpoint-1350/optimizer.pt +3 -0
  5. run-0/checkpoint-1350/rng_state.pth +3 -0
  6. run-0/checkpoint-1350/scheduler.pt +3 -0
  7. run-0/checkpoint-1350/special_tokens_map.json +37 -0
  8. run-0/checkpoint-1350/tokenizer.json +0 -0
  9. run-0/checkpoint-1350/tokenizer_config.json +59 -0
  10. run-0/checkpoint-1350/trainer_state.json +79 -0
  11. run-0/checkpoint-1350/training_args.bin +3 -0
  12. run-0/checkpoint-1350/vocab.txt +0 -0
  13. run-0/checkpoint-1800/config.json +27 -0
  14. run-0/checkpoint-1800/model.safetensors +3 -0
  15. run-0/checkpoint-1800/optimizer.pt +3 -0
  16. run-0/checkpoint-1800/rng_state.pth +3 -0
  17. run-0/checkpoint-1800/scheduler.pt +3 -0
  18. run-0/checkpoint-1800/special_tokens_map.json +37 -0
  19. run-0/checkpoint-1800/tokenizer.json +0 -0
  20. run-0/checkpoint-1800/tokenizer_config.json +59 -0
  21. run-0/checkpoint-1800/trainer_state.json +95 -0
  22. run-0/checkpoint-1800/training_args.bin +3 -0
  23. run-0/checkpoint-1800/vocab.txt +0 -0
  24. run-0/checkpoint-450/model.safetensors +1 -1
  25. run-0/checkpoint-450/optimizer.pt +1 -1
  26. run-0/checkpoint-450/rng_state.pth +1 -1
  27. run-0/checkpoint-450/scheduler.pt +1 -1
  28. run-0/checkpoint-450/trainer_state.json +12 -12
  29. run-0/checkpoint-450/training_args.bin +1 -1
  30. run-0/checkpoint-900/config.json +27 -0
  31. run-0/checkpoint-900/model.safetensors +3 -0
  32. run-0/checkpoint-900/optimizer.pt +3 -0
  33. run-0/checkpoint-900/rng_state.pth +3 -0
  34. run-0/checkpoint-900/scheduler.pt +3 -0
  35. run-0/checkpoint-900/special_tokens_map.json +37 -0
  36. run-0/checkpoint-900/tokenizer.json +0 -0
  37. run-0/checkpoint-900/tokenizer_config.json +59 -0
  38. run-0/checkpoint-900/trainer_state.json +63 -0
  39. run-0/checkpoint-900/training_args.bin +3 -0
  40. run-0/checkpoint-900/vocab.txt +0 -0
  41. run-1/checkpoint-113/config.json +27 -0
  42. run-1/checkpoint-113/model.safetensors +3 -0
  43. run-1/checkpoint-113/optimizer.pt +3 -0
  44. run-1/checkpoint-113/rng_state.pth +3 -0
  45. run-1/checkpoint-113/scheduler.pt +3 -0
  46. run-1/checkpoint-113/special_tokens_map.json +37 -0
  47. run-1/checkpoint-113/tokenizer.json +0 -0
  48. run-1/checkpoint-113/tokenizer_config.json +59 -0
  49. run-1/checkpoint-113/trainer_state.json +47 -0
  50. run-1/checkpoint-113/training_args.bin +3 -0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3d9cf6e08108ec956b577d447f798865d5df7e0c5b49f1e0913c20b1325086e3
3
  size 433270768
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4aec5cc494e807df52fdcc90d7b4001bc07af0eb0579e01f5697f6b86e18d154
3
  size 433270768
run-0/checkpoint-1350/config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "AIMH/mental-bert-base-cased",
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.42.4",
24
+ "type_vocab_size": 2,
25
+ "use_cache": true,
26
+ "vocab_size": 28996
27
+ }
run-0/checkpoint-1350/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc91495f16d1db113d8a028efdf1a820a6ad71cea388207f324e8c64d655764b
3
+ size 433270768
run-0/checkpoint-1350/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06c5ccf2a078cc151b8c97fb1dbea0cd7ce20652a82bfea4e8bf976d036eb589
3
+ size 866662650
run-0/checkpoint-1350/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80d6cb45686c5d32c091586e8b9ceb903a709b263206391a741ee85a8f713693
3
+ size 14244
run-0/checkpoint-1350/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7830b0d62f068e4375f246bfe8c8ee557d9e7a80e55de7b3d8fd14137548e59b
3
+ size 1064
run-0/checkpoint-1350/special_tokens_map.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
+ }
run-0/checkpoint-1350/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-1350/tokenizer_config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": false,
47
+ "mask_token": "[MASK]",
48
+ "max_length": 512,
49
+ "model_max_length": 512,
50
+ "pad_token": "[PAD]",
51
+ "sep_token": "[SEP]",
52
+ "stride": 0,
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "BertTokenizer",
56
+ "truncation_side": "right",
57
+ "truncation_strategy": "longest_first",
58
+ "unk_token": "[UNK]"
59
+ }
run-0/checkpoint-1350/trainer_state.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.601,
3
+ "best_model_checkpoint": "BERTForDetectingDepression-Twitter2020/run-0/checkpoint-900",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1350,
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.582,
14
+ "eval_loss": 0.6757144927978516,
15
+ "eval_runtime": 3.0923,
16
+ "eval_samples_per_second": 646.762,
17
+ "eval_steps_per_second": 40.423,
18
+ "step": 450
19
+ },
20
+ {
21
+ "epoch": 1.1111111111111112,
22
+ "grad_norm": 5.332789897918701,
23
+ "learning_rate": 4.4111292546040205e-06,
24
+ "loss": 0.6722,
25
+ "step": 500
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "eval_accuracy": 0.601,
30
+ "eval_loss": 0.6751155257225037,
31
+ "eval_runtime": 3.0546,
32
+ "eval_samples_per_second": 654.76,
33
+ "eval_steps_per_second": 40.923,
34
+ "step": 900
35
+ },
36
+ {
37
+ "epoch": 2.2222222222222223,
38
+ "grad_norm": 10.084617614746094,
39
+ "learning_rate": 2.71454107975632e-06,
40
+ "loss": 0.6238,
41
+ "step": 1000
42
+ },
43
+ {
44
+ "epoch": 3.0,
45
+ "eval_accuracy": 0.6005,
46
+ "eval_loss": 0.6901094317436218,
47
+ "eval_runtime": 3.0873,
48
+ "eval_samples_per_second": 647.825,
49
+ "eval_steps_per_second": 40.489,
50
+ "step": 1350
51
+ }
52
+ ],
53
+ "logging_steps": 500,
54
+ "max_steps": 1800,
55
+ "num_input_tokens_seen": 0,
56
+ "num_train_epochs": 4,
57
+ "save_steps": 500,
58
+ "stateful_callbacks": {
59
+ "TrainerControl": {
60
+ "args": {
61
+ "should_epoch_stop": false,
62
+ "should_evaluate": false,
63
+ "should_log": false,
64
+ "should_save": true,
65
+ "should_training_stop": false
66
+ },
67
+ "attributes": {}
68
+ }
69
+ },
70
+ "total_flos": 117711363946800.0,
71
+ "train_batch_size": 4,
72
+ "trial_name": null,
73
+ "trial_params": {
74
+ "learning_rate": 6.1077174294517206e-06,
75
+ "num_train_epochs": 4,
76
+ "per_device_train_batch_size": 4,
77
+ "seed": 11
78
+ }
79
+ }
run-0/checkpoint-1350/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:306a1f2e3e0a5644b71231cb5f1bf928bfa031e0dfefec97a7754c9f173d2b4d
3
+ size 5176
run-0/checkpoint-1350/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-1800/config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "AIMH/mental-bert-base-cased",
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.42.4",
24
+ "type_vocab_size": 2,
25
+ "use_cache": true,
26
+ "vocab_size": 28996
27
+ }
run-0/checkpoint-1800/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e92cba633751515439e008eb0a732cb9e893fada28c061309ee7f8af0fa0075d
3
+ size 433270768
run-0/checkpoint-1800/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:734f788bc68a9810eaf2ef78470f47787355e2f9923a82b1924a7875e72bf879
3
+ size 866662650
run-0/checkpoint-1800/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41f1239e0908f3bcc43e4bd63c94171792c8e1ea7eed2c7b53e0c6d7bc6bc04f
3
+ size 14244
run-0/checkpoint-1800/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e392658cc508032cd33bdf44abc531401a3212f97bca3e99260e949e8e7b8474
3
+ size 1064
run-0/checkpoint-1800/special_tokens_map.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
+ }
run-0/checkpoint-1800/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-1800/tokenizer_config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": false,
47
+ "mask_token": "[MASK]",
48
+ "max_length": 512,
49
+ "model_max_length": 512,
50
+ "pad_token": "[PAD]",
51
+ "sep_token": "[SEP]",
52
+ "stride": 0,
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "BertTokenizer",
56
+ "truncation_side": "right",
57
+ "truncation_strategy": "longest_first",
58
+ "unk_token": "[UNK]"
59
+ }
run-0/checkpoint-1800/trainer_state.json ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.6095,
3
+ "best_model_checkpoint": "BERTForDetectingDepression-Twitter2020/run-0/checkpoint-1800",
4
+ "epoch": 4.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1800,
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.582,
14
+ "eval_loss": 0.6757144927978516,
15
+ "eval_runtime": 3.0923,
16
+ "eval_samples_per_second": 646.762,
17
+ "eval_steps_per_second": 40.423,
18
+ "step": 450
19
+ },
20
+ {
21
+ "epoch": 1.1111111111111112,
22
+ "grad_norm": 5.332789897918701,
23
+ "learning_rate": 4.4111292546040205e-06,
24
+ "loss": 0.6722,
25
+ "step": 500
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "eval_accuracy": 0.601,
30
+ "eval_loss": 0.6751155257225037,
31
+ "eval_runtime": 3.0546,
32
+ "eval_samples_per_second": 654.76,
33
+ "eval_steps_per_second": 40.923,
34
+ "step": 900
35
+ },
36
+ {
37
+ "epoch": 2.2222222222222223,
38
+ "grad_norm": 10.084617614746094,
39
+ "learning_rate": 2.71454107975632e-06,
40
+ "loss": 0.6238,
41
+ "step": 1000
42
+ },
43
+ {
44
+ "epoch": 3.0,
45
+ "eval_accuracy": 0.6005,
46
+ "eval_loss": 0.6901094317436218,
47
+ "eval_runtime": 3.0873,
48
+ "eval_samples_per_second": 647.825,
49
+ "eval_steps_per_second": 40.489,
50
+ "step": 1350
51
+ },
52
+ {
53
+ "epoch": 3.3333333333333335,
54
+ "grad_norm": 8.786356925964355,
55
+ "learning_rate": 1.01795290490862e-06,
56
+ "loss": 0.5528,
57
+ "step": 1500
58
+ },
59
+ {
60
+ "epoch": 4.0,
61
+ "eval_accuracy": 0.6095,
62
+ "eval_loss": 0.7042331099510193,
63
+ "eval_runtime": 3.1133,
64
+ "eval_samples_per_second": 642.413,
65
+ "eval_steps_per_second": 40.151,
66
+ "step": 1800
67
+ }
68
+ ],
69
+ "logging_steps": 500,
70
+ "max_steps": 1800,
71
+ "num_input_tokens_seen": 0,
72
+ "num_train_epochs": 4,
73
+ "save_steps": 500,
74
+ "stateful_callbacks": {
75
+ "TrainerControl": {
76
+ "args": {
77
+ "should_epoch_stop": false,
78
+ "should_evaluate": false,
79
+ "should_log": false,
80
+ "should_save": true,
81
+ "should_training_stop": true
82
+ },
83
+ "attributes": {}
84
+ }
85
+ },
86
+ "total_flos": 177197073564480.0,
87
+ "train_batch_size": 4,
88
+ "trial_name": null,
89
+ "trial_params": {
90
+ "learning_rate": 6.1077174294517206e-06,
91
+ "num_train_epochs": 4,
92
+ "per_device_train_batch_size": 4,
93
+ "seed": 11
94
+ }
95
+ }
run-0/checkpoint-1800/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:306a1f2e3e0a5644b71231cb5f1bf928bfa031e0dfefec97a7754c9f173d2b4d
3
+ size 5176
run-0/checkpoint-1800/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-450/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3d9cf6e08108ec956b577d447f798865d5df7e0c5b49f1e0913c20b1325086e3
3
  size 433270768
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4aec5cc494e807df52fdcc90d7b4001bc07af0eb0579e01f5697f6b86e18d154
3
  size 433270768
run-0/checkpoint-450/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3aa761d75654c53d130a610651c0e5810252854f51a1b9ee85fa0e6821b99816
3
  size 866662650
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7953ea1971895df03da6a0f26098ca912b867c5e760d15ee883e3dc7a5d1bc0
3
  size 866662650
run-0/checkpoint-450/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6edc5a4391b7a0bf956d9b303e80f47c2d9c175db13f6f3655c9ac11de1b1537
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7354178e72b62fe5640b8c83773b8cb4ba1969437018cbc9b0d2446625b4705c
3
  size 14244
run-0/checkpoint-450/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:10fc158db76c8f941e6026986d791697f9661c481151bb73e29a8fe812f9b06e
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84a1b222b5e7e5a3c36403b8bc5bb80655029784c4afda217dc99e49207dc555
3
  size 1064
run-0/checkpoint-450/trainer_state.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "best_metric": 0.582,
3
  "best_model_checkpoint": "BERTForDetectingDepression-Twitter2020/run-0/checkpoint-450",
4
  "epoch": 1.0,
5
  "eval_steps": 500,
@@ -10,18 +10,18 @@
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
- "eval_accuracy": 0.582,
14
- "eval_loss": 0.6757144927978516,
15
- "eval_runtime": 3.0923,
16
- "eval_samples_per_second": 646.762,
17
- "eval_steps_per_second": 40.423,
18
  "step": 450
19
  }
20
  ],
21
  "logging_steps": 500,
22
- "max_steps": 1800,
23
  "num_input_tokens_seen": 0,
24
- "num_train_epochs": 4,
25
  "save_steps": 500,
26
  "stateful_callbacks": {
27
  "TrainerControl": {
@@ -30,7 +30,7 @@
30
  "should_evaluate": false,
31
  "should_log": false,
32
  "should_save": true,
33
- "should_training_stop": false
34
  },
35
  "attributes": {}
36
  }
@@ -39,9 +39,9 @@
39
  "train_batch_size": 4,
40
  "trial_name": null,
41
  "trial_params": {
42
- "learning_rate": 6.1077174294517206e-06,
43
- "num_train_epochs": 4,
44
  "per_device_train_batch_size": 4,
45
- "seed": 11
46
  }
47
  }
 
1
  {
2
+ "best_metric": 0.5775,
3
  "best_model_checkpoint": "BERTForDetectingDepression-Twitter2020/run-0/checkpoint-450",
4
  "epoch": 1.0,
5
  "eval_steps": 500,
 
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
+ "eval_accuracy": 0.5775,
14
+ "eval_loss": 0.6721444129943848,
15
+ "eval_runtime": 3.1417,
16
+ "eval_samples_per_second": 636.592,
17
+ "eval_steps_per_second": 39.787,
18
  "step": 450
19
  }
20
  ],
21
  "logging_steps": 500,
22
+ "max_steps": 450,
23
  "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 1,
25
  "save_steps": 500,
26
  "stateful_callbacks": {
27
  "TrainerControl": {
 
30
  "should_evaluate": false,
31
  "should_log": false,
32
  "should_save": true,
33
+ "should_training_stop": true
34
  },
35
  "attributes": {}
36
  }
 
39
  "train_batch_size": 4,
40
  "trial_name": null,
41
  "trial_params": {
42
+ "learning_rate": 2.9756235955884987e-06,
43
+ "num_train_epochs": 1,
44
  "per_device_train_batch_size": 4,
45
+ "seed": 6
46
  }
47
  }
run-0/checkpoint-450/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:306a1f2e3e0a5644b71231cb5f1bf928bfa031e0dfefec97a7754c9f173d2b4d
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d38c6d6ebdd0f678d78aa49abbd1aaddd569cfb3e35dad0222aced730dc5d871
3
  size 5176
run-0/checkpoint-900/config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "AIMH/mental-bert-base-cased",
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.42.4",
24
+ "type_vocab_size": 2,
25
+ "use_cache": true,
26
+ "vocab_size": 28996
27
+ }
run-0/checkpoint-900/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bd75bd69394940408678e4d06f2b525b7b417000d2983074aca193f5988d117
3
+ size 433270768
run-0/checkpoint-900/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abf663e8b0613810b5ec81318d1ffce83af56d770a074818dc2454dec0bebeb3
3
+ size 866662650
run-0/checkpoint-900/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34abbc9fd10ded646deee010b0618d9b4cb4145a7e0743059bff7dfcf3e14c4e
3
+ size 14244
run-0/checkpoint-900/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4e8aed687b07f4eded2dfa48827ccca26b591efbba302aa112217b93b96e9e9
3
+ size 1064
run-0/checkpoint-900/special_tokens_map.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
+ }
run-0/checkpoint-900/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-900/tokenizer_config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": false,
47
+ "mask_token": "[MASK]",
48
+ "max_length": 512,
49
+ "model_max_length": 512,
50
+ "pad_token": "[PAD]",
51
+ "sep_token": "[SEP]",
52
+ "stride": 0,
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "BertTokenizer",
56
+ "truncation_side": "right",
57
+ "truncation_strategy": "longest_first",
58
+ "unk_token": "[UNK]"
59
+ }
run-0/checkpoint-900/trainer_state.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.601,
3
+ "best_model_checkpoint": "BERTForDetectingDepression-Twitter2020/run-0/checkpoint-900",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 900,
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.582,
14
+ "eval_loss": 0.6757144927978516,
15
+ "eval_runtime": 3.0923,
16
+ "eval_samples_per_second": 646.762,
17
+ "eval_steps_per_second": 40.423,
18
+ "step": 450
19
+ },
20
+ {
21
+ "epoch": 1.1111111111111112,
22
+ "grad_norm": 5.332789897918701,
23
+ "learning_rate": 4.4111292546040205e-06,
24
+ "loss": 0.6722,
25
+ "step": 500
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "eval_accuracy": 0.601,
30
+ "eval_loss": 0.6751155257225037,
31
+ "eval_runtime": 3.0546,
32
+ "eval_samples_per_second": 654.76,
33
+ "eval_steps_per_second": 40.923,
34
+ "step": 900
35
+ }
36
+ ],
37
+ "logging_steps": 500,
38
+ "max_steps": 1800,
39
+ "num_input_tokens_seen": 0,
40
+ "num_train_epochs": 4,
41
+ "save_steps": 500,
42
+ "stateful_callbacks": {
43
+ "TrainerControl": {
44
+ "args": {
45
+ "should_epoch_stop": false,
46
+ "should_evaluate": false,
47
+ "should_log": false,
48
+ "should_save": true,
49
+ "should_training_stop": false
50
+ },
51
+ "attributes": {}
52
+ }
53
+ },
54
+ "total_flos": 59639876251680.0,
55
+ "train_batch_size": 4,
56
+ "trial_name": null,
57
+ "trial_params": {
58
+ "learning_rate": 6.1077174294517206e-06,
59
+ "num_train_epochs": 4,
60
+ "per_device_train_batch_size": 4,
61
+ "seed": 11
62
+ }
63
+ }
run-0/checkpoint-900/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:306a1f2e3e0a5644b71231cb5f1bf928bfa031e0dfefec97a7754c9f173d2b4d
3
+ size 5176
run-0/checkpoint-900/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-1/checkpoint-113/config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "AIMH/mental-bert-base-cased",
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.42.4",
24
+ "type_vocab_size": 2,
25
+ "use_cache": true,
26
+ "vocab_size": 28996
27
+ }
run-1/checkpoint-113/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ef512dc333e02dd50a0fbeeaa10cf86a89145edfa2bc6bbbb15e688362592bc
3
+ size 433270768
run-1/checkpoint-113/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e55d402f5cb660682f0fa717747bacc14ee39183732b604b9bb149c181501ce6
3
+ size 866662650
run-1/checkpoint-113/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df79dd5bba777654c58009215bdcca11b3db6c3ed63fbd2ae632bd87f7802be0
3
+ size 14308
run-1/checkpoint-113/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f14a8aa7de27c23773b80f4eeba81aed83cbcd2b982f4d91b76fa456f56f643d
3
+ size 1064
run-1/checkpoint-113/special_tokens_map.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
+ }
run-1/checkpoint-113/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-1/checkpoint-113/tokenizer_config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": false,
47
+ "mask_token": "[MASK]",
48
+ "max_length": 512,
49
+ "model_max_length": 512,
50
+ "pad_token": "[PAD]",
51
+ "sep_token": "[SEP]",
52
+ "stride": 0,
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "BertTokenizer",
56
+ "truncation_side": "right",
57
+ "truncation_strategy": "longest_first",
58
+ "unk_token": "[UNK]"
59
+ }
run-1/checkpoint-113/trainer_state.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.5945,
3
+ "best_model_checkpoint": "BERTForDetectingDepression-Twitter2020/run-1/checkpoint-113",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 113,
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.5945,
14
+ "eval_loss": 0.6746140718460083,
15
+ "eval_runtime": 3.0608,
16
+ "eval_samples_per_second": 653.432,
17
+ "eval_steps_per_second": 40.84,
18
+ "step": 113
19
+ }
20
+ ],
21
+ "logging_steps": 500,
22
+ "max_steps": 565,
23
+ "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 5,
25
+ "save_steps": 500,
26
+ "stateful_callbacks": {
27
+ "TrainerControl": {
28
+ "args": {
29
+ "should_epoch_stop": false,
30
+ "should_evaluate": false,
31
+ "should_log": false,
32
+ "should_save": true,
33
+ "should_training_stop": false
34
+ },
35
+ "attributes": {}
36
+ }
37
+ },
38
+ "total_flos": 0,
39
+ "train_batch_size": 16,
40
+ "trial_name": null,
41
+ "trial_params": {
42
+ "learning_rate": 5.117087338208196e-05,
43
+ "num_train_epochs": 5,
44
+ "per_device_train_batch_size": 16,
45
+ "seed": 26
46
+ }
47
+ }
run-1/checkpoint-113/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c6cf6d62bd96276ddb153ee4c0dd1056bc0032dc430c2a812d2ddb559048838
3
+ size 5176