SjardiWillems commited on
Commit
773b166
·
verified ·
1 Parent(s): 44b6d33

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:f641b610c3774edf49c88d4ee959e7069d39793234bf5385c7fe81c66126ac2b
3
  size 267829484
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:193eafc1a8a054e2125b9000585ca1e9ef912e9070ea24787555b3596dd2f1c6
3
  size 267829484
run-0/checkpoint-72/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-72/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:193eafc1a8a054e2125b9000585ca1e9ef912e9070ea24787555b3596dd2f1c6
3
+ size 267829484
run-0/checkpoint-72/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4624a6bd1a8f3668bdd4bbd491024e1a328d9f0ca3d221b13d1cdef02946c510
3
+ size 535721146
run-0/checkpoint-72/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc4bccc032167d6736137944244a6658841689a7a7b626ec227ea770908c36c8
3
+ size 14244
run-0/checkpoint-72/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:772f7bd0e0fd1749f17173eb0e130ffc4c7670795655ba0893854f1f9bc385d5
3
+ size 1064
run-0/checkpoint-72/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-72/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-72/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-72/trainer_state.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.7567095621264116,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-stsb/run-0/checkpoint-72",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 72,
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": 1.0813779830932617,
14
+ "eval_pearson": 0.7567095621264116,
15
+ "eval_runtime": 0.9163,
16
+ "eval_samples_per_second": 1637.038,
17
+ "eval_spearmanr": 0.7572162649891061,
18
+ "eval_steps_per_second": 102.588,
19
+ "step": 72
20
+ }
21
+ ],
22
+ "logging_steps": 500,
23
+ "max_steps": 288,
24
+ "num_input_tokens_seen": 0,
25
+ "num_train_epochs": 4,
26
+ "save_steps": 500,
27
+ "total_flos": 0,
28
+ "train_batch_size": 8,
29
+ "trial_name": null,
30
+ "trial_params": {
31
+ "learning_rate": 3.8584811748752325e-05,
32
+ "num_train_epochs": 4,
33
+ "per_device_train_batch_size": 8,
34
+ "seed": 40
35
+ }
36
+ }
run-0/checkpoint-72/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd9a09d3e6d841ee4f64161d2a8c27492f996273463a537d8f3f6e05968d37fe
3
+ size 4920
run-0/checkpoint-72/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Mar05_21-56-47_fe13c9557656/events.out.tfevents.1709675915.fe13c9557656.828.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:440f684f615e35018cce413c625605e335a7ec3f5f47344931a3f83fde63aacd
3
+ size 4975
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0e59c704ac80cace0ae69aaa6a2234c640b577b1460318fc785124be9b89222d
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd9a09d3e6d841ee4f64161d2a8c27492f996273463a537d8f3f6e05968d37fe
3
  size 4920