obudzecie commited on
Commit
8f1261a
1 Parent(s): 5cce32c

Training in progress, epoch 1

Browse files
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0a3177ff1c7e1d1101ce097a0a91a4094cbd59106da386a1ceac5a62de3d8739
3
  size 98725415
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e6f069568448c8fce2fa03ec208a0b0f68a8f7e40e04e1d73018957f54f92bd
3
  size 98725415
run-7/checkpoint-54/config.json CHANGED
@@ -24,7 +24,7 @@
24
  "pad_token_id": 0,
25
  "problem_type": "single_label_classification",
26
  "torch_dtype": "float32",
27
- "transformers_version": "4.38.2",
28
  "trigram_input": true,
29
  "true_hidden_size": 128,
30
  "type_vocab_size": 2,
 
24
  "pad_token_id": 0,
25
  "problem_type": "single_label_classification",
26
  "torch_dtype": "float32",
27
+ "transformers_version": "4.27.2",
28
  "trigram_input": true,
29
  "true_hidden_size": 128,
30
  "type_vocab_size": 2,
run-7/checkpoint-54/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7affee6c74a209a215adfc1cf91c03f18db9d1f0b0d06405f4c2c6b4c4a58a0d
3
- size 197593757
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:339a115bb38bd69746afe85ca9371cbc31832d07456f413509dce1d09604e074
3
+ size 197314895
run-7/checkpoint-54/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6661f5999e1c5c7999b499b44f5346398c83de755ebd402d96dea238ff07741e
3
- size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37c16d7946d4e194042471be305a40029c40c0c40b897e3016a632e29bc647a5
3
+ size 14575
run-7/checkpoint-54/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:79fa37b3310a22da1eccfa6bbf7e5cd4e64e78d627fcb2a1f6592110f94c1f59
3
- size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7716f0ca59791bba06370213e53d00fec6c4dd89ac3ccfa7a275e8518f6b6875
3
+ size 627
run-7/checkpoint-54/tokenizer_config.json CHANGED
@@ -1,53 +1,11 @@
1
  {
2
- "added_tokens_decoder": {
3
- "0": {
4
- "content": "[PAD]",
5
- "lstrip": false,
6
- "normalized": false,
7
- "rstrip": false,
8
- "single_word": false,
9
- "special": true
10
- },
11
- "100": {
12
- "content": "[UNK]",
13
- "lstrip": false,
14
- "normalized": false,
15
- "rstrip": false,
16
- "single_word": false,
17
- "special": true
18
- },
19
- "101": {
20
- "content": "[CLS]",
21
- "lstrip": false,
22
- "normalized": false,
23
- "rstrip": false,
24
- "single_word": false,
25
- "special": true
26
- },
27
- "102": {
28
- "content": "[SEP]",
29
- "lstrip": false,
30
- "normalized": false,
31
- "rstrip": false,
32
- "single_word": false,
33
- "special": true
34
- },
35
- "103": {
36
- "content": "[MASK]",
37
- "lstrip": false,
38
- "normalized": false,
39
- "rstrip": false,
40
- "single_word": false,
41
- "special": true
42
- }
43
- },
44
- "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
  "do_lower_case": true,
47
  "mask_token": "[MASK]",
48
  "model_max_length": 1000000000000000019884624838656,
49
  "pad_token": "[PAD]",
50
  "sep_token": "[SEP]",
 
51
  "strip_accents": null,
52
  "tokenize_chinese_chars": true,
53
  "tokenizer_class": "MobileBertTokenizer",
 
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "cls_token": "[CLS]",
3
  "do_lower_case": true,
4
  "mask_token": "[MASK]",
5
  "model_max_length": 1000000000000000019884624838656,
6
  "pad_token": "[PAD]",
7
  "sep_token": "[SEP]",
8
+ "special_tokens_map_file": null,
9
  "strip_accents": null,
10
  "tokenize_chinese_chars": true,
11
  "tokenizer_class": "MobileBertTokenizer",
run-7/checkpoint-54/trainer_state.json CHANGED
@@ -1,8 +1,7 @@
1
  {
2
  "best_metric": 0.0,
3
- "best_model_checkpoint": "mobilebert-uncased-finetuned-cola/run-7/checkpoint-27",
4
- "epoch": 2.0,
5
- "eval_steps": 500,
6
  "global_step": 54,
7
  "is_hyper_param_search": true,
8
  "is_local_process_zero": true,
@@ -10,35 +9,22 @@
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
- "eval_loss": 6280937.5,
14
  "eval_matthews_correlation": 0.0,
15
- "eval_runtime": 2.387,
16
- "eval_samples_per_second": 436.946,
17
- "eval_steps_per_second": 27.649,
18
- "step": 27
19
- },
20
- {
21
- "epoch": 2.0,
22
- "eval_loss": 4771995.0,
23
- "eval_matthews_correlation": 0.0,
24
- "eval_runtime": 2.5044,
25
- "eval_samples_per_second": 416.474,
26
- "eval_steps_per_second": 26.354,
27
  "step": 54
28
  }
29
  ],
30
- "logging_steps": 500,
31
- "max_steps": 54,
32
- "num_input_tokens_seen": 0,
33
- "num_train_epochs": 2,
34
- "save_steps": 500,
35
  "total_flos": 0,
36
- "train_batch_size": 32,
37
  "trial_name": null,
38
  "trial_params": {
39
- "learning_rate": 7.206489808409032e-06,
40
- "num_train_epochs": 2,
41
- "per_device_train_batch_size": 32,
42
- "seed": 16
43
  }
44
  }
 
1
  {
2
  "best_metric": 0.0,
3
+ "best_model_checkpoint": "mobilebert-uncased-finetuned-cola/run-7/checkpoint-54",
4
+ "epoch": 1.0,
 
5
  "global_step": 54,
6
  "is_hyper_param_search": true,
7
  "is_local_process_zero": true,
 
9
  "log_history": [
10
  {
11
  "epoch": 1.0,
12
+ "eval_loss": 2132439.5,
13
  "eval_matthews_correlation": 0.0,
14
+ "eval_runtime": 2.549,
15
+ "eval_samples_per_second": 409.176,
16
+ "eval_steps_per_second": 25.892,
 
 
 
 
 
 
 
 
 
17
  "step": 54
18
  }
19
  ],
20
+ "max_steps": 162,
21
+ "num_train_epochs": 3,
 
 
 
22
  "total_flos": 0,
 
23
  "trial_name": null,
24
  "trial_params": {
25
+ "learning_rate": 3.4814075855726228e-06,
26
+ "num_train_epochs": 3,
27
+ "per_device_train_batch_size": 16,
28
+ "seed": 4
29
  }
30
  }
run-7/checkpoint-54/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:22468bd7237c8b7fe66ae992798d3ed4e0e539e83c4a1a754bb4a56380dff61d
3
- size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e097bc98bc61507a9a41c640eb6b06d5e0287c9fab94077dd6aff831c20bb6d
3
+ size 3643
runs/Mar10_12-23-35_f87fe01c66be/1710074990.5515924/events.out.tfevents.1710074990.f87fe01c66be.29486.18 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acc5e2b41d6e6812abef4fb9eda1887a32a632e3dbdc2c1a454f1f723a5ec7ad
3
+ size 5884
runs/Mar10_12-23-35_f87fe01c66be/events.out.tfevents.1710074878.f87fe01c66be.29486.15 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a7cd82f132bca56808e5fe552bcb4ae5d8eb81af293ae5b567a3e8f037ff5f86
3
- size 5937
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ae7c5b5a8701301169c71ca47519e30594669dc05774823469c40bffe835a83
3
+ size 6291
runs/Mar10_12-23-35_f87fe01c66be/events.out.tfevents.1710074990.f87fe01c66be.29486.17 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:093b1b71b04d280e35528af801a20c21bf6b6e96cdde570c6e95fca5a25c49af
3
+ size 4604
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f3fd04e0f847400a111a7560c3c5fd1dfed25dd0b3761344b9022de98be9df8d
3
  size 3643
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e097bc98bc61507a9a41c640eb6b06d5e0287c9fab94077dd6aff831c20bb6d
3
  size 3643