lilyray commited on
Commit
34ff836
·
verified ·
1 Parent(s): 8fb5bfb

distilbert-irony-hyper

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +8 -11
  2. model.safetensors +1 -1
  3. run-0/checkpoint-179/config.json +25 -0
  4. run-0/checkpoint-179/model.safetensors +3 -0
  5. run-0/checkpoint-179/optimizer.pt +3 -0
  6. run-0/checkpoint-179/rng_state.pth +3 -0
  7. run-0/checkpoint-179/scheduler.pt +3 -0
  8. run-0/checkpoint-179/special_tokens_map.json +7 -0
  9. run-0/checkpoint-179/tokenizer_config.json +57 -0
  10. run-0/checkpoint-179/trainer_state.json +35 -0
  11. run-0/checkpoint-179/training_args.bin +3 -0
  12. run-0/checkpoint-179/vocab.txt +0 -0
  13. run-0/checkpoint-358/config.json +25 -0
  14. run-0/checkpoint-358/model.safetensors +3 -0
  15. run-0/checkpoint-358/optimizer.pt +3 -0
  16. run-0/checkpoint-358/rng_state.pth +3 -0
  17. run-0/checkpoint-358/scheduler.pt +3 -0
  18. run-0/checkpoint-358/special_tokens_map.json +7 -0
  19. run-0/checkpoint-358/tokenizer_config.json +57 -0
  20. run-0/checkpoint-358/trainer_state.json +44 -0
  21. run-0/checkpoint-358/training_args.bin +3 -0
  22. run-0/checkpoint-358/vocab.txt +0 -0
  23. run-0/checkpoint-537/config.json +25 -0
  24. run-0/checkpoint-537/model.safetensors +3 -0
  25. run-0/checkpoint-537/optimizer.pt +3 -0
  26. run-0/checkpoint-537/rng_state.pth +3 -0
  27. run-0/checkpoint-537/scheduler.pt +3 -0
  28. run-0/checkpoint-537/special_tokens_map.json +7 -0
  29. run-0/checkpoint-537/tokenizer_config.json +57 -0
  30. run-0/checkpoint-537/trainer_state.json +60 -0
  31. run-0/checkpoint-537/training_args.bin +3 -0
  32. run-0/checkpoint-537/vocab.txt +0 -0
  33. run-0/checkpoint-716/config.json +25 -0
  34. run-0/checkpoint-716/model.safetensors +3 -0
  35. run-0/checkpoint-716/optimizer.pt +3 -0
  36. run-0/checkpoint-716/rng_state.pth +3 -0
  37. run-0/checkpoint-716/scheduler.pt +3 -0
  38. run-0/checkpoint-716/special_tokens_map.json +7 -0
  39. run-0/checkpoint-716/tokenizer_config.json +57 -0
  40. run-0/checkpoint-716/trainer_state.json +69 -0
  41. run-0/checkpoint-716/training_args.bin +3 -0
  42. run-0/checkpoint-716/vocab.txt +0 -0
  43. run-1/checkpoint-179/config.json +25 -0
  44. run-1/checkpoint-179/model.safetensors +3 -0
  45. run-1/checkpoint-179/optimizer.pt +3 -0
  46. run-1/checkpoint-179/rng_state.pth +3 -0
  47. run-1/checkpoint-179/scheduler.pt +3 -0
  48. run-1/checkpoint-179/special_tokens_map.json +7 -0
  49. run-1/checkpoint-179/tokenizer_config.json +57 -0
  50. run-1/checkpoint-179/trainer_state.json +35 -0
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.4854
21
- - Accuracy: 0.7753
22
 
23
  ## Model description
24
 
@@ -37,23 +37,20 @@ More information needed
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
- - learning_rate: 2e-05
41
- - train_batch_size: 8
42
  - eval_batch_size: 8
43
- - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
- - num_epochs: 5
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | No log | 1.0 | 358 | 0.5964 | 0.6817 |
53
- | 0.6001 | 2.0 | 716 | 0.6292 | 0.6984 |
54
- | 0.3988 | 3.0 | 1074 | 0.8125 | 0.6974 |
55
- | 0.3988 | 4.0 | 1432 | 1.2034 | 0.6817 |
56
- | 0.212 | 5.0 | 1790 | 1.3528 | 0.6817 |
57
 
58
 
59
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.6232
21
+ - Accuracy: 0.6467
22
 
23
  ## Model description
24
 
 
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
+ - learning_rate: 4.268152647097221e-05
41
+ - train_batch_size: 16
42
  - eval_batch_size: 8
43
+ - seed: 2
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
+ - num_epochs: 2
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | No log | 1.0 | 179 | 0.5912 | 0.6701 |
53
+ | No log | 2.0 | 358 | 0.6109 | 0.6837 |
 
 
 
54
 
55
 
56
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0ac2f467fd7283bfeb608e7c07e7ea0e77f93dec67aba487a3cd7e9870a9958f
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bad854d772225a8f4a680bf070c5ec15d0f90673bb70e0aaba14a3a13c06ba9
3
  size 267832560
run-0/checkpoint-179/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
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
+ "pad_token_id": 0,
17
+ "problem_type": "single_label_classification",
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": false,
21
+ "tie_weights_": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.38.2",
24
+ "vocab_size": 30522
25
+ }
run-0/checkpoint-179/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10a2004847a6b6354b1a06f4a0cd58fef02ebd4e051825be795eeee22e06a847
3
+ size 267832560
run-0/checkpoint-179/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:507e3f5d7b4c2344cb5aa3d3af579bfbb3078ce89ff19ac795e97c4977f8d347
3
+ size 535727290
run-0/checkpoint-179/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e201bd0daf6272369d70630574d07eafab969fe9d03b4e0e99ffab32524c637
3
+ size 14244
run-0/checkpoint-179/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b08c65ec3d5e754faa0b67ee7b015e4bc95d52e261f90c819caab5e1bb03e0fb
3
+ size 1064
run-0/checkpoint-179/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-179/tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "never_split": null,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "DistilBertTokenizer",
56
+ "unk_token": "[UNK]"
57
+ }
run-0/checkpoint-179/trainer_state.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.6798288226127625,
3
+ "best_model_checkpoint": "./distilbert/run-0/checkpoint-179",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 179,
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.5784722222222222,
14
+ "eval_loss": 0.6798288226127625,
15
+ "eval_runtime": 5.3067,
16
+ "eval_samples_per_second": 179.961,
17
+ "eval_steps_per_second": 22.613,
18
+ "step": 179
19
+ }
20
+ ],
21
+ "logging_steps": 500,
22
+ "max_steps": 716,
23
+ "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 4,
25
+ "save_steps": 500,
26
+ "total_flos": 0,
27
+ "train_batch_size": 16,
28
+ "trial_name": null,
29
+ "trial_params": {
30
+ "learning_rate": 2.556759622796195e-06,
31
+ "num_train_epochs": 4,
32
+ "per_device_train_batch_size": 16,
33
+ "seed": 39
34
+ }
35
+ }
run-0/checkpoint-179/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25dae4db71985e91853b8722bde64461a96b971ae12b46e7e00357834fba150e
3
+ size 4920
run-0/checkpoint-179/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-358/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
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
+ "pad_token_id": 0,
17
+ "problem_type": "single_label_classification",
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": false,
21
+ "tie_weights_": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.38.2",
24
+ "vocab_size": 30522
25
+ }
run-0/checkpoint-358/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22f2628b01ee8c5a63f0907f0066aa5a858d5ffda41b9331ec9eb7e5c1eb9376
3
+ size 267832560
run-0/checkpoint-358/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecbf9757fb29fd94c954c6dfb2e0b6c76a9999d48cb6048ff163945fc21763de
3
+ size 535727290
run-0/checkpoint-358/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87ac28b3badfac499e3ffee0dd7887c238588f6165649814ca117cc4f8e3a5d9
3
+ size 14244
run-0/checkpoint-358/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40d2fc968400ea97a983310368344784aa6c869519c5b089599ac76a8e7bd97f
3
+ size 1064
run-0/checkpoint-358/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-358/tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "never_split": null,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "DistilBertTokenizer",
56
+ "unk_token": "[UNK]"
57
+ }
run-0/checkpoint-358/trainer_state.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.6606646180152893,
3
+ "best_model_checkpoint": "./distilbert/run-0/checkpoint-358",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 358,
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.5784722222222222,
14
+ "eval_loss": 0.6798288226127625,
15
+ "eval_runtime": 5.3067,
16
+ "eval_samples_per_second": 179.961,
17
+ "eval_steps_per_second": 22.613,
18
+ "step": 179
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.6045138888888888,
23
+ "eval_loss": 0.6606646180152893,
24
+ "eval_runtime": 5.2957,
25
+ "eval_samples_per_second": 180.334,
26
+ "eval_steps_per_second": 22.66,
27
+ "step": 358
28
+ }
29
+ ],
30
+ "logging_steps": 500,
31
+ "max_steps": 716,
32
+ "num_input_tokens_seen": 0,
33
+ "num_train_epochs": 4,
34
+ "save_steps": 500,
35
+ "total_flos": 0,
36
+ "train_batch_size": 16,
37
+ "trial_name": null,
38
+ "trial_params": {
39
+ "learning_rate": 2.556759622796195e-06,
40
+ "num_train_epochs": 4,
41
+ "per_device_train_batch_size": 16,
42
+ "seed": 39
43
+ }
44
+ }
run-0/checkpoint-358/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25dae4db71985e91853b8722bde64461a96b971ae12b46e7e00357834fba150e
3
+ size 4920
run-0/checkpoint-358/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-537/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
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
+ "pad_token_id": 0,
17
+ "problem_type": "single_label_classification",
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": false,
21
+ "tie_weights_": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.38.2",
24
+ "vocab_size": 30522
25
+ }
run-0/checkpoint-537/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd6631ac5ef3ff4e8117b3002fec57d1932e4c8dab7f08082f265b2c5b7840b0
3
+ size 267832560
run-0/checkpoint-537/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9851109701b43d5b6f1ac365e12e468ef7a64e5ad19d373d5b16c66b57098dab
3
+ size 535727290
run-0/checkpoint-537/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45a805abbcf4b6a5209860837981feeca04033d4aed37340309556341d95903f
3
+ size 14244
run-0/checkpoint-537/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b452e356e00f9255efd03421390269ded208bc8e1b4e27a265078417b2a0fd2
3
+ size 1064
run-0/checkpoint-537/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-537/tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "never_split": null,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "DistilBertTokenizer",
56
+ "unk_token": "[UNK]"
57
+ }
run-0/checkpoint-537/trainer_state.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.654659628868103,
3
+ "best_model_checkpoint": "./distilbert/run-0/checkpoint-537",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 537,
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.5784722222222222,
14
+ "eval_loss": 0.6798288226127625,
15
+ "eval_runtime": 5.3067,
16
+ "eval_samples_per_second": 179.961,
17
+ "eval_steps_per_second": 22.613,
18
+ "step": 179
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.6045138888888888,
23
+ "eval_loss": 0.6606646180152893,
24
+ "eval_runtime": 5.2957,
25
+ "eval_samples_per_second": 180.334,
26
+ "eval_steps_per_second": 22.66,
27
+ "step": 358
28
+ },
29
+ {
30
+ "epoch": 2.79,
31
+ "grad_norm": 4.923989295959473,
32
+ "learning_rate": 7.713129588323717e-07,
33
+ "loss": 0.667,
34
+ "step": 500
35
+ },
36
+ {
37
+ "epoch": 3.0,
38
+ "eval_accuracy": 0.6024305555555555,
39
+ "eval_loss": 0.654659628868103,
40
+ "eval_runtime": 5.3201,
41
+ "eval_samples_per_second": 179.508,
42
+ "eval_steps_per_second": 22.556,
43
+ "step": 537
44
+ }
45
+ ],
46
+ "logging_steps": 500,
47
+ "max_steps": 716,
48
+ "num_input_tokens_seen": 0,
49
+ "num_train_epochs": 4,
50
+ "save_steps": 500,
51
+ "total_flos": 1059209319653376.0,
52
+ "train_batch_size": 16,
53
+ "trial_name": null,
54
+ "trial_params": {
55
+ "learning_rate": 2.556759622796195e-06,
56
+ "num_train_epochs": 4,
57
+ "per_device_train_batch_size": 16,
58
+ "seed": 39
59
+ }
60
+ }
run-0/checkpoint-537/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25dae4db71985e91853b8722bde64461a96b971ae12b46e7e00357834fba150e
3
+ size 4920
run-0/checkpoint-537/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-716/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
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
+ "pad_token_id": 0,
17
+ "problem_type": "single_label_classification",
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": false,
21
+ "tie_weights_": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.38.2",
24
+ "vocab_size": 30522
25
+ }
run-0/checkpoint-716/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0650a5d51adc1727cef49f80f66e948d5df0a95aad8b1ec67bbb4d21bb0e7ea2
3
+ size 267832560
run-0/checkpoint-716/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9cd2bfadb191606a369ec6d833b904198e9c0ff1c3de190ff1ce93cc55c429e
3
+ size 535727290
run-0/checkpoint-716/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26eb957e2bcfe5954f2ec6c90be1c7eef516fda2aa73b93f6d661cfb78c75563
3
+ size 14244
run-0/checkpoint-716/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eeca1a4f2a06ab1891aa6b6444347289f182f5957e9f8f2786048ae776a97834
3
+ size 1064
run-0/checkpoint-716/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-716/tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "never_split": null,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "DistilBertTokenizer",
56
+ "unk_token": "[UNK]"
57
+ }
run-0/checkpoint-716/trainer_state.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.6529272794723511,
3
+ "best_model_checkpoint": "./distilbert/run-0/checkpoint-716",
4
+ "epoch": 4.0,
5
+ "eval_steps": 500,
6
+ "global_step": 716,
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.5784722222222222,
14
+ "eval_loss": 0.6798288226127625,
15
+ "eval_runtime": 5.3067,
16
+ "eval_samples_per_second": 179.961,
17
+ "eval_steps_per_second": 22.613,
18
+ "step": 179
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.6045138888888888,
23
+ "eval_loss": 0.6606646180152893,
24
+ "eval_runtime": 5.2957,
25
+ "eval_samples_per_second": 180.334,
26
+ "eval_steps_per_second": 22.66,
27
+ "step": 358
28
+ },
29
+ {
30
+ "epoch": 2.79,
31
+ "grad_norm": 4.923989295959473,
32
+ "learning_rate": 7.713129588323717e-07,
33
+ "loss": 0.667,
34
+ "step": 500
35
+ },
36
+ {
37
+ "epoch": 3.0,
38
+ "eval_accuracy": 0.6024305555555555,
39
+ "eval_loss": 0.654659628868103,
40
+ "eval_runtime": 5.3201,
41
+ "eval_samples_per_second": 179.508,
42
+ "eval_steps_per_second": 22.556,
43
+ "step": 537
44
+ },
45
+ {
46
+ "epoch": 4.0,
47
+ "eval_accuracy": 0.6086805555555554,
48
+ "eval_loss": 0.6529272794723511,
49
+ "eval_runtime": 5.2992,
50
+ "eval_samples_per_second": 180.217,
51
+ "eval_steps_per_second": 22.645,
52
+ "step": 716
53
+ }
54
+ ],
55
+ "logging_steps": 500,
56
+ "max_steps": 716,
57
+ "num_input_tokens_seen": 0,
58
+ "num_train_epochs": 4,
59
+ "save_steps": 500,
60
+ "total_flos": 1059209319653376.0,
61
+ "train_batch_size": 16,
62
+ "trial_name": null,
63
+ "trial_params": {
64
+ "learning_rate": 2.556759622796195e-06,
65
+ "num_train_epochs": 4,
66
+ "per_device_train_batch_size": 16,
67
+ "seed": 39
68
+ }
69
+ }
run-0/checkpoint-716/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25dae4db71985e91853b8722bde64461a96b971ae12b46e7e00357834fba150e
3
+ size 4920
run-0/checkpoint-716/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-1/checkpoint-179/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
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
+ "pad_token_id": 0,
17
+ "problem_type": "single_label_classification",
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": false,
21
+ "tie_weights_": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.38.2",
24
+ "vocab_size": 30522
25
+ }
run-1/checkpoint-179/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c53f24a98ce6e4fae7bc61fc39fab17064b8422faa0308f312d4c74b967b779f
3
+ size 267832560
run-1/checkpoint-179/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69e43d95efa991f6f69ec34022c047ecef3c033f8607986f5494d11040f77b97
3
+ size 535727290
run-1/checkpoint-179/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d121aae83ebd33c8582e79b4c34690e63e12f82c5ceb578d16918b4d7299803
3
+ size 14244
run-1/checkpoint-179/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c30b67065f71fd1090bd7ab2a2ffb5fffc7df49e96ccc642db6ebb8a503a3f4
3
+ size 1064
run-1/checkpoint-179/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-1/checkpoint-179/tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "never_split": null,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "DistilBertTokenizer",
56
+ "unk_token": "[UNK]"
57
+ }
run-1/checkpoint-179/trainer_state.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.6864913702011108,
3
+ "best_model_checkpoint": "./distilbert/run-1/checkpoint-179",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 179,
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.5673611111111112,
14
+ "eval_loss": 0.6864913702011108,
15
+ "eval_runtime": 5.327,
16
+ "eval_samples_per_second": 179.277,
17
+ "eval_steps_per_second": 22.527,
18
+ "step": 179
19
+ }
20
+ ],
21
+ "logging_steps": 500,
22
+ "max_steps": 716,
23
+ "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 4,
25
+ "save_steps": 500,
26
+ "total_flos": 0,
27
+ "train_batch_size": 16,
28
+ "trial_name": null,
29
+ "trial_params": {
30
+ "learning_rate": 1.5004317532564466e-06,
31
+ "num_train_epochs": 4,
32
+ "per_device_train_batch_size": 16,
33
+ "seed": 36
34
+ }
35
+ }