kaantureyyen commited on
Commit
1adc2c5
·
verified ·
1 Parent(s): a5136ab

Upload 7 files

Browse files
Files changed (7) hide show
  1. config.json +53 -0
  2. model.safetensors +3 -0
  3. optimizer.pt +3 -0
  4. rng_state.pth +3 -0
  5. scheduler.pt +3 -0
  6. trainer_state.json +127 -0
  7. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/deberta-v3-small",
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": "AddToPlaylist",
12
+ "1": "BookRestaurant",
13
+ "2": "GetWeather",
14
+ "3": "PlayMusic",
15
+ "4": "RateBook",
16
+ "5": "SearchCreativeWork",
17
+ "6": "SearchScreeningEvent"
18
+ },
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
+ "label2id": {
22
+ "AddToPlaylist": 0,
23
+ "BookRestaurant": 1,
24
+ "GetWeather": 2,
25
+ "PlayMusic": 3,
26
+ "RateBook": 4,
27
+ "SearchCreativeWork": 5,
28
+ "SearchScreeningEvent": 6
29
+ },
30
+ "layer_norm_eps": 1e-07,
31
+ "max_position_embeddings": 512,
32
+ "max_relative_positions": -1,
33
+ "model_type": "deberta-v2",
34
+ "norm_rel_ebd": "layer_norm",
35
+ "num_attention_heads": 12,
36
+ "num_hidden_layers": 6,
37
+ "pad_token_id": 0,
38
+ "pooler_dropout": 0,
39
+ "pooler_hidden_act": "gelu",
40
+ "pooler_hidden_size": 768,
41
+ "pos_att_type": [
42
+ "p2c",
43
+ "c2p"
44
+ ],
45
+ "position_biased_input": false,
46
+ "position_buckets": 256,
47
+ "relative_attention": true,
48
+ "share_att_key": true,
49
+ "torch_dtype": "float32",
50
+ "transformers_version": "4.46.2",
51
+ "type_vocab_size": 0,
52
+ "vocab_size": 128100
53
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20e10c67cea9178cba529ca7fe7b2dd419a459d89ef85c3b7fe034f9999bda64
3
+ size 567613932
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da33ac7fcf49b2b3158de83e0d80433efc9751b7dcae4b7c0a66499864d40171
3
+ size 1135291194
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb1dd2d019afb25e8f9e379187a5db32f7cd7e038c1f9bc6faf94a70cbcaf31f
3
+ size 14244
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3548f6ca9311fe51ed8d4d605c238163ef97da4f9c9cd2ad0590361b97535a9
3
+ size 1064
trainer_state.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.9300746034490112,
3
+ "best_model_checkpoint": "model_checkpoints/fine-tuned_snips/deberta-v3-small/checkpoint-430",
4
+ "epoch": 5.0,
5
+ "eval_steps": 500,
6
+ "global_step": 430,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "grad_norm": 70.6190185546875,
14
+ "learning_rate": 4.0232558139534885e-05,
15
+ "loss": 1.5849,
16
+ "step": 86
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_accuracy": 0.6188034188034188,
21
+ "eval_f1": 0.5633655833196575,
22
+ "eval_loss": 1.0251919031143188,
23
+ "eval_runtime": 41.3418,
24
+ "eval_samples_per_second": 14.15,
25
+ "eval_steps_per_second": 3.556,
26
+ "step": 86
27
+ },
28
+ {
29
+ "epoch": 2.0,
30
+ "grad_norm": 51.66825485229492,
31
+ "learning_rate": 3.0348837209302327e-05,
32
+ "loss": 0.5988,
33
+ "step": 172
34
+ },
35
+ {
36
+ "epoch": 2.0,
37
+ "eval_accuracy": 0.8666666666666667,
38
+ "eval_f1": 0.8606784405256506,
39
+ "eval_loss": 0.4364546239376068,
40
+ "eval_runtime": 41.2466,
41
+ "eval_samples_per_second": 14.183,
42
+ "eval_steps_per_second": 3.564,
43
+ "step": 172
44
+ },
45
+ {
46
+ "epoch": 3.0,
47
+ "grad_norm": 3.9022738933563232,
48
+ "learning_rate": 2.0348837209302328e-05,
49
+ "loss": 0.2244,
50
+ "step": 258
51
+ },
52
+ {
53
+ "epoch": 3.0,
54
+ "eval_accuracy": 0.9042735042735043,
55
+ "eval_f1": 0.9039006924540784,
56
+ "eval_loss": 0.34247514605522156,
57
+ "eval_runtime": 41.3132,
58
+ "eval_samples_per_second": 14.16,
59
+ "eval_steps_per_second": 3.558,
60
+ "step": 258
61
+ },
62
+ {
63
+ "epoch": 4.0,
64
+ "grad_norm": 97.98139953613281,
65
+ "learning_rate": 1.0348837209302325e-05,
66
+ "loss": 0.1027,
67
+ "step": 344
68
+ },
69
+ {
70
+ "epoch": 4.0,
71
+ "eval_accuracy": 0.9247863247863248,
72
+ "eval_f1": 0.9252074264620417,
73
+ "eval_loss": 0.34157708287239075,
74
+ "eval_runtime": 41.2872,
75
+ "eval_samples_per_second": 14.169,
76
+ "eval_steps_per_second": 3.56,
77
+ "step": 344
78
+ },
79
+ {
80
+ "epoch": 5.0,
81
+ "grad_norm": 86.72257232666016,
82
+ "learning_rate": 4.651162790697675e-07,
83
+ "loss": 0.0402,
84
+ "step": 430
85
+ },
86
+ {
87
+ "epoch": 5.0,
88
+ "eval_accuracy": 0.9299145299145299,
89
+ "eval_f1": 0.9300746034490112,
90
+ "eval_loss": 0.3602432310581207,
91
+ "eval_runtime": 41.4693,
92
+ "eval_samples_per_second": 14.107,
93
+ "eval_steps_per_second": 3.545,
94
+ "step": 430
95
+ }
96
+ ],
97
+ "logging_steps": 500,
98
+ "max_steps": 430,
99
+ "num_input_tokens_seen": 0,
100
+ "num_train_epochs": 5,
101
+ "save_steps": 500,
102
+ "stateful_callbacks": {
103
+ "EarlyStoppingCallback": {
104
+ "args": {
105
+ "early_stopping_patience": 2,
106
+ "early_stopping_threshold": 0.01
107
+ },
108
+ "attributes": {
109
+ "early_stopping_patience_counter": 1
110
+ }
111
+ },
112
+ "TrainerControl": {
113
+ "args": {
114
+ "should_epoch_stop": false,
115
+ "should_evaluate": false,
116
+ "should_log": false,
117
+ "should_save": true,
118
+ "should_training_stop": true
119
+ },
120
+ "attributes": {}
121
+ }
122
+ },
123
+ "total_flos": 455413506240000.0,
124
+ "train_batch_size": 4,
125
+ "trial_name": null,
126
+ "trial_params": null
127
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fed5b7c4db7a00007f519c82c28ba28e7c42e9ca10e1048374010167b03a4648
3
+ size 5304