Ouafae commited on
Commit
7a955cf
·
verified ·
1 Parent(s): 74c9260

Training in progress, step 471

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e8e20a83c706d8f243fdd5451cc21222c4326c89dcf45c565700fbf0e2b83391
3
  size 265470032
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4cc33b8d0b52dcf2a12f056d1fcef90253d2526a82e2e0ad9738277ef4b90bd
3
  size 265470032
run-0/checkpoint-471/config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert/distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForQuestionAnswering"
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
+ "qa_dropout": 0.1,
18
+ "seq_classif_dropout": 0.2,
19
+ "sinusoidal_pos_embds": false,
20
+ "tie_weights_": true,
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.45.1",
23
+ "vocab_size": 30522
24
+ }
run-0/checkpoint-471/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4cc33b8d0b52dcf2a12f056d1fcef90253d2526a82e2e0ad9738277ef4b90bd
3
+ size 265470032
run-0/checkpoint-471/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd3a6abbfdcdd30dd87ca3433116a9bebb1c8b092a15ca749eb650137914d6f1
3
+ size 531000890
run-0/checkpoint-471/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebf75655742e6964c7cc52079464486f9ea521640d6557a2919ae32a21e6889a
3
+ size 14244
run-0/checkpoint-471/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:026e0f853e5a0df846bb5ef1a604f68614805d64a78033ac55f7493f43746b39
3
+ size 1064
run-0/checkpoint-471/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-471/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-471/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": false,
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-0/checkpoint-471/trainer_state.json ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "eval_steps": 100,
6
+ "global_step": 471,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.6369426751592356,
13
+ "grad_norm": 11.424042701721191,
14
+ "learning_rate": 2.617862969670073e-05,
15
+ "loss": 3.8796,
16
+ "step": 100
17
+ },
18
+ {
19
+ "epoch": 0.6369426751592356,
20
+ "eval_loss": 2.8795037269592285,
21
+ "eval_runtime": 3.5583,
22
+ "eval_samples_per_second": 140.515,
23
+ "eval_steps_per_second": 4.496,
24
+ "step": 100
25
+ },
26
+ {
27
+ "epoch": 1.2738853503184713,
28
+ "grad_norm": 13.521265029907227,
29
+ "learning_rate": 1.9122395277104845e-05,
30
+ "loss": 2.306,
31
+ "step": 200
32
+ },
33
+ {
34
+ "epoch": 1.2738853503184713,
35
+ "eval_loss": 1.97040593624115,
36
+ "eval_runtime": 3.6094,
37
+ "eval_samples_per_second": 138.528,
38
+ "eval_steps_per_second": 4.433,
39
+ "step": 200
40
+ },
41
+ {
42
+ "epoch": 1.910828025477707,
43
+ "grad_norm": 16.13125228881836,
44
+ "learning_rate": 1.206616085750896e-05,
45
+ "loss": 1.6392,
46
+ "step": 300
47
+ },
48
+ {
49
+ "epoch": 1.910828025477707,
50
+ "eval_loss": 1.7181620597839355,
51
+ "eval_runtime": 3.5951,
52
+ "eval_samples_per_second": 139.079,
53
+ "eval_steps_per_second": 4.451,
54
+ "step": 300
55
+ },
56
+ {
57
+ "epoch": 2.5477707006369426,
58
+ "grad_norm": 11.650218963623047,
59
+ "learning_rate": 5.009926437913077e-06,
60
+ "loss": 1.2706,
61
+ "step": 400
62
+ },
63
+ {
64
+ "epoch": 2.5477707006369426,
65
+ "eval_loss": 1.7209367752075195,
66
+ "eval_runtime": 3.5763,
67
+ "eval_samples_per_second": 139.808,
68
+ "eval_steps_per_second": 4.474,
69
+ "step": 400
70
+ }
71
+ ],
72
+ "logging_steps": 100,
73
+ "max_steps": 471,
74
+ "num_input_tokens_seen": 0,
75
+ "num_train_epochs": 3,
76
+ "save_steps": 500,
77
+ "stateful_callbacks": {
78
+ "EarlyStoppingCallback": {
79
+ "args": {
80
+ "early_stopping_patience": 3,
81
+ "early_stopping_threshold": 0.0
82
+ },
83
+ "attributes": {
84
+ "early_stopping_patience_counter": 0
85
+ }
86
+ },
87
+ "TrainerControl": {
88
+ "args": {
89
+ "should_epoch_stop": false,
90
+ "should_evaluate": false,
91
+ "should_log": false,
92
+ "should_save": true,
93
+ "should_training_stop": true
94
+ },
95
+ "attributes": {}
96
+ }
97
+ },
98
+ "total_flos": 1249566248706048.0,
99
+ "train_batch_size": 32,
100
+ "trial_name": null,
101
+ "trial_params": {
102
+ "learning_rate": 3.323486411629661e-05,
103
+ "num_train_epochs": 3,
104
+ "per_device_train_batch_size": 16,
105
+ "seed": 28
106
+ }
107
+ }
run-0/checkpoint-471/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:402b2439b600ffbf748e5b356349c52da746deb8c130785c86fd777ae8904832
3
+ size 5176
run-0/checkpoint-471/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Nov18_09-36-44_aa151f0a91fc/events.out.tfevents.1731922605.aa151f0a91fc.30.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94e08238a25aba514d294e65d73d1dc8a27aae777058a98a3b1f5bb8c7f03595
3
+ size 7144
special_tokens_map.json CHANGED
@@ -1,37 +1,7 @@
1
  {
2
- "cls_token": {
3
- "content": "[CLS]",
4
- "lstrip": false,
5
- "normalized": false,
6
- "rstrip": false,
7
- "single_word": false
8
- },
9
- "mask_token": {
10
- "content": "[MASK]",
11
- "lstrip": false,
12
- "normalized": false,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
- "pad_token": {
17
- "content": "[PAD]",
18
- "lstrip": false,
19
- "normalized": false,
20
- "rstrip": false,
21
- "single_word": false
22
- },
23
- "sep_token": {
24
- "content": "[SEP]",
25
- "lstrip": false,
26
- "normalized": false,
27
- "rstrip": false,
28
- "single_word": false
29
- },
30
- "unk_token": {
31
- "content": "[UNK]",
32
- "lstrip": false,
33
- "normalized": false,
34
- "rstrip": false,
35
- "single_word": false
36
- }
37
  }
 
1
  {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
tokenizer_config.json CHANGED
@@ -45,18 +45,11 @@
45
  "cls_token": "[CLS]",
46
  "do_lower_case": true,
47
  "mask_token": "[MASK]",
48
- "max_length": 384,
49
  "model_max_length": 512,
50
- "pad_to_multiple_of": null,
51
  "pad_token": "[PAD]",
52
- "pad_token_type_id": 0,
53
- "padding_side": "right",
54
  "sep_token": "[SEP]",
55
- "stride": 0,
56
  "strip_accents": null,
57
  "tokenize_chinese_chars": true,
58
  "tokenizer_class": "DistilBertTokenizer",
59
- "truncation_side": "right",
60
- "truncation_strategy": "only_second",
61
  "unk_token": "[UNK]"
62
  }
 
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
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1bb34187f447a16d45e04af5f8b4429bdc7160f82f0bad3553fb192984222ad1
3
- size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:402b2439b600ffbf748e5b356349c52da746deb8c130785c86fd777ae8904832
3
+ size 5176