cvapict commited on
Commit
f52379d
1 Parent(s): 4d497db

End of training

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 +70 -0
  2. config.json +26 -0
  3. model.safetensors +3 -0
  4. run-0i7sidmz/checkpoint-100/config.json +26 -0
  5. run-0i7sidmz/checkpoint-100/model.safetensors +3 -0
  6. run-0i7sidmz/checkpoint-100/optimizer.pt +3 -0
  7. run-0i7sidmz/checkpoint-100/rng_state.pth +3 -0
  8. run-0i7sidmz/checkpoint-100/scheduler.pt +3 -0
  9. run-0i7sidmz/checkpoint-100/special_tokens_map.json +7 -0
  10. run-0i7sidmz/checkpoint-100/tokenizer.json +0 -0
  11. run-0i7sidmz/checkpoint-100/tokenizer_config.json +55 -0
  12. run-0i7sidmz/checkpoint-100/trainer_state.json +123 -0
  13. run-0i7sidmz/checkpoint-100/training_args.bin +3 -0
  14. run-0i7sidmz/checkpoint-100/vocab.txt +0 -0
  15. run-0nyui8bu/checkpoint-25/config.json +26 -0
  16. run-0nyui8bu/checkpoint-25/model.safetensors +3 -0
  17. run-0nyui8bu/checkpoint-25/optimizer.pt +3 -0
  18. run-0nyui8bu/checkpoint-25/rng_state.pth +3 -0
  19. run-0nyui8bu/checkpoint-25/scheduler.pt +3 -0
  20. run-0nyui8bu/checkpoint-25/special_tokens_map.json +7 -0
  21. run-0nyui8bu/checkpoint-25/tokenizer.json +0 -0
  22. run-0nyui8bu/checkpoint-25/tokenizer_config.json +55 -0
  23. run-0nyui8bu/checkpoint-25/trainer_state.json +67 -0
  24. run-0nyui8bu/checkpoint-25/training_args.bin +3 -0
  25. run-0nyui8bu/checkpoint-25/vocab.txt +0 -0
  26. run-4r5wbvc3/checkpoint-50/config.json +26 -0
  27. run-4r5wbvc3/checkpoint-50/model.safetensors +3 -0
  28. run-4r5wbvc3/checkpoint-50/optimizer.pt +3 -0
  29. run-4r5wbvc3/checkpoint-50/rng_state.pth +3 -0
  30. run-4r5wbvc3/checkpoint-50/scheduler.pt +3 -0
  31. run-4r5wbvc3/checkpoint-50/special_tokens_map.json +7 -0
  32. run-4r5wbvc3/checkpoint-50/tokenizer.json +0 -0
  33. run-4r5wbvc3/checkpoint-50/tokenizer_config.json +55 -0
  34. run-4r5wbvc3/checkpoint-50/trainer_state.json +88 -0
  35. run-4r5wbvc3/checkpoint-50/training_args.bin +3 -0
  36. run-4r5wbvc3/checkpoint-50/vocab.txt +0 -0
  37. run-7dukmcwd/checkpoint-400/config.json +26 -0
  38. run-7dukmcwd/checkpoint-400/model.safetensors +3 -0
  39. run-7dukmcwd/checkpoint-400/optimizer.pt +3 -0
  40. run-7dukmcwd/checkpoint-400/rng_state.pth +3 -0
  41. run-7dukmcwd/checkpoint-400/scheduler.pt +3 -0
  42. run-7dukmcwd/checkpoint-400/special_tokens_map.json +7 -0
  43. run-7dukmcwd/checkpoint-400/tokenizer.json +0 -0
  44. run-7dukmcwd/checkpoint-400/tokenizer_config.json +55 -0
  45. run-7dukmcwd/checkpoint-400/trainer_state.json +345 -0
  46. run-7dukmcwd/checkpoint-400/training_args.bin +3 -0
  47. run-7dukmcwd/checkpoint-400/vocab.txt +0 -0
  48. run-7naa0m57/checkpoint-1200/config.json +26 -0
  49. run-7naa0m57/checkpoint-1200/model.safetensors +3 -0
  50. run-7naa0m57/checkpoint-1200/optimizer.pt +3 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: distilbert-base-multilingual-cased
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ - recall
10
+ - precision
11
+ - f1
12
+ model-index:
13
+ - name: distilbert-base-multilingual-cased-hyper-matt
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # distilbert-base-multilingual-cased-hyper-matt
21
+
22
+ This model is a fine-tuned version of [distilbert-base-multilingual-cased](https://huggingface.co/distilbert-base-multilingual-cased) on the None dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.4924
25
+ - Accuracy: 0.88
26
+ - Recall: 0.7967
27
+ - Precision: 0.8099
28
+ - F1: 0.8033
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 1.0247874543132884e-05
48
+ - train_batch_size: 4
49
+ - eval_batch_size: 16
50
+ - seed: 13
51
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
52
+ - lr_scheduler_type: linear
53
+ - num_epochs: 4
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Recall | Precision | F1 |
58
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
59
+ | 0.1205 | 1.0 | 400 | 0.3566 | 0.875 | 0.7967 | 0.7967 | 0.7967 |
60
+ | 0.1525 | 2.0 | 800 | 0.5043 | 0.855 | 0.8618 | 0.7211 | 0.7852 |
61
+ | 0.341 | 3.0 | 1200 | 0.4811 | 0.865 | 0.8211 | 0.7594 | 0.7891 |
62
+ | 0.1254 | 4.0 | 1600 | 0.4924 | 0.88 | 0.7967 | 0.8099 | 0.8033 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.46.3
68
+ - Pytorch 2.5.1+cu121
69
+ - Datasets 3.2.0
70
+ - Tokenizers 0.20.3
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-multilingual-cased",
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
+ "output_past": true,
17
+ "pad_token_id": 0,
18
+ "problem_type": "single_label_classification",
19
+ "qa_dropout": 0.1,
20
+ "seq_classif_dropout": 0.2,
21
+ "sinusoidal_pos_embds": false,
22
+ "tie_weights_": true,
23
+ "torch_dtype": "float32",
24
+ "transformers_version": "4.46.3",
25
+ "vocab_size": 119547
26
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeedea8476eaf900a429a1730c800bbe49d1da0ab3a93a30f49d11e1ddcb2525
3
+ size 541317368
run-0i7sidmz/checkpoint-100/config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-multilingual-cased",
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
+ "output_past": true,
17
+ "pad_token_id": 0,
18
+ "problem_type": "single_label_classification",
19
+ "qa_dropout": 0.1,
20
+ "seq_classif_dropout": 0.2,
21
+ "sinusoidal_pos_embds": false,
22
+ "tie_weights_": true,
23
+ "torch_dtype": "float32",
24
+ "transformers_version": "4.46.3",
25
+ "vocab_size": 119547
26
+ }
run-0i7sidmz/checkpoint-100/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09cb87566740ddc29ee7cb0b2fe8ffeaba5d642f5be9217340698090fe24a859
3
+ size 541317368
run-0i7sidmz/checkpoint-100/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a669da35d5171f07d821ca4186b7946fc0c61708b935065f8727cad930506d3
3
+ size 1082696890
run-0i7sidmz/checkpoint-100/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b9e9384edf1155e453438261efb67244409e82607e8085254a001960694cb5e
3
+ size 14244
run-0i7sidmz/checkpoint-100/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c49099a4da9d1fc29a715d6d571d6600b786862df85ebb394237d7db97e4a38
3
+ size 1064
run-0i7sidmz/checkpoint-100/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-0i7sidmz/checkpoint-100/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0i7sidmz/checkpoint-100/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": false,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": false,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-0i7sidmz/checkpoint-100/trainer_state.json ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.7607843137254902,
3
+ "best_model_checkpoint": "distilbert-base-multilingual-cased-hyper-matt/run-0i7sidmz/checkpoint-100",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 100,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.1,
13
+ "grad_norm": 4.02569055557251,
14
+ "learning_rate": 5.021793617667588e-05,
15
+ "loss": 0.5846,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.2,
20
+ "grad_norm": 2.9225821495056152,
21
+ "learning_rate": 4.4638165490378564e-05,
22
+ "loss": 0.4403,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.3,
27
+ "grad_norm": 3.3444550037384033,
28
+ "learning_rate": 3.905839480408124e-05,
29
+ "loss": 0.6524,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.4,
34
+ "grad_norm": 3.390305280685425,
35
+ "learning_rate": 3.3478624117783916e-05,
36
+ "loss": 0.477,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.5,
41
+ "grad_norm": 4.890294551849365,
42
+ "learning_rate": 2.78988534314866e-05,
43
+ "loss": 0.4469,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.6,
48
+ "grad_norm": 3.794447183609009,
49
+ "learning_rate": 2.2319082745189282e-05,
50
+ "loss": 0.4012,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.7,
55
+ "grad_norm": 5.297450065612793,
56
+ "learning_rate": 1.6739312058891958e-05,
57
+ "loss": 0.396,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.8,
62
+ "grad_norm": 3.4959356784820557,
63
+ "learning_rate": 1.1159541372594641e-05,
64
+ "loss": 0.4017,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 0.9,
69
+ "grad_norm": 4.851554870605469,
70
+ "learning_rate": 5.5797706862973205e-06,
71
+ "loss": 0.4157,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 1.0,
76
+ "grad_norm": 4.022997856140137,
77
+ "learning_rate": 0.0,
78
+ "loss": 0.3782,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 1.0,
83
+ "eval_accuracy": 0.8475,
84
+ "eval_f1": 0.7607843137254902,
85
+ "eval_loss": 0.3398902416229248,
86
+ "eval_precision": 0.7348484848484849,
87
+ "eval_recall": 0.7886178861788617,
88
+ "eval_runtime": 1.5686,
89
+ "eval_samples_per_second": 255.004,
90
+ "eval_steps_per_second": 15.938,
91
+ "step": 100
92
+ }
93
+ ],
94
+ "logging_steps": 10,
95
+ "max_steps": 100,
96
+ "num_input_tokens_seen": 0,
97
+ "num_train_epochs": 1,
98
+ "save_steps": 500,
99
+ "stateful_callbacks": {
100
+ "TrainerControl": {
101
+ "args": {
102
+ "should_epoch_stop": false,
103
+ "should_evaluate": false,
104
+ "should_log": false,
105
+ "should_save": true,
106
+ "should_training_stop": true
107
+ },
108
+ "attributes": {}
109
+ }
110
+ },
111
+ "total_flos": 211815370450944.0,
112
+ "train_batch_size": 16,
113
+ "trial_name": null,
114
+ "trial_params": {
115
+ "_wandb": {},
116
+ "assignments": {},
117
+ "learning_rate": 5.57977068629732e-05,
118
+ "metric": "eval/loss",
119
+ "num_train_epochs": 1,
120
+ "per_device_train_batch_size": 16,
121
+ "seed": 28
122
+ }
123
+ }
run-0i7sidmz/checkpoint-100/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c40a071b993997cf8dd6a013a689ae7e699b5cce64898ae6129d0b3b4cc55b62
3
+ size 5240
run-0i7sidmz/checkpoint-100/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-0nyui8bu/checkpoint-25/config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-multilingual-cased",
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
+ "output_past": true,
17
+ "pad_token_id": 0,
18
+ "problem_type": "single_label_classification",
19
+ "qa_dropout": 0.1,
20
+ "seq_classif_dropout": 0.2,
21
+ "sinusoidal_pos_embds": false,
22
+ "tie_weights_": true,
23
+ "torch_dtype": "float32",
24
+ "transformers_version": "4.46.3",
25
+ "vocab_size": 119547
26
+ }
run-0nyui8bu/checkpoint-25/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:378eccdb882964b83f6ba71406ff46a4e2ac412890df690c542bf96d7f9d5d99
3
+ size 541317368
run-0nyui8bu/checkpoint-25/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1f856965b59a002d06c61f92da7eb0a59ea3bf1e1c4986050fb9fbc59523192
3
+ size 1082696890
run-0nyui8bu/checkpoint-25/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9b65e6ac01ec50489b575aacd029c5ff17ebd10c7296199f8ece046469b8efb
3
+ size 14308
run-0nyui8bu/checkpoint-25/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afb8ff5dcf306be3f665d22d4db51cd102205d8c962baefb7289d649d2dce275
3
+ size 1064
run-0nyui8bu/checkpoint-25/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-0nyui8bu/checkpoint-25/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0nyui8bu/checkpoint-25/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": false,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": false,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-0nyui8bu/checkpoint-25/trainer_state.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.7364016736401674,
3
+ "best_model_checkpoint": "distilbert-base-multilingual-cased-hyper-matt/run-0nyui8bu/checkpoint-25",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 25,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.4,
13
+ "grad_norm": 1.2732082605361938,
14
+ "learning_rate": 5.6232629293362164e-05,
15
+ "loss": 0.5343,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.8,
20
+ "grad_norm": 3.3999197483062744,
21
+ "learning_rate": 1.8744209764454056e-05,
22
+ "loss": 0.4344,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 1.0,
27
+ "eval_accuracy": 0.8425,
28
+ "eval_f1": 0.7364016736401674,
29
+ "eval_loss": 0.3744986355304718,
30
+ "eval_precision": 0.7586206896551724,
31
+ "eval_recall": 0.7154471544715447,
32
+ "eval_runtime": 1.5686,
33
+ "eval_samples_per_second": 255.002,
34
+ "eval_steps_per_second": 15.938,
35
+ "step": 25
36
+ }
37
+ ],
38
+ "logging_steps": 10,
39
+ "max_steps": 25,
40
+ "num_input_tokens_seen": 0,
41
+ "num_train_epochs": 1,
42
+ "save_steps": 500,
43
+ "stateful_callbacks": {
44
+ "TrainerControl": {
45
+ "args": {
46
+ "should_epoch_stop": false,
47
+ "should_evaluate": false,
48
+ "should_log": false,
49
+ "should_save": true,
50
+ "should_training_stop": true
51
+ },
52
+ "attributes": {}
53
+ }
54
+ },
55
+ "total_flos": 169558270279680.0,
56
+ "train_batch_size": 64,
57
+ "trial_name": null,
58
+ "trial_params": {
59
+ "_wandb": {},
60
+ "assignments": {},
61
+ "learning_rate": 9.372104882227028e-05,
62
+ "metric": "eval/loss",
63
+ "num_train_epochs": 1,
64
+ "per_device_train_batch_size": 64,
65
+ "seed": 37
66
+ }
67
+ }
run-0nyui8bu/checkpoint-25/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bce4c692072b031db6e9fc87725db24c8a929ad389230d3c414d98cc04b83cf7
3
+ size 5240
run-0nyui8bu/checkpoint-25/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-4r5wbvc3/checkpoint-50/config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-multilingual-cased",
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
+ "output_past": true,
17
+ "pad_token_id": 0,
18
+ "problem_type": "single_label_classification",
19
+ "qa_dropout": 0.1,
20
+ "seq_classif_dropout": 0.2,
21
+ "sinusoidal_pos_embds": false,
22
+ "tie_weights_": true,
23
+ "torch_dtype": "float32",
24
+ "transformers_version": "4.46.3",
25
+ "vocab_size": 119547
26
+ }
run-4r5wbvc3/checkpoint-50/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f82f8fac828a11d8fca5af71307d1126d654ee816f86442f92592da36ca5c26
3
+ size 541317368
run-4r5wbvc3/checkpoint-50/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e1274b02a1ae6f3339c0eb8e7cf85ad9e9a67f152174449e88df286f6a87afb
3
+ size 1082696890
run-4r5wbvc3/checkpoint-50/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7919d1f388faa1a24e8c5f592a11d4313bb7a759b42c854cd52b920ab4f9955
3
+ size 14244
run-4r5wbvc3/checkpoint-50/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e00b842047d002138977aef49691fc0fb19d9b46b1cb805864154c324450686c
3
+ size 1064
run-4r5wbvc3/checkpoint-50/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-4r5wbvc3/checkpoint-50/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-4r5wbvc3/checkpoint-50/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": false,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": false,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-4r5wbvc3/checkpoint-50/trainer_state.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.582995951417004,
3
+ "best_model_checkpoint": "distilbert-base-multilingual-cased-hyper-matt/run-4r5wbvc3/checkpoint-50",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 50,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.2,
13
+ "grad_norm": 1.2984086275100708,
14
+ "learning_rate": 2.8254267437810627e-05,
15
+ "loss": 0.6014,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.4,
20
+ "grad_norm": 1.4973173141479492,
21
+ "learning_rate": 2.119070057835797e-05,
22
+ "loss": 0.5197,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.6,
27
+ "grad_norm": 1.660354733467102,
28
+ "learning_rate": 1.4127133718905313e-05,
29
+ "loss": 0.4239,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.8,
34
+ "grad_norm": 1.9838685989379883,
35
+ "learning_rate": 7.063566859452657e-06,
36
+ "loss": 0.4782,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 1.0,
41
+ "grad_norm": 2.0562429428100586,
42
+ "learning_rate": 0.0,
43
+ "loss": 0.4456,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 1.0,
48
+ "eval_accuracy": 0.7425,
49
+ "eval_f1": 0.582995951417004,
50
+ "eval_loss": 0.4402432143688202,
51
+ "eval_precision": 0.5806451612903226,
52
+ "eval_recall": 0.5853658536585366,
53
+ "eval_runtime": 1.5859,
54
+ "eval_samples_per_second": 252.225,
55
+ "eval_steps_per_second": 15.764,
56
+ "step": 50
57
+ }
58
+ ],
59
+ "logging_steps": 10,
60
+ "max_steps": 50,
61
+ "num_input_tokens_seen": 0,
62
+ "num_train_epochs": 1,
63
+ "save_steps": 500,
64
+ "stateful_callbacks": {
65
+ "TrainerControl": {
66
+ "args": {
67
+ "should_epoch_stop": false,
68
+ "should_evaluate": false,
69
+ "should_log": false,
70
+ "should_save": true,
71
+ "should_training_stop": true
72
+ },
73
+ "attributes": {}
74
+ }
75
+ },
76
+ "total_flos": 211815370450944.0,
77
+ "train_batch_size": 32,
78
+ "trial_name": null,
79
+ "trial_params": {
80
+ "_wandb": {},
81
+ "assignments": {},
82
+ "learning_rate": 3.531783429726328e-05,
83
+ "metric": "eval/loss",
84
+ "num_train_epochs": 1,
85
+ "per_device_train_batch_size": 32,
86
+ "seed": 5
87
+ }
88
+ }
run-4r5wbvc3/checkpoint-50/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f629cd4e45120ede64c8be90f1d697ea1dce5976fb5d20883afc523455bec9d
3
+ size 5240
run-4r5wbvc3/checkpoint-50/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-7dukmcwd/checkpoint-400/config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-multilingual-cased",
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
+ "output_past": true,
17
+ "pad_token_id": 0,
18
+ "problem_type": "single_label_classification",
19
+ "qa_dropout": 0.1,
20
+ "seq_classif_dropout": 0.2,
21
+ "sinusoidal_pos_embds": false,
22
+ "tie_weights_": true,
23
+ "torch_dtype": "float32",
24
+ "transformers_version": "4.46.3",
25
+ "vocab_size": 119547
26
+ }
run-7dukmcwd/checkpoint-400/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f00836fe55e04178078dc75a663d7ac8df310c9c4985b909d055a2ab25977b1
3
+ size 541317368
run-7dukmcwd/checkpoint-400/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0068aafd305005d87db7a848f38cc6383002f8b459697deccdb000ea429cd6f9
3
+ size 1082696890
run-7dukmcwd/checkpoint-400/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19cd3ce56ddc2de67afd95c20035824951a67afe7f7edaa24182b8adbd2860b3
3
+ size 14244
run-7dukmcwd/checkpoint-400/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bf54c78186771ba688aae61205c12d87f3cc71868624e420132584e5c670163
3
+ size 1064
run-7dukmcwd/checkpoint-400/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-7dukmcwd/checkpoint-400/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-7dukmcwd/checkpoint-400/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": false,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": false,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-7dukmcwd/checkpoint-400/trainer_state.json ADDED
@@ -0,0 +1,345 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.8032786885245902,
3
+ "best_model_checkpoint": "distilbert-base-multilingual-cased-hyper-matt/run-7dukmcwd/checkpoint-400",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 400,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.05,
13
+ "grad_norm": 2.6303067207336426,
14
+ "learning_rate": 3.5703870009677385e-05,
15
+ "loss": 0.6604,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.1,
20
+ "grad_norm": 2.9712932109832764,
21
+ "learning_rate": 3.47883861632754e-05,
22
+ "loss": 0.5592,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.15,
27
+ "grad_norm": 3.1559805870056152,
28
+ "learning_rate": 3.387290231687342e-05,
29
+ "loss": 0.4817,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.2,
34
+ "grad_norm": 8.0116548538208,
35
+ "learning_rate": 3.295741847047143e-05,
36
+ "loss": 0.4318,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.25,
41
+ "grad_norm": 19.13960075378418,
42
+ "learning_rate": 3.204193462406945e-05,
43
+ "loss": 0.5086,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.3,
48
+ "grad_norm": 13.061105728149414,
49
+ "learning_rate": 3.1126450777667465e-05,
50
+ "loss": 0.527,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.35,
55
+ "grad_norm": 12.58017635345459,
56
+ "learning_rate": 3.0210966931265478e-05,
57
+ "loss": 0.4828,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.4,
62
+ "grad_norm": 5.202507495880127,
63
+ "learning_rate": 2.9295483084863497e-05,
64
+ "loss": 0.4613,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 0.45,
69
+ "grad_norm": 5.813719749450684,
70
+ "learning_rate": 2.8379999238461513e-05,
71
+ "loss": 0.4274,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 0.5,
76
+ "grad_norm": 8.482573509216309,
77
+ "learning_rate": 2.746451539205953e-05,
78
+ "loss": 0.4159,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 0.55,
83
+ "grad_norm": 9.623395919799805,
84
+ "learning_rate": 2.654903154565754e-05,
85
+ "loss": 0.3306,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 0.6,
90
+ "grad_norm": 5.012599468231201,
91
+ "learning_rate": 2.5633547699255557e-05,
92
+ "loss": 0.403,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 0.65,
97
+ "grad_norm": 3.260857343673706,
98
+ "learning_rate": 2.4718063852853577e-05,
99
+ "loss": 0.3636,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 0.7,
104
+ "grad_norm": 18.5455379486084,
105
+ "learning_rate": 2.3802580006451593e-05,
106
+ "loss": 0.3621,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 0.75,
111
+ "grad_norm": 3.035172700881958,
112
+ "learning_rate": 2.2887096160049605e-05,
113
+ "loss": 0.376,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 0.8,
118
+ "grad_norm": 6.068894386291504,
119
+ "learning_rate": 2.197161231364762e-05,
120
+ "loss": 0.3452,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 0.85,
125
+ "grad_norm": 3.0021464824676514,
126
+ "learning_rate": 2.1056128467245637e-05,
127
+ "loss": 0.3577,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 0.9,
132
+ "grad_norm": 3.3914709091186523,
133
+ "learning_rate": 2.0140644620843656e-05,
134
+ "loss": 0.4271,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 0.95,
139
+ "grad_norm": 8.317371368408203,
140
+ "learning_rate": 1.922516077444167e-05,
141
+ "loss": 0.289,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 1.0,
146
+ "grad_norm": 0.967580258846283,
147
+ "learning_rate": 1.8309676928039685e-05,
148
+ "loss": 0.3738,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 1.0,
153
+ "eval_accuracy": 0.87,
154
+ "eval_f1": 0.7657657657657657,
155
+ "eval_loss": 0.32556435465812683,
156
+ "eval_precision": 0.8585858585858586,
157
+ "eval_recall": 0.6910569105691057,
158
+ "eval_runtime": 1.5112,
159
+ "eval_samples_per_second": 264.697,
160
+ "eval_steps_per_second": 16.544,
161
+ "step": 200
162
+ },
163
+ {
164
+ "epoch": 1.05,
165
+ "grad_norm": 4.126100540161133,
166
+ "learning_rate": 1.73941930816377e-05,
167
+ "loss": 0.2486,
168
+ "step": 210
169
+ },
170
+ {
171
+ "epoch": 1.1,
172
+ "grad_norm": 5.108118057250977,
173
+ "learning_rate": 1.6478709235235717e-05,
174
+ "loss": 0.3034,
175
+ "step": 220
176
+ },
177
+ {
178
+ "epoch": 1.15,
179
+ "grad_norm": 11.375035285949707,
180
+ "learning_rate": 1.5563225388833733e-05,
181
+ "loss": 0.1486,
182
+ "step": 230
183
+ },
184
+ {
185
+ "epoch": 1.2,
186
+ "grad_norm": 8.199675559997559,
187
+ "learning_rate": 1.4647741542431748e-05,
188
+ "loss": 0.327,
189
+ "step": 240
190
+ },
191
+ {
192
+ "epoch": 1.25,
193
+ "grad_norm": 4.900712013244629,
194
+ "learning_rate": 1.3732257696029764e-05,
195
+ "loss": 0.2753,
196
+ "step": 250
197
+ },
198
+ {
199
+ "epoch": 1.3,
200
+ "grad_norm": 0.31448882818222046,
201
+ "learning_rate": 1.2816773849627779e-05,
202
+ "loss": 0.2028,
203
+ "step": 260
204
+ },
205
+ {
206
+ "epoch": 1.35,
207
+ "grad_norm": 0.3391319513320923,
208
+ "learning_rate": 1.1901290003225796e-05,
209
+ "loss": 0.2992,
210
+ "step": 270
211
+ },
212
+ {
213
+ "epoch": 1.4,
214
+ "grad_norm": 20.60084342956543,
215
+ "learning_rate": 1.098580615682381e-05,
216
+ "loss": 0.4703,
217
+ "step": 280
218
+ },
219
+ {
220
+ "epoch": 1.45,
221
+ "grad_norm": 7.974413871765137,
222
+ "learning_rate": 1.0070322310421828e-05,
223
+ "loss": 0.2649,
224
+ "step": 290
225
+ },
226
+ {
227
+ "epoch": 1.5,
228
+ "grad_norm": 11.488137245178223,
229
+ "learning_rate": 9.154838464019842e-06,
230
+ "loss": 0.438,
231
+ "step": 300
232
+ },
233
+ {
234
+ "epoch": 1.55,
235
+ "grad_norm": 0.5850751399993896,
236
+ "learning_rate": 8.239354617617858e-06,
237
+ "loss": 0.1704,
238
+ "step": 310
239
+ },
240
+ {
241
+ "epoch": 1.6,
242
+ "grad_norm": 3.258329391479492,
243
+ "learning_rate": 7.323870771215874e-06,
244
+ "loss": 0.226,
245
+ "step": 320
246
+ },
247
+ {
248
+ "epoch": 1.65,
249
+ "grad_norm": 6.117366790771484,
250
+ "learning_rate": 6.408386924813889e-06,
251
+ "loss": 0.2219,
252
+ "step": 330
253
+ },
254
+ {
255
+ "epoch": 1.7,
256
+ "grad_norm": 28.112499237060547,
257
+ "learning_rate": 5.492903078411905e-06,
258
+ "loss": 0.2595,
259
+ "step": 340
260
+ },
261
+ {
262
+ "epoch": 1.75,
263
+ "grad_norm": 15.969998359680176,
264
+ "learning_rate": 4.577419232009921e-06,
265
+ "loss": 0.3709,
266
+ "step": 350
267
+ },
268
+ {
269
+ "epoch": 1.8,
270
+ "grad_norm": 0.6372332572937012,
271
+ "learning_rate": 3.661935385607937e-06,
272
+ "loss": 0.2678,
273
+ "step": 360
274
+ },
275
+ {
276
+ "epoch": 1.85,
277
+ "grad_norm": 0.20131894946098328,
278
+ "learning_rate": 2.7464515392059526e-06,
279
+ "loss": 0.4027,
280
+ "step": 370
281
+ },
282
+ {
283
+ "epoch": 1.9,
284
+ "grad_norm": 12.212553024291992,
285
+ "learning_rate": 1.8309676928039686e-06,
286
+ "loss": 0.3156,
287
+ "step": 380
288
+ },
289
+ {
290
+ "epoch": 1.95,
291
+ "grad_norm": 0.19253325462341309,
292
+ "learning_rate": 9.154838464019843e-07,
293
+ "loss": 0.1869,
294
+ "step": 390
295
+ },
296
+ {
297
+ "epoch": 2.0,
298
+ "grad_norm": 14.685490608215332,
299
+ "learning_rate": 0.0,
300
+ "loss": 0.1768,
301
+ "step": 400
302
+ },
303
+ {
304
+ "epoch": 2.0,
305
+ "eval_accuracy": 0.88,
306
+ "eval_f1": 0.8032786885245902,
307
+ "eval_loss": 0.3457476794719696,
308
+ "eval_precision": 0.8099173553719008,
309
+ "eval_recall": 0.7967479674796748,
310
+ "eval_runtime": 1.5723,
311
+ "eval_samples_per_second": 254.401,
312
+ "eval_steps_per_second": 15.9,
313
+ "step": 400
314
+ }
315
+ ],
316
+ "logging_steps": 10,
317
+ "max_steps": 400,
318
+ "num_input_tokens_seen": 0,
319
+ "num_train_epochs": 2,
320
+ "save_steps": 500,
321
+ "stateful_callbacks": {
322
+ "TrainerControl": {
323
+ "args": {
324
+ "should_epoch_stop": false,
325
+ "should_evaluate": false,
326
+ "should_log": false,
327
+ "should_save": true,
328
+ "should_training_stop": true
329
+ },
330
+ "attributes": {}
331
+ }
332
+ },
333
+ "total_flos": 423630740901888.0,
334
+ "train_batch_size": 8,
335
+ "trial_name": null,
336
+ "trial_params": {
337
+ "_wandb": {},
338
+ "assignments": {},
339
+ "learning_rate": 3.661935385607937e-05,
340
+ "metric": "eval/loss",
341
+ "num_train_epochs": 2,
342
+ "per_device_train_batch_size": 8,
343
+ "seed": 36
344
+ }
345
+ }
run-7dukmcwd/checkpoint-400/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11e58247026a6e43bf235eb24f72fa34866b220551a67333de2b1357c79bea2b
3
+ size 5240
run-7dukmcwd/checkpoint-400/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-7naa0m57/checkpoint-1200/config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-multilingual-cased",
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
+ "output_past": true,
17
+ "pad_token_id": 0,
18
+ "problem_type": "single_label_classification",
19
+ "qa_dropout": 0.1,
20
+ "seq_classif_dropout": 0.2,
21
+ "sinusoidal_pos_embds": false,
22
+ "tie_weights_": true,
23
+ "torch_dtype": "float32",
24
+ "transformers_version": "4.46.3",
25
+ "vocab_size": 119547
26
+ }
run-7naa0m57/checkpoint-1200/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28bf6271d2a0afd7f0c29b1d663fb113babdf2590195af26f6575ff76315aed8
3
+ size 541317368
run-7naa0m57/checkpoint-1200/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b5236aff9ca64270c3ca8cf6183ee51a8a65ea87452421b45b79466142210a6
3
+ size 1082696890