ZaaCo commited on
Commit
2270164
1 Parent(s): 6ead798

Training in progress, epoch 3

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. model.safetensors +1 -1
  2. run-3/checkpoint-106/config.json +27 -0
  3. run-3/checkpoint-106/model.safetensors +3 -0
  4. run-3/checkpoint-106/optimizer.pt +3 -0
  5. run-3/checkpoint-106/rng_state.pth +3 -0
  6. run-3/checkpoint-106/scheduler.pt +3 -0
  7. run-3/checkpoint-106/sentencepiece.bpe.model +3 -0
  8. run-3/checkpoint-106/special_tokens_map.json +15 -0
  9. run-3/checkpoint-106/tokenizer.json +3 -0
  10. run-3/checkpoint-106/tokenizer_config.json +55 -0
  11. run-3/checkpoint-106/trainer_state.json +35 -0
  12. run-3/checkpoint-106/training_args.bin +3 -0
  13. run-3/checkpoint-212/config.json +27 -0
  14. run-3/checkpoint-212/model.safetensors +3 -0
  15. run-3/checkpoint-212/optimizer.pt +3 -0
  16. run-3/checkpoint-212/rng_state.pth +3 -0
  17. run-3/checkpoint-212/scheduler.pt +3 -0
  18. run-3/checkpoint-212/sentencepiece.bpe.model +3 -0
  19. run-3/checkpoint-212/special_tokens_map.json +15 -0
  20. run-3/checkpoint-212/tokenizer.json +3 -0
  21. run-3/checkpoint-212/tokenizer_config.json +55 -0
  22. run-3/checkpoint-212/trainer_state.json +44 -0
  23. run-3/checkpoint-212/training_args.bin +3 -0
  24. run-3/checkpoint-318/config.json +27 -0
  25. run-3/checkpoint-318/model.safetensors +3 -0
  26. run-3/checkpoint-318/optimizer.pt +3 -0
  27. run-3/checkpoint-318/rng_state.pth +3 -0
  28. run-3/checkpoint-318/scheduler.pt +3 -0
  29. run-3/checkpoint-318/sentencepiece.bpe.model +3 -0
  30. run-3/checkpoint-318/special_tokens_map.json +15 -0
  31. run-3/checkpoint-318/tokenizer.json +3 -0
  32. run-3/checkpoint-318/tokenizer_config.json +55 -0
  33. run-3/checkpoint-318/trainer_state.json +53 -0
  34. run-3/checkpoint-318/training_args.bin +3 -0
  35. run-3/checkpoint-424/config.json +27 -0
  36. run-3/checkpoint-424/model.safetensors +3 -0
  37. run-3/checkpoint-424/optimizer.pt +3 -0
  38. run-3/checkpoint-424/rng_state.pth +3 -0
  39. run-3/checkpoint-424/scheduler.pt +3 -0
  40. run-3/checkpoint-424/sentencepiece.bpe.model +3 -0
  41. run-3/checkpoint-424/special_tokens_map.json +15 -0
  42. run-3/checkpoint-424/tokenizer.json +3 -0
  43. run-3/checkpoint-424/tokenizer_config.json +55 -0
  44. run-3/checkpoint-424/trainer_state.json +62 -0
  45. run-3/checkpoint-424/training_args.bin +3 -0
  46. run-4/checkpoint-1684/config.json +27 -0
  47. run-4/checkpoint-1684/model.safetensors +3 -0
  48. run-4/checkpoint-1684/optimizer.pt +3 -0
  49. run-4/checkpoint-1684/rng_state.pth +3 -0
  50. run-4/checkpoint-1684/scheduler.pt +3 -0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4c0e48f30763fd0ec52154bdda6e91ed85ffc6fd3ed79f829fb02df5c50aa9fa
3
  size 470641664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bc896c70d6094782d316ed4ff72f355a62338eb7a17610edb8898dde5fe8c59
3
  size 470641664
run-3/checkpoint-106/config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/Multilingual-MiniLM-L12-H384",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 384,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 1536,
13
+ "layer_norm_eps": 1e-12,
14
+ "max_position_embeddings": 512,
15
+ "model_type": "bert",
16
+ "num_attention_heads": 12,
17
+ "num_hidden_layers": 12,
18
+ "pad_token_id": 0,
19
+ "position_embedding_type": "absolute",
20
+ "problem_type": "single_label_classification",
21
+ "tokenizer_class": "XLMRobertaTokenizer",
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.38.2",
24
+ "type_vocab_size": 2,
25
+ "use_cache": true,
26
+ "vocab_size": 250037
27
+ }
run-3/checkpoint-106/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c0e48f30763fd0ec52154bdda6e91ed85ffc6fd3ed79f829fb02df5c50aa9fa
3
+ size 470641664
run-3/checkpoint-106/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e1066f156de9416ec408f6a47e725f9a0e00846fb791e971dd5474ef15ba7ab
3
+ size 941404410
run-3/checkpoint-106/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9461ce57ca642305c3edafd8c0e0cfa746276df6556c74321702a8635b1ffc1
3
+ size 14180
run-3/checkpoint-106/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e08949a8c9619e1178b5b8b3d8ff36b49af0be839f5c43e356640db1ae24bf2
3
+ size 1064
run-3/checkpoint-106/sentencepiece.bpe.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
3
+ size 5069051
run-3/checkpoint-106/special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": {
6
+ "content": "<mask>",
7
+ "lstrip": true,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "pad_token": "<pad>",
13
+ "sep_token": "</s>",
14
+ "unk_token": "<unk>"
15
+ }
run-3/checkpoint-106/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69564b696052886ed0ac63fa393e928384e0f8caada38c1f4864a9bfbf379c15
3
+ size 17098273
run-3/checkpoint-106/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<s>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<pad>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "250001": {
36
+ "content": "<mask>",
37
+ "lstrip": true,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "<s>",
45
+ "clean_up_tokenization_spaces": true,
46
+ "cls_token": "<s>",
47
+ "eos_token": "</s>",
48
+ "mask_token": "<mask>",
49
+ "model_max_length": 1000000000000000019884624838656,
50
+ "pad_token": "<pad>",
51
+ "sep_token": "</s>",
52
+ "sp_model_kwargs": {},
53
+ "tokenizer_class": "XLMRobertaTokenizer",
54
+ "unk_token": "<unk>"
55
+ }
run-3/checkpoint-106/trainer_state.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.7993119266055045,
3
+ "best_model_checkpoint": "microsoft/Multilingual-MiniLM-L12-H384-finetuned-sst2/run-3/checkpoint-106",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 106,
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.7993119266055045,
14
+ "eval_loss": 0.4503490626811981,
15
+ "eval_runtime": 0.9477,
16
+ "eval_samples_per_second": 920.118,
17
+ "eval_steps_per_second": 58.035,
18
+ "step": 106
19
+ }
20
+ ],
21
+ "logging_steps": 500,
22
+ "max_steps": 424,
23
+ "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 4,
25
+ "save_steps": 500,
26
+ "total_flos": 0,
27
+ "train_batch_size": 64,
28
+ "trial_name": null,
29
+ "trial_params": {
30
+ "learning_rate": 2.3419555649158772e-05,
31
+ "num_train_epochs": 4,
32
+ "per_device_train_batch_size": 64,
33
+ "seed": 10
34
+ }
35
+ }
run-3/checkpoint-106/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae913b9d9917311801715473b973aed6b7064f0996bb6f6f0e3ab9ab897efb3e
3
+ size 4984
run-3/checkpoint-212/config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/Multilingual-MiniLM-L12-H384",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 384,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 1536,
13
+ "layer_norm_eps": 1e-12,
14
+ "max_position_embeddings": 512,
15
+ "model_type": "bert",
16
+ "num_attention_heads": 12,
17
+ "num_hidden_layers": 12,
18
+ "pad_token_id": 0,
19
+ "position_embedding_type": "absolute",
20
+ "problem_type": "single_label_classification",
21
+ "tokenizer_class": "XLMRobertaTokenizer",
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.38.2",
24
+ "type_vocab_size": 2,
25
+ "use_cache": true,
26
+ "vocab_size": 250037
27
+ }
run-3/checkpoint-212/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c18dc7de4e55089ad012e0cbd4d5998b2e9d5ad8b1ebbacf65813fb3e3ba447e
3
+ size 470641664
run-3/checkpoint-212/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0c1491054c487e3608157f3ae9903823d0a16bc915479d65af9231c53a726fa
3
+ size 941404410
run-3/checkpoint-212/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4aad64024c239e0abbb01ad3997703e20fef94d4867ddbd3a89f17b07d74ce20
3
+ size 14180
run-3/checkpoint-212/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00fa9134e8899ea0c6296021cb99f5036db8a95308bc03e8ab78743a7b8e3931
3
+ size 1064
run-3/checkpoint-212/sentencepiece.bpe.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
3
+ size 5069051
run-3/checkpoint-212/special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": {
6
+ "content": "<mask>",
7
+ "lstrip": true,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "pad_token": "<pad>",
13
+ "sep_token": "</s>",
14
+ "unk_token": "<unk>"
15
+ }
run-3/checkpoint-212/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69564b696052886ed0ac63fa393e928384e0f8caada38c1f4864a9bfbf379c15
3
+ size 17098273
run-3/checkpoint-212/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<s>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<pad>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "250001": {
36
+ "content": "<mask>",
37
+ "lstrip": true,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "<s>",
45
+ "clean_up_tokenization_spaces": true,
46
+ "cls_token": "<s>",
47
+ "eos_token": "</s>",
48
+ "mask_token": "<mask>",
49
+ "model_max_length": 1000000000000000019884624838656,
50
+ "pad_token": "<pad>",
51
+ "sep_token": "</s>",
52
+ "sp_model_kwargs": {},
53
+ "tokenizer_class": "XLMRobertaTokenizer",
54
+ "unk_token": "<unk>"
55
+ }
run-3/checkpoint-212/trainer_state.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.8073394495412844,
3
+ "best_model_checkpoint": "microsoft/Multilingual-MiniLM-L12-H384-finetuned-sst2/run-3/checkpoint-212",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 212,
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.7993119266055045,
14
+ "eval_loss": 0.4503490626811981,
15
+ "eval_runtime": 0.9477,
16
+ "eval_samples_per_second": 920.118,
17
+ "eval_steps_per_second": 58.035,
18
+ "step": 106
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.8073394495412844,
23
+ "eval_loss": 0.43257269263267517,
24
+ "eval_runtime": 1.0392,
25
+ "eval_samples_per_second": 839.146,
26
+ "eval_steps_per_second": 52.928,
27
+ "step": 212
28
+ }
29
+ ],
30
+ "logging_steps": 500,
31
+ "max_steps": 424,
32
+ "num_input_tokens_seen": 0,
33
+ "num_train_epochs": 4,
34
+ "save_steps": 500,
35
+ "total_flos": 0,
36
+ "train_batch_size": 64,
37
+ "trial_name": null,
38
+ "trial_params": {
39
+ "learning_rate": 2.3419555649158772e-05,
40
+ "num_train_epochs": 4,
41
+ "per_device_train_batch_size": 64,
42
+ "seed": 10
43
+ }
44
+ }
run-3/checkpoint-212/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae913b9d9917311801715473b973aed6b7064f0996bb6f6f0e3ab9ab897efb3e
3
+ size 4984
run-3/checkpoint-318/config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/Multilingual-MiniLM-L12-H384",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 384,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 1536,
13
+ "layer_norm_eps": 1e-12,
14
+ "max_position_embeddings": 512,
15
+ "model_type": "bert",
16
+ "num_attention_heads": 12,
17
+ "num_hidden_layers": 12,
18
+ "pad_token_id": 0,
19
+ "position_embedding_type": "absolute",
20
+ "problem_type": "single_label_classification",
21
+ "tokenizer_class": "XLMRobertaTokenizer",
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.38.2",
24
+ "type_vocab_size": 2,
25
+ "use_cache": true,
26
+ "vocab_size": 250037
27
+ }
run-3/checkpoint-318/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b00986ec8e99ec9bfcd4ccdf742bdb4e2a30555988d621183287a83b45d2c73
3
+ size 470641664
run-3/checkpoint-318/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63ab24a7117e8e6a90bcff53709902d9e3ed43c0d72105ff7537f850458bbef8
3
+ size 941404410
run-3/checkpoint-318/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e16d62d9a350bce2c01b07772d36050731efc5c4f5f31285fef551875e7831a0
3
+ size 14180
run-3/checkpoint-318/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8898f534b95e18f98550bf2084744a1bc461a6981327828253dbbb1ebe6ee9fa
3
+ size 1064
run-3/checkpoint-318/sentencepiece.bpe.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
3
+ size 5069051
run-3/checkpoint-318/special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": {
6
+ "content": "<mask>",
7
+ "lstrip": true,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "pad_token": "<pad>",
13
+ "sep_token": "</s>",
14
+ "unk_token": "<unk>"
15
+ }
run-3/checkpoint-318/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69564b696052886ed0ac63fa393e928384e0f8caada38c1f4864a9bfbf379c15
3
+ size 17098273
run-3/checkpoint-318/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<s>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<pad>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "250001": {
36
+ "content": "<mask>",
37
+ "lstrip": true,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "<s>",
45
+ "clean_up_tokenization_spaces": true,
46
+ "cls_token": "<s>",
47
+ "eos_token": "</s>",
48
+ "mask_token": "<mask>",
49
+ "model_max_length": 1000000000000000019884624838656,
50
+ "pad_token": "<pad>",
51
+ "sep_token": "</s>",
52
+ "sp_model_kwargs": {},
53
+ "tokenizer_class": "XLMRobertaTokenizer",
54
+ "unk_token": "<unk>"
55
+ }
run-3/checkpoint-318/trainer_state.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.8337155963302753,
3
+ "best_model_checkpoint": "microsoft/Multilingual-MiniLM-L12-H384-finetuned-sst2/run-3/checkpoint-318",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 318,
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.7993119266055045,
14
+ "eval_loss": 0.4503490626811981,
15
+ "eval_runtime": 0.9477,
16
+ "eval_samples_per_second": 920.118,
17
+ "eval_steps_per_second": 58.035,
18
+ "step": 106
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.8073394495412844,
23
+ "eval_loss": 0.43257269263267517,
24
+ "eval_runtime": 1.0392,
25
+ "eval_samples_per_second": 839.146,
26
+ "eval_steps_per_second": 52.928,
27
+ "step": 212
28
+ },
29
+ {
30
+ "epoch": 3.0,
31
+ "eval_accuracy": 0.8337155963302753,
32
+ "eval_loss": 0.40033113956451416,
33
+ "eval_runtime": 1.028,
34
+ "eval_samples_per_second": 848.263,
35
+ "eval_steps_per_second": 53.503,
36
+ "step": 318
37
+ }
38
+ ],
39
+ "logging_steps": 500,
40
+ "max_steps": 424,
41
+ "num_input_tokens_seen": 0,
42
+ "num_train_epochs": 4,
43
+ "save_steps": 500,
44
+ "total_flos": 0,
45
+ "train_batch_size": 64,
46
+ "trial_name": null,
47
+ "trial_params": {
48
+ "learning_rate": 2.3419555649158772e-05,
49
+ "num_train_epochs": 4,
50
+ "per_device_train_batch_size": 64,
51
+ "seed": 10
52
+ }
53
+ }
run-3/checkpoint-318/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae913b9d9917311801715473b973aed6b7064f0996bb6f6f0e3ab9ab897efb3e
3
+ size 4984
run-3/checkpoint-424/config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/Multilingual-MiniLM-L12-H384",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 384,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 1536,
13
+ "layer_norm_eps": 1e-12,
14
+ "max_position_embeddings": 512,
15
+ "model_type": "bert",
16
+ "num_attention_heads": 12,
17
+ "num_hidden_layers": 12,
18
+ "pad_token_id": 0,
19
+ "position_embedding_type": "absolute",
20
+ "problem_type": "single_label_classification",
21
+ "tokenizer_class": "XLMRobertaTokenizer",
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.38.2",
24
+ "type_vocab_size": 2,
25
+ "use_cache": true,
26
+ "vocab_size": 250037
27
+ }
run-3/checkpoint-424/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f94b9f076b895c457be18902125e8ff79d84c0baf6e46a1668e5ca3d2a31c1c
3
+ size 470641664
run-3/checkpoint-424/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b4711cddda48f5d9ebde562a702e2b08e5941687c545a60992c5f5dcc4e6f7a
3
+ size 941404410
run-3/checkpoint-424/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71a57c760827965bd0c415b117690931ee01b7b4021094d1f430b5c8361d6467
3
+ size 14180
run-3/checkpoint-424/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:964e8e0e3bf7dd21a33ba2eb4569d1ffee98f70360217372207afc2c1d1d5018
3
+ size 1064
run-3/checkpoint-424/sentencepiece.bpe.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
3
+ size 5069051
run-3/checkpoint-424/special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": {
6
+ "content": "<mask>",
7
+ "lstrip": true,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "pad_token": "<pad>",
13
+ "sep_token": "</s>",
14
+ "unk_token": "<unk>"
15
+ }
run-3/checkpoint-424/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69564b696052886ed0ac63fa393e928384e0f8caada38c1f4864a9bfbf379c15
3
+ size 17098273
run-3/checkpoint-424/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<s>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<pad>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "250001": {
36
+ "content": "<mask>",
37
+ "lstrip": true,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "<s>",
45
+ "clean_up_tokenization_spaces": true,
46
+ "cls_token": "<s>",
47
+ "eos_token": "</s>",
48
+ "mask_token": "<mask>",
49
+ "model_max_length": 1000000000000000019884624838656,
50
+ "pad_token": "<pad>",
51
+ "sep_token": "</s>",
52
+ "sp_model_kwargs": {},
53
+ "tokenizer_class": "XLMRobertaTokenizer",
54
+ "unk_token": "<unk>"
55
+ }
run-3/checkpoint-424/trainer_state.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.8348623853211009,
3
+ "best_model_checkpoint": "microsoft/Multilingual-MiniLM-L12-H384-finetuned-sst2/run-3/checkpoint-424",
4
+ "epoch": 4.0,
5
+ "eval_steps": 500,
6
+ "global_step": 424,
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.7993119266055045,
14
+ "eval_loss": 0.4503490626811981,
15
+ "eval_runtime": 0.9477,
16
+ "eval_samples_per_second": 920.118,
17
+ "eval_steps_per_second": 58.035,
18
+ "step": 106
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.8073394495412844,
23
+ "eval_loss": 0.43257269263267517,
24
+ "eval_runtime": 1.0392,
25
+ "eval_samples_per_second": 839.146,
26
+ "eval_steps_per_second": 52.928,
27
+ "step": 212
28
+ },
29
+ {
30
+ "epoch": 3.0,
31
+ "eval_accuracy": 0.8337155963302753,
32
+ "eval_loss": 0.40033113956451416,
33
+ "eval_runtime": 1.028,
34
+ "eval_samples_per_second": 848.263,
35
+ "eval_steps_per_second": 53.503,
36
+ "step": 318
37
+ },
38
+ {
39
+ "epoch": 4.0,
40
+ "eval_accuracy": 0.8348623853211009,
41
+ "eval_loss": 0.4028107821941376,
42
+ "eval_runtime": 1.2011,
43
+ "eval_samples_per_second": 726.009,
44
+ "eval_steps_per_second": 45.792,
45
+ "step": 424
46
+ }
47
+ ],
48
+ "logging_steps": 500,
49
+ "max_steps": 424,
50
+ "num_input_tokens_seen": 0,
51
+ "num_train_epochs": 4,
52
+ "save_steps": 500,
53
+ "total_flos": 0,
54
+ "train_batch_size": 64,
55
+ "trial_name": null,
56
+ "trial_params": {
57
+ "learning_rate": 2.3419555649158772e-05,
58
+ "num_train_epochs": 4,
59
+ "per_device_train_batch_size": 64,
60
+ "seed": 10
61
+ }
62
+ }
run-3/checkpoint-424/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae913b9d9917311801715473b973aed6b7064f0996bb6f6f0e3ab9ab897efb3e
3
+ size 4984
run-4/checkpoint-1684/config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/Multilingual-MiniLM-L12-H384",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 384,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 1536,
13
+ "layer_norm_eps": 1e-12,
14
+ "max_position_embeddings": 512,
15
+ "model_type": "bert",
16
+ "num_attention_heads": 12,
17
+ "num_hidden_layers": 12,
18
+ "pad_token_id": 0,
19
+ "position_embedding_type": "absolute",
20
+ "problem_type": "single_label_classification",
21
+ "tokenizer_class": "XLMRobertaTokenizer",
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.38.2",
24
+ "type_vocab_size": 2,
25
+ "use_cache": true,
26
+ "vocab_size": 250037
27
+ }
run-4/checkpoint-1684/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dc39d2132b33b4c6c39547e89bcf3368c78de7a7ace0433c0327aebd9b89887
3
+ size 470641664
run-4/checkpoint-1684/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93f9e06421817aecd4158d12cdc51bfd3528093b145fd8ae22a448057c2201e4
3
+ size 941404410
run-4/checkpoint-1684/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c1ce78359f243cfa7302f5705f7e3ff4001b624a0e229968654129955cf4636
3
+ size 14244
run-4/checkpoint-1684/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36aa2b6b43cb7c4d638205aa6941a4bfdc273c2bfa008f9ac5ff98124d0e026a
3
+ size 1064