berkayaltntas commited on
Commit
2e4d29a
·
verified ·
1 Parent(s): 2911517

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -5,7 +5,7 @@
5
  "attention_probs_dropout_prob": 0.1,
6
  "classifier_dropout": null,
7
  "hidden_act": "gelu",
8
- "hidden_dropout_prob": 0.1,
9
  "hidden_size": 512,
10
  "initializer_range": 0.02,
11
  "intermediate_size": 2048,
 
5
  "attention_probs_dropout_prob": 0.1,
6
  "classifier_dropout": null,
7
  "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1891988684237177,
9
  "hidden_size": 512,
10
  "initializer_range": 0.02,
11
  "intermediate_size": 2048,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eb370303224481377bfbaca3e7254f82a70d9e57e8ba28b1480d1ad2634d4871
3
  size 165512728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e523ef390379259e2d519e2d17198780a1cde58ae8503b3aba68131e7af118d0
3
  size 165512728
run-0/checkpoint-156/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_dropout": null,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1891988684237177,
9
+ "hidden_size": 512,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 2048,
12
+ "layer_norm_eps": 1e-12,
13
+ "max_position_embeddings": 512,
14
+ "model_type": "bert",
15
+ "num_attention_heads": 8,
16
+ "num_hidden_layers": 8,
17
+ "pad_token_id": 0,
18
+ "position_embedding_type": "absolute",
19
+ "problem_type": "single_label_classification",
20
+ "torch_dtype": "float32",
21
+ "transformers_version": "4.50.2",
22
+ "type_vocab_size": 2,
23
+ "use_cache": true,
24
+ "vocab_size": 30522
25
+ }
run-0/checkpoint-156/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e523ef390379259e2d519e2d17198780a1cde58ae8503b3aba68131e7af118d0
3
+ size 165512728
run-0/checkpoint-156/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f751b3beeba64cf089f013861f9f46c10c3a7a35cc7d1fbe1d9a54c6499cb452
3
+ size 331108474
run-0/checkpoint-156/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:957b2bc679131c2bcb60ab7040f6ead1f0d3b094fbfaabc3aba5dc3ab78ade86
3
+ size 14244
run-0/checkpoint-156/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4c504aa00e570dc675c82f1818a4568fe15a929890ef14b78d7e6d653a6ea55
3
+ size 1064
run-0/checkpoint-156/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-0/checkpoint-156/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-156/tokenizer_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "extra_special_tokens": {},
49
+ "mask_token": "[MASK]",
50
+ "model_max_length": 1000000000000000019884624838656,
51
+ "never_split": null,
52
+ "pad_token": "[PAD]",
53
+ "sep_token": "[SEP]",
54
+ "strip_accents": null,
55
+ "tokenize_chinese_chars": true,
56
+ "tokenizer_class": "BertTokenizer",
57
+ "unk_token": "[UNK]"
58
+ }
run-0/checkpoint-156/trainer_state.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 156,
3
+ "best_metric": 0.5090252707581228,
4
+ "best_model_checkpoint": "bert_uncased_L-8_H-512_A-8-finetuned-rte-run_1/run-0/checkpoint-156",
5
+ "epoch": 1.0,
6
+ "eval_steps": 500,
7
+ "global_step": 156,
8
+ "is_hyper_param_search": true,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 1.0,
14
+ "eval_accuracy": 0.5090252707581228,
15
+ "eval_loss": 0.690215528011322,
16
+ "eval_runtime": 0.9783,
17
+ "eval_samples_per_second": 283.148,
18
+ "eval_steps_per_second": 5.111,
19
+ "step": 156
20
+ }
21
+ ],
22
+ "logging_steps": 500,
23
+ "max_steps": 624,
24
+ "num_input_tokens_seen": 0,
25
+ "num_train_epochs": 4,
26
+ "save_steps": 500,
27
+ "stateful_callbacks": {
28
+ "TrainerControl": {
29
+ "args": {
30
+ "should_epoch_stop": false,
31
+ "should_evaluate": false,
32
+ "should_log": false,
33
+ "should_save": true,
34
+ "should_training_stop": false
35
+ },
36
+ "attributes": {}
37
+ }
38
+ },
39
+ "total_flos": 0,
40
+ "train_batch_size": 16,
41
+ "trial_name": null,
42
+ "trial_params": {
43
+ "classifier_dropout": 0.1891988684237177,
44
+ "learning_rate": 4.546022869296215e-06,
45
+ "max_length": 256,
46
+ "num_train_epochs": 4,
47
+ "per_device_train_batch_size": 16
48
+ }
49
+ }
run-0/checkpoint-156/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c5f34da6ceb66aad0eb63c414662f43a60eed98b09cbecadb2699ba48e9f997
3
+ size 5432
run-0/checkpoint-156/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Apr03_13-50-26_435476ce9a2d/events.out.tfevents.1743689038.435476ce9a2d.544.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:692e5a910a6cc37ed6bb0f89297927ee0f556fe28febe6017a182ae77a3e22ab
3
+ size 5416
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9e3606533878e517af1d7cc9277441e2c2d519b9b51e149d3ad35aa25a774571
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c5f34da6ceb66aad0eb63c414662f43a60eed98b09cbecadb2699ba48e9f997
3
  size 5432