Ouafae commited on
Commit
7c48670
·
verified ·
1 Parent(s): 671a748

Training in progress, step 157

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:21467a9de9236441169d1f3d8f496f4b5960ab2f6126931d110f356d90b3457d
3
  size 265470032
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1d7e8d2dd07702b4bd327bc54d3ec6482e628f8402c7643ac9ea85019abc937
3
  size 265470032
run-2/checkpoint-157/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-2/checkpoint-157/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1d7e8d2dd07702b4bd327bc54d3ec6482e628f8402c7643ac9ea85019abc937
3
+ size 265470032
run-2/checkpoint-157/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d583f6d9ce7035a9bbce19c6b07b98037ad8b317c00ee4448dfd146071966726
3
+ size 531000890
run-2/checkpoint-157/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54f953383786304d481dbcabb856ff0a112d355759906bb4e4c4f966a22e5491
3
+ size 14244
run-2/checkpoint-157/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b39bff513bd23ae499720a0b4be1f73cd2c8db11e70d80d1ebe34b0a98ff9e2
3
+ size 1064
run-2/checkpoint-157/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-2/checkpoint-157/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-157/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-2/checkpoint-157/trainer_state.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "eval_steps": 100,
6
+ "global_step": 157,
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": 8.715664863586426,
14
+ "learning_rate": 1.4701513386718959e-05,
15
+ "loss": 3.8477,
16
+ "step": 100
17
+ },
18
+ {
19
+ "epoch": 0.6369426751592356,
20
+ "eval_loss": 2.9882283210754395,
21
+ "eval_runtime": 3.592,
22
+ "eval_samples_per_second": 139.197,
23
+ "eval_steps_per_second": 4.454,
24
+ "step": 100
25
+ }
26
+ ],
27
+ "logging_steps": 100,
28
+ "max_steps": 157,
29
+ "num_input_tokens_seen": 0,
30
+ "num_train_epochs": 1,
31
+ "save_steps": 500,
32
+ "stateful_callbacks": {
33
+ "EarlyStoppingCallback": {
34
+ "args": {
35
+ "early_stopping_patience": 3,
36
+ "early_stopping_threshold": 0.0
37
+ },
38
+ "attributes": {
39
+ "early_stopping_patience_counter": 0
40
+ }
41
+ },
42
+ "TrainerControl": {
43
+ "args": {
44
+ "should_epoch_stop": false,
45
+ "should_evaluate": false,
46
+ "should_log": false,
47
+ "should_save": true,
48
+ "should_training_stop": true
49
+ },
50
+ "attributes": {}
51
+ }
52
+ },
53
+ "total_flos": 313567440076800.0,
54
+ "train_batch_size": 32,
55
+ "trial_name": null,
56
+ "trial_params": {
57
+ "learning_rate": 4.049364213534871e-05,
58
+ "num_train_epochs": 1,
59
+ "per_device_train_batch_size": 16,
60
+ "seed": 12
61
+ }
62
+ }
run-2/checkpoint-157/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5fb29d5e5fdea6fd35a82dd220c30b7f0a3ade055b8a015b599470bf6f5a85a
3
+ size 5176
run-2/checkpoint-157/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Nov18_10-11-09_aa151f0a91fc/events.out.tfevents.1731925628.aa151f0a91fc.1516.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66f0dbcdda8f0058b8940b4839889009e12d86b0295bfa7bd2185361ca7646bd
3
+ size 5659
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:adf95a1b40d7940f8a3f7af89bc534a9cafc9dabe2afeba003b8c21fddf5340e
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5fb29d5e5fdea6fd35a82dd220c30b7f0a3ade055b8a015b599470bf6f5a85a
3
  size 5176