kbberendsen commited on
Commit
e4b47a1
·
verified ·
1 Parent(s): d4f7847

Training in progress, epoch 1

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f355ff596fc9a81f9d48fca17727279c1b8e426ea17d864e94ad0fad9e40bae7
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4662f4e8dc27c8b2567b4f06b9dbafd4f1b814ede8a5f6f32991cd0b16885e0e
3
  size 267832560
run-3/checkpoint-108/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "pad_token_id": 0,
17
+ "problem_type": "single_label_classification",
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": false,
21
+ "tie_weights_": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.38.1",
24
+ "vocab_size": 30522
25
+ }
run-3/checkpoint-108/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b50cf92e15427cb5acded6800ce4d2860b54d7da9b03bb0c2ba4c2994775180a
3
+ size 267832560
run-3/checkpoint-108/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c0a9e13a7fea4467c951156668a0317e7760301147a6beff32f0d9b4ff98717
3
+ size 535727290
run-3/checkpoint-108/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00e7e60447fe6b0b398d23f91b0df5696220d68e25fe4da0911193612264b803
3
+ size 14244
run-3/checkpoint-108/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86e7323a38bbdac6a3c6b0caf8dd3486670af3378fb8f117be694180e2e637a5
3
+ size 1064
run-3/checkpoint-108/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-3/checkpoint-108/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-108/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": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
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-3/checkpoint-108/trainer_state.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.0,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-3/checkpoint-54",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 108,
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_loss": 0.604997992515564,
14
+ "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 0.892,
16
+ "eval_samples_per_second": 1169.223,
17
+ "eval_steps_per_second": 73.987,
18
+ "step": 54
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_loss": 0.591522753238678,
23
+ "eval_matthews_correlation": 0.0,
24
+ "eval_runtime": 0.7773,
25
+ "eval_samples_per_second": 1341.91,
26
+ "eval_steps_per_second": 84.915,
27
+ "step": 108
28
+ }
29
+ ],
30
+ "logging_steps": 500,
31
+ "max_steps": 108,
32
+ "num_input_tokens_seen": 0,
33
+ "num_train_epochs": 2,
34
+ "save_steps": 500,
35
+ "total_flos": 0,
36
+ "train_batch_size": 16,
37
+ "trial_name": null,
38
+ "trial_params": {
39
+ "learning_rate": 9.793684226638268e-06,
40
+ "num_train_epochs": 2,
41
+ "per_device_train_batch_size": 16,
42
+ "seed": 28
43
+ }
44
+ }
run-3/checkpoint-108/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30b316a20f512911d47be6738bfd2ac40f20563dc31b2024eb75a8ec5063b977
3
+ size 4984
run-3/checkpoint-108/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-27/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:452d9ed5c0693a004691e67d1911da2f6d537364410446882d40da14ca1013e6
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4662f4e8dc27c8b2567b4f06b9dbafd4f1b814ede8a5f6f32991cd0b16885e0e
3
  size 267832560
run-4/checkpoint-27/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:233b32821c04e7d257ced441ce372d319cb37cf8b4e08fbd506338394534c98d
3
  size 535727290
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7461432f8c5c7e3ac83d8eccc633ea013a4051568d2370cc7410ec7a77fcc6b4
3
  size 535727290
run-4/checkpoint-27/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:22f40887a9aa64436f373c2378e34877cfef171d5714e7005f6563bf4cdadc6d
3
- size 14308
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82f521cf7e0b4cecdee8f34e844c1c53c70cbd348a9c73b185cbecee5d66c082
3
+ size 14244
run-4/checkpoint-27/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:98bf207cfd1ec6f6d8b697af5d991998619464355e7bd6e2c5860b6b61e2129b
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f6cf700c91f931dcb2328a6f2b6bec4de3ce4c0bb5113ea14bbc6eb99282a9c
3
  size 1064
run-4/checkpoint-27/trainer_state.json CHANGED
@@ -10,26 +10,26 @@
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
- "eval_loss": 0.6120168566703796,
14
  "eval_matthews_correlation": 0.0,
15
- "eval_runtime": 0.7721,
16
- "eval_samples_per_second": 1350.817,
17
- "eval_steps_per_second": 85.478,
18
  "step": 27
19
  }
20
  ],
21
  "logging_steps": 500,
22
- "max_steps": 27,
23
  "num_input_tokens_seen": 0,
24
- "num_train_epochs": 1,
25
  "save_steps": 500,
26
  "total_flos": 0,
27
  "train_batch_size": 32,
28
  "trial_name": null,
29
  "trial_params": {
30
- "learning_rate": 3.2325188353509425e-05,
31
- "num_train_epochs": 1,
32
  "per_device_train_batch_size": 32,
33
- "seed": 21
34
  }
35
  }
 
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
+ "eval_loss": 0.6172463297843933,
14
  "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 0.7437,
16
+ "eval_samples_per_second": 1402.475,
17
+ "eval_steps_per_second": 88.747,
18
  "step": 27
19
  }
20
  ],
21
  "logging_steps": 500,
22
+ "max_steps": 108,
23
  "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 4,
25
  "save_steps": 500,
26
  "total_flos": 0,
27
  "train_batch_size": 32,
28
  "trial_name": null,
29
  "trial_params": {
30
+ "learning_rate": 6.784461117596466e-06,
31
+ "num_train_epochs": 4,
32
  "per_device_train_batch_size": 32,
33
+ "seed": 15
34
  }
35
  }
run-4/checkpoint-27/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4ee9986d9b661a8f174bb45702ca19392adb431444c463e3ab467cc87e880e2b
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:443eb1867eb54327e419f78e290432cb32b5c391fff06995ea104f10aaafb654
3
  size 4984
runs/Feb27_14-43-24_1abfc43efc69/events.out.tfevents.1709045827.1abfc43efc69.155.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a05c15de59161d5a10d7334d22b99075d02a712d58c2afb75ad7156cfc791c24
3
+ size 6206
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:30b316a20f512911d47be6738bfd2ac40f20563dc31b2024eb75a8ec5063b977
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:443eb1867eb54327e419f78e290432cb32b5c391fff06995ea104f10aaafb654
3
  size 4984