lilyray commited on
Commit
ea01407
·
verified ·
1 Parent(s): 096d7af

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 +11 -11
  2. config.json +1 -1
  3. model.safetensors +1 -1
  4. run-0/checkpoint-180/config.json +25 -0
  5. run-0/checkpoint-180/model.safetensors +3 -0
  6. run-0/checkpoint-180/optimizer.pt +3 -0
  7. run-0/checkpoint-180/rng_state.pth +3 -0
  8. run-0/checkpoint-180/scheduler.pt +3 -0
  9. run-0/checkpoint-180/special_tokens_map.json +7 -0
  10. run-0/checkpoint-180/tokenizer_config.json +57 -0
  11. run-0/checkpoint-180/trainer_state.json +44 -0
  12. run-0/checkpoint-180/training_args.bin +3 -0
  13. run-0/checkpoint-180/vocab.txt +0 -0
  14. run-0/checkpoint-270/config.json +25 -0
  15. run-0/checkpoint-270/model.safetensors +3 -0
  16. run-0/checkpoint-270/optimizer.pt +3 -0
  17. run-0/checkpoint-270/rng_state.pth +3 -0
  18. run-0/checkpoint-270/scheduler.pt +3 -0
  19. run-0/checkpoint-270/special_tokens_map.json +7 -0
  20. run-0/checkpoint-270/tokenizer_config.json +57 -0
  21. run-0/checkpoint-270/trainer_state.json +53 -0
  22. run-0/checkpoint-270/training_args.bin +3 -0
  23. run-0/checkpoint-270/vocab.txt +0 -0
  24. run-0/checkpoint-360/config.json +25 -0
  25. run-0/checkpoint-360/model.safetensors +3 -0
  26. run-0/checkpoint-360/optimizer.pt +3 -0
  27. run-0/checkpoint-360/rng_state.pth +3 -0
  28. run-0/checkpoint-360/scheduler.pt +3 -0
  29. run-0/checkpoint-360/special_tokens_map.json +7 -0
  30. run-0/checkpoint-360/tokenizer_config.json +57 -0
  31. run-0/checkpoint-360/trainer_state.json +62 -0
  32. run-0/checkpoint-360/training_args.bin +3 -0
  33. run-0/checkpoint-360/vocab.txt +0 -0
  34. run-0/checkpoint-450/config.json +25 -0
  35. run-0/checkpoint-450/model.safetensors +3 -0
  36. run-0/checkpoint-450/optimizer.pt +3 -0
  37. run-0/checkpoint-450/rng_state.pth +3 -0
  38. run-0/checkpoint-450/scheduler.pt +3 -0
  39. run-0/checkpoint-450/special_tokens_map.json +7 -0
  40. run-0/checkpoint-450/tokenizer_config.json +57 -0
  41. run-0/checkpoint-450/trainer_state.json +71 -0
  42. run-0/checkpoint-450/training_args.bin +3 -0
  43. run-0/checkpoint-450/vocab.txt +0 -0
  44. run-0/checkpoint-90/config.json +25 -0
  45. run-0/checkpoint-90/model.safetensors +3 -0
  46. run-0/checkpoint-90/optimizer.pt +3 -0
  47. run-0/checkpoint-90/rng_state.pth +3 -0
  48. run-0/checkpoint-90/scheduler.pt +3 -0
  49. run-0/checkpoint-90/special_tokens_map.json +7 -0
  50. run-0/checkpoint-90/tokenizer_config.json +57 -0
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: apache-2.0
3
- base_model: distilbert-base-uncased
4
  tags:
5
  - generated_from_trainer
6
  metrics:
@@ -15,10 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # results
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.5392
21
- - Accuracy: 0.7362
22
 
23
  ## Model description
24
 
@@ -37,10 +37,10 @@ More information needed
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
- - learning_rate: 2e-05
41
  - train_batch_size: 16
42
  - eval_batch_size: 16
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
@@ -49,11 +49,11 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | No log | 1.0 | 179 | 0.6078 | 0.6534 |
53
- | No log | 2.0 | 358 | 0.6082 | 0.6681 |
54
- | 0.5295 | 3.0 | 537 | 0.6529 | 0.6796 |
55
- | 0.5295 | 4.0 | 716 | 0.7743 | 0.6859 |
56
- | 0.5295 | 5.0 | 895 | 0.8280 | 0.6827 |
57
 
58
 
59
  ### Framework versions
 
1
  ---
2
  license: apache-2.0
3
+ base_model: lilyray/results
4
  tags:
5
  - generated_from_trainer
6
  metrics:
 
15
 
16
  # results
17
 
18
+ This model is a fine-tuned version of [lilyray/results](https://huggingface.co/lilyray/results) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.6652
21
+ - Accuracy: 0.6314
22
 
23
  ## Model description
24
 
 
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
+ - learning_rate: 1.8306204953054156e-05
41
  - train_batch_size: 16
42
  - eval_batch_size: 16
43
+ - seed: 21
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
  - num_epochs: 5
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | No log | 1.0 | 179 | 0.5900 | 0.6866 |
53
+ | No log | 2.0 | 358 | 0.6840 | 0.6725 |
54
+ | 0.4042 | 3.0 | 537 | 0.8741 | 0.6788 |
55
+ | 0.4042 | 4.0 | 716 | 0.9795 | 0.6830 |
56
+ | 0.4042 | 5.0 | 895 | 1.1036 | 0.6892 |
57
 
58
 
59
  ### Framework versions
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
 
1
  {
2
+ "_name_or_path": "lilyray/results",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:26f66a305c7749bdf45977de4fb6af47d6647ff1bbebdff8eb539c9f97a173be
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdecafe472d4c4ce35dc53f58e376c636f15f633933783ea912472ebd6bd7d80
3
  size 267832560
run-0/checkpoint-180/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "lilyray/results",
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-180/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d85c9a495e27f08df016841c7062e25ae382e132357ccf255b7cca10f661198e
3
+ size 267832560
run-0/checkpoint-180/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a6105b89e65d246e639ebe2285e9be97a56825d2ae9017f00de998c9876baee
3
+ size 535727290
run-0/checkpoint-180/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:688e7780c6cb5f00b51df16fb04b3852e67a395dd7d782aff670a1b2fd106538
3
+ size 14244
run-0/checkpoint-180/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dbd9dfc2f3663e2ee4985648d1a4555b15d8466fb9b2b2721a2629ee61c9db4
3
+ size 1064
run-0/checkpoint-180/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-180/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-180/trainer_state.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.5960049629211426,
3
+ "best_model_checkpoint": "./results/run-0/checkpoint-90",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 180,
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.6803977272727272,
14
+ "eval_loss": 0.5960049629211426,
15
+ "eval_runtime": 5.0971,
16
+ "eval_samples_per_second": 187.36,
17
+ "eval_steps_per_second": 11.771,
18
+ "step": 90
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.6902462121212121,
23
+ "eval_loss": 0.6629353165626526,
24
+ "eval_runtime": 5.0656,
25
+ "eval_samples_per_second": 188.526,
26
+ "eval_steps_per_second": 11.845,
27
+ "step": 180
28
+ }
29
+ ],
30
+ "logging_steps": 500,
31
+ "max_steps": 450,
32
+ "num_input_tokens_seen": 0,
33
+ "num_train_epochs": 5,
34
+ "save_steps": 500,
35
+ "total_flos": 0,
36
+ "train_batch_size": 32,
37
+ "trial_name": null,
38
+ "trial_params": {
39
+ "learning_rate": 2.374428821445392e-05,
40
+ "num_train_epochs": 5,
41
+ "per_device_train_batch_size": 32,
42
+ "seed": 18
43
+ }
44
+ }
run-0/checkpoint-180/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c809911af8bcde734461d34e9cd9296dc061619ea903437b2c6ef2728819a861
3
+ size 4920
run-0/checkpoint-180/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-270/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "lilyray/results",
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-270/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd24f13ebb6fac349344d66e3def26d0f1c45e9bfbbdc6102a630a6d909e211b
3
+ size 267832560
run-0/checkpoint-270/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a8f56cd025eb76282c2e2f8202c49473957937962bc15b921f34ff07cb957a7
3
+ size 535727290
run-0/checkpoint-270/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60a0b3f4bb18de7942a12c01b3b107252fdfc685d9d43df7568b3dd269b2546b
3
+ size 14244
run-0/checkpoint-270/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d90d41a84c0f5e3724684cc19c95383e76516d98b6db9fde8dd392966f1e621
3
+ size 1064
run-0/checkpoint-270/special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
run-0/checkpoint-270/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-270/trainer_state.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.5960049629211426,
3
+ "best_model_checkpoint": "./results/run-0/checkpoint-90",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 270,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "eval_accuracy": 0.6803977272727272,
14
+ "eval_loss": 0.5960049629211426,
15
+ "eval_runtime": 5.0971,
16
+ "eval_samples_per_second": 187.36,
17
+ "eval_steps_per_second": 11.771,
18
+ "step": 90
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.6902462121212121,
23
+ "eval_loss": 0.6629353165626526,
24
+ "eval_runtime": 5.0656,
25
+ "eval_samples_per_second": 188.526,
26
+ "eval_steps_per_second": 11.845,
27
+ "step": 180
28
+ },
29
+ {
30
+ "epoch": 3.0,
31
+ "eval_accuracy": 0.6725378787878787,
32
+ "eval_loss": 0.8178173899650574,
33
+ "eval_runtime": 5.0686,
34
+ "eval_samples_per_second": 188.417,
35
+ "eval_steps_per_second": 11.838,
36
+ "step": 270
37
+ }
38
+ ],
39
+ "logging_steps": 500,
40
+ "max_steps": 450,
41
+ "num_input_tokens_seen": 0,
42
+ "num_train_epochs": 5,
43
+ "save_steps": 500,
44
+ "total_flos": 0,
45
+ "train_batch_size": 32,
46
+ "trial_name": null,
47
+ "trial_params": {
48
+ "learning_rate": 2.374428821445392e-05,
49
+ "num_train_epochs": 5,
50
+ "per_device_train_batch_size": 32,
51
+ "seed": 18
52
+ }
53
+ }
run-0/checkpoint-270/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c809911af8bcde734461d34e9cd9296dc061619ea903437b2c6ef2728819a861
3
+ size 4920
run-0/checkpoint-270/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-360/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "lilyray/results",
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-360/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8e7c44d6f13eadf46e21d9b6ea65f112a70342b3e0532398b65cf6f9bf7b22b
3
+ size 267832560
run-0/checkpoint-360/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d0bc7717f986b48c9407304704dcbfd74371e61ecb7b9d1253cacab8a287deb
3
+ size 535727290
run-0/checkpoint-360/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc98e0b5df3fb28179e8973a40a6cf0048ac21ac5453bd69623c9af1d2a563c2
3
+ size 14244
run-0/checkpoint-360/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95f0ac84dc9fca6c032f260743a258fb9cb130945a05dab6f506ba56452399ef
3
+ size 1064
run-0/checkpoint-360/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-360/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-360/trainer_state.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.5960049629211426,
3
+ "best_model_checkpoint": "./results/run-0/checkpoint-90",
4
+ "epoch": 4.0,
5
+ "eval_steps": 500,
6
+ "global_step": 360,
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.6803977272727272,
14
+ "eval_loss": 0.5960049629211426,
15
+ "eval_runtime": 5.0971,
16
+ "eval_samples_per_second": 187.36,
17
+ "eval_steps_per_second": 11.771,
18
+ "step": 90
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.6902462121212121,
23
+ "eval_loss": 0.6629353165626526,
24
+ "eval_runtime": 5.0656,
25
+ "eval_samples_per_second": 188.526,
26
+ "eval_steps_per_second": 11.845,
27
+ "step": 180
28
+ },
29
+ {
30
+ "epoch": 3.0,
31
+ "eval_accuracy": 0.6725378787878787,
32
+ "eval_loss": 0.8178173899650574,
33
+ "eval_runtime": 5.0686,
34
+ "eval_samples_per_second": 188.417,
35
+ "eval_steps_per_second": 11.838,
36
+ "step": 270
37
+ },
38
+ {
39
+ "epoch": 4.0,
40
+ "eval_accuracy": 0.6933712121212121,
41
+ "eval_loss": 0.8935233354568481,
42
+ "eval_runtime": 5.0648,
43
+ "eval_samples_per_second": 188.557,
44
+ "eval_steps_per_second": 11.846,
45
+ "step": 360
46
+ }
47
+ ],
48
+ "logging_steps": 500,
49
+ "max_steps": 450,
50
+ "num_input_tokens_seen": 0,
51
+ "num_train_epochs": 5,
52
+ "save_steps": 500,
53
+ "total_flos": 0,
54
+ "train_batch_size": 32,
55
+ "trial_name": null,
56
+ "trial_params": {
57
+ "learning_rate": 2.374428821445392e-05,
58
+ "num_train_epochs": 5,
59
+ "per_device_train_batch_size": 32,
60
+ "seed": 18
61
+ }
62
+ }
run-0/checkpoint-360/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c809911af8bcde734461d34e9cd9296dc061619ea903437b2c6ef2728819a861
3
+ size 4920
run-0/checkpoint-360/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-450/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "lilyray/results",
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-450/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b8a711666c72157e2f1a6d5176a1c101b3eb128a23453769714919d673f0157
3
+ size 267832560
run-0/checkpoint-450/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db65de5c488f33599b7a9ca323233bc75cc17b56246677005392038ee2b464a1
3
+ size 535727290
run-0/checkpoint-450/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58c646db06292736179189c84ef3fa744bc7609ed968a37af8fc8dd9eab1ac31
3
+ size 14244
run-0/checkpoint-450/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d081bedd923369cf69df55c6029a95b3c27c8c5acd088394c6e9ec09f7a1a3fc
3
+ size 1064
run-0/checkpoint-450/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-450/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-450/trainer_state.json ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.5960049629211426,
3
+ "best_model_checkpoint": "./results/run-0/checkpoint-90",
4
+ "epoch": 5.0,
5
+ "eval_steps": 500,
6
+ "global_step": 450,
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.6803977272727272,
14
+ "eval_loss": 0.5960049629211426,
15
+ "eval_runtime": 5.0971,
16
+ "eval_samples_per_second": 187.36,
17
+ "eval_steps_per_second": 11.771,
18
+ "step": 90
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.6902462121212121,
23
+ "eval_loss": 0.6629353165626526,
24
+ "eval_runtime": 5.0656,
25
+ "eval_samples_per_second": 188.526,
26
+ "eval_steps_per_second": 11.845,
27
+ "step": 180
28
+ },
29
+ {
30
+ "epoch": 3.0,
31
+ "eval_accuracy": 0.6725378787878787,
32
+ "eval_loss": 0.8178173899650574,
33
+ "eval_runtime": 5.0686,
34
+ "eval_samples_per_second": 188.417,
35
+ "eval_steps_per_second": 11.838,
36
+ "step": 270
37
+ },
38
+ {
39
+ "epoch": 4.0,
40
+ "eval_accuracy": 0.6933712121212121,
41
+ "eval_loss": 0.8935233354568481,
42
+ "eval_runtime": 5.0648,
43
+ "eval_samples_per_second": 188.557,
44
+ "eval_steps_per_second": 11.846,
45
+ "step": 360
46
+ },
47
+ {
48
+ "epoch": 5.0,
49
+ "eval_accuracy": 0.6829545454545455,
50
+ "eval_loss": 0.975060224533081,
51
+ "eval_runtime": 5.1076,
52
+ "eval_samples_per_second": 186.976,
53
+ "eval_steps_per_second": 11.747,
54
+ "step": 450
55
+ }
56
+ ],
57
+ "logging_steps": 500,
58
+ "max_steps": 450,
59
+ "num_input_tokens_seen": 0,
60
+ "num_train_epochs": 5,
61
+ "save_steps": 500,
62
+ "total_flos": 0,
63
+ "train_batch_size": 32,
64
+ "trial_name": null,
65
+ "trial_params": {
66
+ "learning_rate": 2.374428821445392e-05,
67
+ "num_train_epochs": 5,
68
+ "per_device_train_batch_size": 32,
69
+ "seed": 18
70
+ }
71
+ }
run-0/checkpoint-450/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c809911af8bcde734461d34e9cd9296dc061619ea903437b2c6ef2728819a861
3
+ size 4920
run-0/checkpoint-450/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-90/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "lilyray/results",
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-90/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:897ad24969975a41409c583830695c417e7441bdee7b274c70831ce9605376d3
3
+ size 267832560
run-0/checkpoint-90/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:937fdbe28195e205059536e9508f5b1e6fb55b405419971b3288f0011510e0da
3
+ size 535727290
run-0/checkpoint-90/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa9c5524cfe22b101c85e8e1d5746da031afec68cd6a62b17603a305b59a7f55
3
+ size 14244
run-0/checkpoint-90/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99d3dce4ad5b2478dc94ba249e0eabc47af6634138e35f10c0e83332b4da01c0
3
+ size 1064
run-0/checkpoint-90/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-90/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
+ }