HamidBekam commited on
Commit
a9bd6d7
·
1 Parent(s): 01181ea

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:ffbd97abbea12da537cd09cc6b2d773ed2c6438574127d6e1be4704691dc1a71
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6890fe8ef202edd0906a374df2f17dd2107562798fa3387241106fb344202d90
3
  size 267832560
run-3/checkpoint-8/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.36.0.dev0",
24
+ "vocab_size": 30522
25
+ }
run-3/checkpoint-8/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:853b3c6d58b84cb96703c70c59db668c30e997354367b24a0b8d7bc24ca7e69f
3
+ size 267832560
run-3/checkpoint-8/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbc060ac9b9fadd48fac61182fae25f66140333c61e4c64042577e9dedac97c5
3
+ size 535724410
run-3/checkpoint-8/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c51305d09a051f8a35bac14d232ea9000e9d6b8ced71f42d3ff6cfd1193997d2
3
+ size 14054
run-3/checkpoint-8/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76bce4cbcefe8abe4891eda3d09567f5ed3073a52c21e664688a9aeb5c32dcad
3
+ size 1064
run-3/checkpoint-8/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-8/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-8/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-8/trainer_state.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": -0.041666666666666664,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-3/checkpoint-4",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 8,
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.7001533508300781,
14
+ "eval_matthews_correlation": -0.041666666666666664,
15
+ "eval_runtime": 4.6152,
16
+ "eval_samples_per_second": 21.668,
17
+ "eval_steps_per_second": 2.167,
18
+ "step": 4
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_loss": 0.6864750385284424,
23
+ "eval_matthews_correlation": -0.0625,
24
+ "eval_runtime": 5.3479,
25
+ "eval_samples_per_second": 18.699,
26
+ "eval_steps_per_second": 1.87,
27
+ "step": 8
28
+ }
29
+ ],
30
+ "logging_steps": 500,
31
+ "max_steps": 8,
32
+ "num_train_epochs": 2,
33
+ "save_steps": 500,
34
+ "total_flos": 0,
35
+ "trial_name": null,
36
+ "trial_params": {
37
+ "learning_rate": 1.714886587048793e-05,
38
+ "num_train_epochs": 2,
39
+ "per_device_train_batch_size": 32,
40
+ "seed": 32
41
+ }
42
+ }
run-3/checkpoint-8/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:702e3b1047eb731a49bd3047b6b81bec504ab9edaeb6491d05907bfb0fc4fe21
3
+ size 4664
run-3/checkpoint-8/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-25/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.36.0.dev0",
24
+ "vocab_size": 30522
25
+ }
run-4/checkpoint-25/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6890fe8ef202edd0906a374df2f17dd2107562798fa3387241106fb344202d90
3
+ size 267832560
run-4/checkpoint-25/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e34a5e1c8a3dae1e343db2726805a23df57da1eae584e8ffd881d656eb71a1f1
3
+ size 535724410
run-4/checkpoint-25/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:826f40f26c2ea102f1babcd78109323818c972259390fe50dc799e4e8c0dfaf9
3
+ size 14054
run-4/checkpoint-25/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:627e0b1da0e3bea8edbda5848ebccf9f975c9123e8838eea8731195eceed335b
3
+ size 1064
run-4/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-4/checkpoint-25/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-4/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": 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-4/checkpoint-25/trainer_state.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.05953620902598002,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-4/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": 1.0,
13
+ "eval_loss": 0.6835504174232483,
14
+ "eval_matthews_correlation": 0.05953620902598002,
15
+ "eval_runtime": 3.3752,
16
+ "eval_samples_per_second": 29.628,
17
+ "eval_steps_per_second": 2.963,
18
+ "step": 25
19
+ }
20
+ ],
21
+ "logging_steps": 500,
22
+ "max_steps": 100,
23
+ "num_train_epochs": 4,
24
+ "save_steps": 500,
25
+ "total_flos": 0,
26
+ "trial_name": null,
27
+ "trial_params": {
28
+ "learning_rate": 3.1141873935651557e-06,
29
+ "num_train_epochs": 4,
30
+ "per_device_train_batch_size": 4,
31
+ "seed": 31
32
+ }
33
+ }
run-4/checkpoint-25/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95e3dd8b495e30d288475dcf74c69608360025bb1aaf680e220bc1cdaea7b004
3
+ size 4664
run-4/checkpoint-25/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Nov06_21-03-41_d967040be626/events.out.tfevents.1699305446.d967040be626.3394.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d64b94f62a2619ee816d3d57e85296b63ce216cb3437cef1502af79454fa04d
3
+ size 4853
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:702e3b1047eb731a49bd3047b6b81bec504ab9edaeb6491d05907bfb0fc4fe21
3
  size 4664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95e3dd8b495e30d288475dcf74c69608360025bb1aaf680e220bc1cdaea7b004
3
  size 4664