SjardiWillems commited on
Commit
bf26557
·
verified ·
1 Parent(s): fcbc9dc

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:9db52acd502c4e20e3b7af750eb92b81ade4a18e85c7dc1aa28253bdbe0bb7de
3
  size 267829484
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed7607757531a0d94c65185f850961773e46fcb5d119d13e3863e3c032cea5c7
3
  size 267829484
run-0/checkpoint-9/config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "id2label": {
12
+ "0": "LABEL_0"
13
+ },
14
+ "initializer_range": 0.02,
15
+ "label2id": {
16
+ "LABEL_0": 0
17
+ },
18
+ "max_position_embeddings": 512,
19
+ "model_type": "distilbert",
20
+ "n_heads": 12,
21
+ "n_layers": 6,
22
+ "pad_token_id": 0,
23
+ "problem_type": "regression",
24
+ "qa_dropout": 0.1,
25
+ "seq_classif_dropout": 0.2,
26
+ "sinusoidal_pos_embds": false,
27
+ "tie_weights_": true,
28
+ "torch_dtype": "float32",
29
+ "transformers_version": "4.38.2",
30
+ "vocab_size": 30522
31
+ }
run-0/checkpoint-9/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed7607757531a0d94c65185f850961773e46fcb5d119d13e3863e3c032cea5c7
3
+ size 267829484
run-0/checkpoint-9/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56767472c0e4d4198194df7f7120021bd7533a01fa83803560f3bf641087884b
3
+ size 535721146
run-0/checkpoint-9/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0628cec758e075b259c6a730232907c8a667241d8e97a9db6dc34062350c612c
3
+ size 14244
run-0/checkpoint-9/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d27024e44c494ad9fc8a5e273b59caa9e40de909254f40876c0dacfd47db5cf
3
+ size 1064
run-0/checkpoint-9/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-9/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-9/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-0/checkpoint-9/trainer_state.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.11274566771797583,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-stsb/run-0/checkpoint-9",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 9,
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": 2.302802324295044,
14
+ "eval_pearson": 0.11274566771797583,
15
+ "eval_runtime": 0.9178,
16
+ "eval_samples_per_second": 1634.281,
17
+ "eval_spearmanr": 0.12987920930990302,
18
+ "eval_steps_per_second": 102.415,
19
+ "step": 9
20
+ }
21
+ ],
22
+ "logging_steps": 500,
23
+ "max_steps": 45,
24
+ "num_input_tokens_seen": 0,
25
+ "num_train_epochs": 5,
26
+ "save_steps": 500,
27
+ "total_flos": 0,
28
+ "train_batch_size": 64,
29
+ "trial_name": null,
30
+ "trial_params": {
31
+ "learning_rate": 4.481764265618048e-05,
32
+ "num_train_epochs": 5,
33
+ "per_device_train_batch_size": 64,
34
+ "seed": 34
35
+ }
36
+ }
run-0/checkpoint-9/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c09fba38efbfaed97000a3a94d8c55aa1cde1316bbda4831aa4e5e1bd7ee7a7
3
+ size 4920
run-0/checkpoint-9/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Mar07_00-50-37_758c92e55f7e/events.out.tfevents.1709772772.758c92e55f7e.2638.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:048b3c57ec4cf0949fbf3aafd90be914f80ff1eb5e16c863e47520ab96394027
3
+ size 5343
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6d8dad1552776a59ae9e978123a1e2d60c4f24fc4dc6daaa0fcd9a28a0700cc9
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c09fba38efbfaed97000a3a94d8c55aa1cde1316bbda4831aa4e5e1bd7ee7a7
3
  size 4920