BayesTensor commited on
Commit
002be9a
·
verified ·
1 Parent(s): 92ecc93

Training in progress, epoch 1, checkpoint

Browse files
last-checkpoint/config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/deberta-v3-base",
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": 768,
10
+ "id2label": {
11
+ "0": "no",
12
+ "1": "undetermined",
13
+ "2": "yes"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 3072,
17
+ "label2id": {
18
+ "no": 0,
19
+ "undetermined": 1,
20
+ "yes": 2
21
+ },
22
+ "layer_norm_eps": 1e-07,
23
+ "legacy": true,
24
+ "max_position_embeddings": 512,
25
+ "max_relative_positions": -1,
26
+ "model_type": "deberta-v2",
27
+ "norm_rel_ebd": "layer_norm",
28
+ "num_attention_heads": 12,
29
+ "num_hidden_layers": 12,
30
+ "pad_token_id": 0,
31
+ "pooler_dropout": 0,
32
+ "pooler_hidden_act": "gelu",
33
+ "pooler_hidden_size": 768,
34
+ "pos_att_type": [
35
+ "p2c",
36
+ "c2p"
37
+ ],
38
+ "position_biased_input": false,
39
+ "position_buckets": 256,
40
+ "relative_attention": true,
41
+ "share_att_key": true,
42
+ "torch_dtype": "float32",
43
+ "transformers_version": "4.48.0",
44
+ "type_vocab_size": 0,
45
+ "vocab_size": 128100
46
+ }
last-checkpoint/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3a748c1ab33837bc3a63346bb1a609553c03ec298903d57127fbdc8ae41d7d4
3
+ size 737722356
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edf9e954b1f558803d6c32f85ae4e96f81cbbf548ec178f4db1f4c4f1af1ad98
3
+ size 1475564538
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe3d5e0266651b678e8aeb775670681209a8f5307bbb491acb32c448d19c17f1
3
+ size 14244
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6a56ba2d77e666d1d1ae070faa9461d05bd079a4d3902c81c7c3926ae43ea2e
3
+ size 1064
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.1245394252026529,
3
+ "best_model_checkpoint": "debertalarge-medical-classifier/checkpoint-183",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 183,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.546448087431694,
13
+ "grad_norm": 4.420255661010742,
14
+ "learning_rate": 4.890710382513661e-05,
15
+ "loss": 1.0582,
16
+ "step": 100
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_f1": 0.1245394252026529,
21
+ "eval_loss": 1.1087555885314941,
22
+ "eval_runtime": 13.0214,
23
+ "eval_samples_per_second": 7.065,
24
+ "eval_steps_per_second": 3.533,
25
+ "step": 183
26
+ }
27
+ ],
28
+ "logging_steps": 100,
29
+ "max_steps": 4575,
30
+ "num_input_tokens_seen": 0,
31
+ "num_train_epochs": 25,
32
+ "save_steps": 500,
33
+ "stateful_callbacks": {
34
+ "TrainerControl": {
35
+ "args": {
36
+ "should_epoch_stop": false,
37
+ "should_evaluate": false,
38
+ "should_log": false,
39
+ "should_save": true,
40
+ "should_training_stop": false
41
+ },
42
+ "attributes": {}
43
+ }
44
+ },
45
+ "total_flos": 487693576890000.0,
46
+ "train_batch_size": 2,
47
+ "trial_name": null,
48
+ "trial_params": null
49
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a4cef7ab6f4ff209dd756db3bbb721abd11ddfea5e6d59d89d58906d87bc93f
3
+ size 5432