karunac commited on
Commit
c71fc5c
1 Parent(s): 50ae673

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:a15487358cfebe86fa6442847c193407f2b02e25a94274f15cfbe675f378a404
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:decf2f9a3b7052d738aa172df6e9b3aa70288510b4b45d4e740977d0a6c571ba
3
  size 267832560
run-5/checkpoint-100/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-5/checkpoint-100/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17f90d8fd4cf22d91f8659f3f540f9239771f77828820f866283c86182aeae45
3
+ size 267832560
run-5/checkpoint-100/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:457a7db13e91d6f8f6f81672b276b7bdc1332b3f7897caec3fc06d578cc7795d
3
+ size 535724410
run-5/checkpoint-100/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cd4ed8067b780f7a04bd3d94851cf0244c9b9d47e4232b964666e7f6ddd0c09
3
+ size 13990
run-5/checkpoint-100/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba6fcdceca1c7ece54eb265c6796b6b8a2a6b5dcf10fbe7a6967e7077ac21a9d
3
+ size 1064
run-5/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-5/checkpoint-100/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-5/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": 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-5/checkpoint-100/trainer_state.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.0,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-5/checkpoint-25",
4
+ "epoch": 4.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": 1.0,
13
+ "eval_loss": 0.6417602300643921,
14
+ "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 3.8641,
16
+ "eval_samples_per_second": 25.879,
17
+ "eval_steps_per_second": 1.812,
18
+ "step": 25
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_loss": 0.6430217027664185,
23
+ "eval_matthews_correlation": 0.0,
24
+ "eval_runtime": 6.6446,
25
+ "eval_samples_per_second": 15.05,
26
+ "eval_steps_per_second": 1.053,
27
+ "step": 50
28
+ },
29
+ {
30
+ "epoch": 3.0,
31
+ "eval_loss": 0.6305514574050903,
32
+ "eval_matthews_correlation": 0.0,
33
+ "eval_runtime": 5.469,
34
+ "eval_samples_per_second": 18.285,
35
+ "eval_steps_per_second": 1.28,
36
+ "step": 75
37
+ },
38
+ {
39
+ "epoch": 4.0,
40
+ "eval_loss": 0.6372998356819153,
41
+ "eval_matthews_correlation": 0.0,
42
+ "eval_runtime": 5.6535,
43
+ "eval_samples_per_second": 17.688,
44
+ "eval_steps_per_second": 1.238,
45
+ "step": 100
46
+ }
47
+ ],
48
+ "logging_steps": 500,
49
+ "max_steps": 100,
50
+ "num_input_tokens_seen": 0,
51
+ "num_train_epochs": 4,
52
+ "save_steps": 500,
53
+ "total_flos": 0,
54
+ "train_batch_size": 8,
55
+ "trial_name": null,
56
+ "trial_params": {
57
+ "learning_rate": 1.8703132341483286e-05,
58
+ "num_train_epochs": 4,
59
+ "per_device_train_batch_size": 8,
60
+ "seed": 1
61
+ }
62
+ }
run-5/checkpoint-100/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:409f465cf2cf58986ab248a27effbe2799c767cce4aaa079fe4d8dff8c3e1ed5
3
+ size 4984
run-5/checkpoint-100/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-6/checkpoint-4/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-6/checkpoint-4/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:decf2f9a3b7052d738aa172df6e9b3aa70288510b4b45d4e740977d0a6c571ba
3
+ size 267832560
run-6/checkpoint-4/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fae3264f5f619ed1f21ee1e7c7d31322ec82a3189bff5f74d9a6ad7218a09c1
3
+ size 535724410
run-6/checkpoint-4/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96b9be301bd1278923eab71efd45d089d3f5531c6bbba8fe27ef382854967c6e
3
+ size 13990
run-6/checkpoint-4/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7b63e7e0852b103b0df75274d267e933b78737bbf23fdce271f4f35a1c22bed
3
+ size 1064
run-6/checkpoint-4/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-6/checkpoint-4/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-6/checkpoint-4/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-6/checkpoint-4/trainer_state.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.0,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-6/checkpoint-4",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 4,
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.6576206088066101,
14
+ "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 4.2704,
16
+ "eval_samples_per_second": 23.417,
17
+ "eval_steps_per_second": 1.639,
18
+ "step": 4
19
+ }
20
+ ],
21
+ "logging_steps": 500,
22
+ "max_steps": 8,
23
+ "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 2,
25
+ "save_steps": 500,
26
+ "total_flos": 0,
27
+ "train_batch_size": 64,
28
+ "trial_name": null,
29
+ "trial_params": {
30
+ "learning_rate": 2.369044508174348e-05,
31
+ "num_train_epochs": 2,
32
+ "per_device_train_batch_size": 64,
33
+ "seed": 15
34
+ }
35
+ }
run-6/checkpoint-4/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc32fed83d661037556a8c9cacee1453b9763947a44b47693cbbee85c0ebdbc2
3
+ size 4984
run-6/checkpoint-4/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Mar05_15-34-07_d253bcf50e04/events.out.tfevents.1709654073.d253bcf50e04.1525.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7048f1258a903bf26135994685da4ff1f4b7eb6f0f76552409d79e46ad12eebe
3
+ size 5548
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:409f465cf2cf58986ab248a27effbe2799c767cce4aaa079fe4d8dff8c3e1ed5
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc32fed83d661037556a8c9cacee1453b9763947a44b47693cbbee85c0ebdbc2
3
  size 4984