kbberendsen
commited on
Commit
•
6694ba8
1
Parent(s):
9348172
Training in progress, epoch 1
Browse files- model.safetensors +1 -1
- run-0/checkpoint-27/added_tokens.json +3 -0
- run-0/checkpoint-27/config.json +35 -0
- run-0/checkpoint-27/model.safetensors +3 -0
- run-0/checkpoint-27/optimizer.pt +3 -0
- run-0/checkpoint-27/rng_state.pth +3 -0
- run-0/checkpoint-27/scheduler.pt +3 -0
- run-0/checkpoint-27/special_tokens_map.json +15 -0
- run-0/checkpoint-27/spm.model +3 -0
- run-0/checkpoint-27/tokenizer.json +0 -0
- run-0/checkpoint-27/tokenizer_config.json +58 -0
- run-0/checkpoint-27/trainer_state.json +35 -0
- run-0/checkpoint-27/training_args.bin +3 -0
- runs/Feb29_12-22-24_2da83f0d580a/events.out.tfevents.1709209503.2da83f0d580a.900.0 +3 -0
- runs/Feb29_12-22-24_2da83f0d580a/events.out.tfevents.1709209550.2da83f0d580a.900.1 +3 -0
- runs/Feb29_12-22-24_2da83f0d580a/events.out.tfevents.1709209813.2da83f0d580a.900.2 +3 -0
- runs/Feb29_12-22-24_2da83f0d580a/events.out.tfevents.1709210096.2da83f0d580a.900.3 +3 -0
- training_args.bin +1 -1
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1740304440
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:362787337e763ae671c0d6f586075e16ed1ee0b7814d9f4a66bd9c573b910b06
|
3 |
size 1740304440
|
run-0/checkpoint-27/added_tokens.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"[MASK]": 128000
|
3 |
+
}
|
run-0/checkpoint-27/config.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/deberta-v3-large",
|
3 |
+
"architectures": [
|
4 |
+
"DebertaV2ForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"hidden_act": "gelu",
|
8 |
+
"hidden_dropout_prob": 0.1,
|
9 |
+
"hidden_size": 1024,
|
10 |
+
"initializer_range": 0.02,
|
11 |
+
"intermediate_size": 4096,
|
12 |
+
"layer_norm_eps": 1e-07,
|
13 |
+
"max_position_embeddings": 512,
|
14 |
+
"max_relative_positions": -1,
|
15 |
+
"model_type": "deberta-v2",
|
16 |
+
"norm_rel_ebd": "layer_norm",
|
17 |
+
"num_attention_heads": 16,
|
18 |
+
"num_hidden_layers": 24,
|
19 |
+
"pad_token_id": 0,
|
20 |
+
"pooler_dropout": 0,
|
21 |
+
"pooler_hidden_act": "gelu",
|
22 |
+
"pooler_hidden_size": 1024,
|
23 |
+
"pos_att_type": [
|
24 |
+
"p2c",
|
25 |
+
"c2p"
|
26 |
+
],
|
27 |
+
"position_biased_input": false,
|
28 |
+
"position_buckets": 256,
|
29 |
+
"relative_attention": true,
|
30 |
+
"share_att_key": true,
|
31 |
+
"torch_dtype": "float32",
|
32 |
+
"transformers_version": "4.38.1",
|
33 |
+
"type_vocab_size": 0,
|
34 |
+
"vocab_size": 128100
|
35 |
+
}
|
run-0/checkpoint-27/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:362787337e763ae671c0d6f586075e16ed1ee0b7814d9f4a66bd9c573b910b06
|
3 |
+
size 1740304440
|
run-0/checkpoint-27/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8bf148f031a6b40ebc0a1b878fd399b7041c0572404062d16f4c6a0f8e25600d
|
3 |
+
size 3480840240
|
run-0/checkpoint-27/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:70a0155120298931ad746a4bb00fd0abdd59a8850305e017cf843b2bc5e7b5b0
|
3 |
+
size 14244
|
run-0/checkpoint-27/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b332e5aa1f9a47941437dcec4e5a39d6bd8a90d334761d98098129d5846b2dbe
|
3 |
+
size 1064
|
run-0/checkpoint-27/special_tokens_map.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "[CLS]",
|
3 |
+
"cls_token": "[CLS]",
|
4 |
+
"eos_token": "[SEP]",
|
5 |
+
"mask_token": "[MASK]",
|
6 |
+
"pad_token": "[PAD]",
|
7 |
+
"sep_token": "[SEP]",
|
8 |
+
"unk_token": {
|
9 |
+
"content": "[UNK]",
|
10 |
+
"lstrip": false,
|
11 |
+
"normalized": true,
|
12 |
+
"rstrip": false,
|
13 |
+
"single_word": false
|
14 |
+
}
|
15 |
+
}
|
run-0/checkpoint-27/spm.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c679fbf93643d19aab7ee10c0b99e460bdbc02fedf34b92b05af343b4af586fd
|
3 |
+
size 2464616
|
run-0/checkpoint-27/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run-0/checkpoint-27/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 |
+
"1": {
|
12 |
+
"content": "[CLS]",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"2": {
|
20 |
+
"content": "[SEP]",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"3": {
|
28 |
+
"content": "[UNK]",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": true,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"128000": {
|
36 |
+
"content": "[MASK]",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"bos_token": "[CLS]",
|
45 |
+
"clean_up_tokenization_spaces": true,
|
46 |
+
"cls_token": "[CLS]",
|
47 |
+
"do_lower_case": false,
|
48 |
+
"eos_token": "[SEP]",
|
49 |
+
"mask_token": "[MASK]",
|
50 |
+
"model_max_length": 1000000000000000019884624838656,
|
51 |
+
"pad_token": "[PAD]",
|
52 |
+
"sep_token": "[SEP]",
|
53 |
+
"sp_model_kwargs": {},
|
54 |
+
"split_by_punct": false,
|
55 |
+
"tokenizer_class": "DebertaV2Tokenizer",
|
56 |
+
"unk_token": "[UNK]",
|
57 |
+
"vocab_type": "spm"
|
58 |
+
}
|
run-0/checkpoint-27/trainer_state.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.0,
|
3 |
+
"best_model_checkpoint": "deberta-v3-large-finetuned-cola-midterm/run-0/checkpoint-27",
|
4 |
+
"epoch": 1.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 27,
|
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": 0.6029512882232666,
|
14 |
+
"eval_matthews_correlation": 0.0,
|
15 |
+
"eval_runtime": 8.1359,
|
16 |
+
"eval_samples_per_second": 128.197,
|
17 |
+
"eval_steps_per_second": 8.112,
|
18 |
+
"step": 27
|
19 |
+
}
|
20 |
+
],
|
21 |
+
"logging_steps": 500,
|
22 |
+
"max_steps": 54,
|
23 |
+
"num_input_tokens_seen": 0,
|
24 |
+
"num_train_epochs": 2,
|
25 |
+
"save_steps": 500,
|
26 |
+
"total_flos": 0,
|
27 |
+
"train_batch_size": 32,
|
28 |
+
"trial_name": null,
|
29 |
+
"trial_params": {
|
30 |
+
"learning_rate": 4.26417580168616e-06,
|
31 |
+
"num_train_epochs": 2,
|
32 |
+
"per_device_train_batch_size": 32,
|
33 |
+
"seed": 3
|
34 |
+
}
|
35 |
+
}
|
run-0/checkpoint-27/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b511e0093eff2e18a9a8913c53e4c6377789256044eb610b864499c14d17e4f5
|
3 |
+
size 4984
|
runs/Feb29_12-22-24_2da83f0d580a/events.out.tfevents.1709209503.2da83f0d580a.900.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:873e78488be10e143e6fdbac01e2af456731cf6556488c675865977fe03d6702
|
3 |
+
size 358
|
runs/Feb29_12-22-24_2da83f0d580a/events.out.tfevents.1709209550.2da83f0d580a.900.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b254af3dde389956d2c08d18f6a7dcafea039a048be3c72962e7ec3d6d6faf07
|
3 |
+
size 628
|
runs/Feb29_12-22-24_2da83f0d580a/events.out.tfevents.1709209813.2da83f0d580a.900.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c891f92ab025229e6672eeccc411d3a0419235edecc77db91e2893e9891e192d
|
3 |
+
size 628
|
runs/Feb29_12-22-24_2da83f0d580a/events.out.tfevents.1709210096.2da83f0d580a.900.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb4fd4f53c0b00306052d3e9c2dd0f9e29567856d80b6502b41cf729c5f2f9e4
|
3 |
+
size 5136
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b511e0093eff2e18a9a8913c53e4c6377789256044eb610b864499c14d17e4f5
|
3 |
size 4984
|