jjonas313 commited on
Commit
9793ca2
·
verified ·
1 Parent(s): 240f785

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - autotrain
5
+ - text-classification
6
+ base_model: microsoft/deberta-v3-large
7
+ widget:
8
+ - text: "I love AutoTrain"
9
+ ---
10
+
11
+ # Model Trained Using AutoTrain
12
+
13
+ - Problem type: Text Classification
14
+
15
+ ## Validation Metrics
16
+ loss: 0.5364909768104553
17
+
18
+ f1: 0.7044534412955465
19
+
20
+ precision: 0.7073170731707317
21
+
22
+ recall: 0.7016129032258065
23
+
24
+ auc: 0.8095903592375367
25
+
26
+ accuracy: 0.7566666666666667
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "[MASK]": 128000
3
+ }
checkpoint-120/config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/deberta-v3-large",
3
+ "_num_labels": 2,
4
+ "architectures": [
5
+ "DebertaV2ForSequenceClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 1024,
11
+ "id2label": {
12
+ "0": "certain",
13
+ "1": "uncertain"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 4096,
17
+ "label2id": {
18
+ "certain": 0,
19
+ "uncertain": 1
20
+ },
21
+ "layer_norm_eps": 1e-07,
22
+ "max_position_embeddings": 512,
23
+ "max_relative_positions": -1,
24
+ "model_type": "deberta-v2",
25
+ "norm_rel_ebd": "layer_norm",
26
+ "num_attention_heads": 16,
27
+ "num_hidden_layers": 24,
28
+ "pad_token_id": 0,
29
+ "pooler_dropout": 0,
30
+ "pooler_hidden_act": "gelu",
31
+ "pooler_hidden_size": 1024,
32
+ "pos_att_type": [
33
+ "p2c",
34
+ "c2p"
35
+ ],
36
+ "position_biased_input": false,
37
+ "position_buckets": 256,
38
+ "relative_attention": true,
39
+ "share_att_key": true,
40
+ "torch_dtype": "float32",
41
+ "transformers_version": "4.44.2",
42
+ "type_vocab_size": 0,
43
+ "vocab_size": 128100
44
+ }
checkpoint-120/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d6303709191a5725046de8c79bedf0fed5687be97f609eb37bcf165a4713a51
3
+ size 1740304440
checkpoint-120/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f289bcf2de6f0a8547f264643ec5998bbb2095b03d2370f3666b4b09babe9c4
3
+ size 3480840240
checkpoint-120/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f52d4d5e479edc60dd7f89c9af255d99789b9dd6d38c3e1ff659e6b4cc77514b
3
+ size 14244
checkpoint-120/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c42520eeab738bd99a587d19c9396e41628ef6a96d5bedd679d68111554a650
3
+ size 1064
checkpoint-120/trainer_state.json ADDED
@@ -0,0 +1,195 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.5364909768104553,
3
+ "best_model_checkpoint": "autotrain-ecb-uncertainty-deberta-v3-large/checkpoint-120",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 120,
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.05,
13
+ "grad_norm": 4.925415992736816,
14
+ "learning_rate": 1.6666666666666667e-06,
15
+ "loss": 0.7077,
16
+ "step": 6
17
+ },
18
+ {
19
+ "epoch": 0.1,
20
+ "grad_norm": 4.121665954589844,
21
+ "learning_rate": 3.3333333333333333e-06,
22
+ "loss": 0.6967,
23
+ "step": 12
24
+ },
25
+ {
26
+ "epoch": 0.15,
27
+ "grad_norm": 3.579362630844116,
28
+ "learning_rate": 5e-06,
29
+ "loss": 0.6732,
30
+ "step": 18
31
+ },
32
+ {
33
+ "epoch": 0.2,
34
+ "grad_norm": 3.409770965576172,
35
+ "learning_rate": 6.666666666666667e-06,
36
+ "loss": 0.6812,
37
+ "step": 24
38
+ },
39
+ {
40
+ "epoch": 0.25,
41
+ "grad_norm": 3.262946128845215,
42
+ "learning_rate": 8.333333333333334e-06,
43
+ "loss": 0.7021,
44
+ "step": 30
45
+ },
46
+ {
47
+ "epoch": 0.3,
48
+ "grad_norm": 1.882023572921753,
49
+ "learning_rate": 1e-05,
50
+ "loss": 0.6861,
51
+ "step": 36
52
+ },
53
+ {
54
+ "epoch": 0.35,
55
+ "grad_norm": 2.0393922328948975,
56
+ "learning_rate": 9.814814814814815e-06,
57
+ "loss": 0.6689,
58
+ "step": 42
59
+ },
60
+ {
61
+ "epoch": 0.4,
62
+ "grad_norm": 2.3638412952423096,
63
+ "learning_rate": 9.62962962962963e-06,
64
+ "loss": 0.6781,
65
+ "step": 48
66
+ },
67
+ {
68
+ "epoch": 0.45,
69
+ "grad_norm": 1.785644769668579,
70
+ "learning_rate": 9.444444444444445e-06,
71
+ "loss": 0.6817,
72
+ "step": 54
73
+ },
74
+ {
75
+ "epoch": 0.5,
76
+ "grad_norm": 5.820407390594482,
77
+ "learning_rate": 9.25925925925926e-06,
78
+ "loss": 0.63,
79
+ "step": 60
80
+ },
81
+ {
82
+ "epoch": 0.55,
83
+ "grad_norm": 2.0294086933135986,
84
+ "learning_rate": 9.074074074074075e-06,
85
+ "loss": 0.629,
86
+ "step": 66
87
+ },
88
+ {
89
+ "epoch": 0.6,
90
+ "grad_norm": 7.212940692901611,
91
+ "learning_rate": 8.888888888888888e-06,
92
+ "loss": 0.7502,
93
+ "step": 72
94
+ },
95
+ {
96
+ "epoch": 0.65,
97
+ "grad_norm": 5.35235071182251,
98
+ "learning_rate": 8.703703703703705e-06,
99
+ "loss": 0.6315,
100
+ "step": 78
101
+ },
102
+ {
103
+ "epoch": 0.7,
104
+ "grad_norm": 3.978393077850342,
105
+ "learning_rate": 8.518518518518519e-06,
106
+ "loss": 0.6373,
107
+ "step": 84
108
+ },
109
+ {
110
+ "epoch": 0.75,
111
+ "grad_norm": 6.702513694763184,
112
+ "learning_rate": 8.333333333333334e-06,
113
+ "loss": 0.573,
114
+ "step": 90
115
+ },
116
+ {
117
+ "epoch": 0.8,
118
+ "grad_norm": 10.61103630065918,
119
+ "learning_rate": 8.148148148148148e-06,
120
+ "loss": 0.6378,
121
+ "step": 96
122
+ },
123
+ {
124
+ "epoch": 0.85,
125
+ "grad_norm": 8.387734413146973,
126
+ "learning_rate": 7.962962962962963e-06,
127
+ "loss": 0.4785,
128
+ "step": 102
129
+ },
130
+ {
131
+ "epoch": 0.9,
132
+ "grad_norm": 10.877920150756836,
133
+ "learning_rate": 7.808641975308642e-06,
134
+ "loss": 0.5362,
135
+ "step": 108
136
+ },
137
+ {
138
+ "epoch": 0.95,
139
+ "grad_norm": 8.344444274902344,
140
+ "learning_rate": 7.623456790123458e-06,
141
+ "loss": 0.6228,
142
+ "step": 114
143
+ },
144
+ {
145
+ "epoch": 1.0,
146
+ "grad_norm": 4.364614009857178,
147
+ "learning_rate": 7.438271604938272e-06,
148
+ "loss": 0.5578,
149
+ "step": 120
150
+ },
151
+ {
152
+ "epoch": 1.0,
153
+ "eval_accuracy": 0.7566666666666667,
154
+ "eval_auc": 0.8095903592375367,
155
+ "eval_f1": 0.7044534412955465,
156
+ "eval_loss": 0.5364909768104553,
157
+ "eval_precision": 0.7073170731707317,
158
+ "eval_recall": 0.7016129032258065,
159
+ "eval_runtime": 2.8168,
160
+ "eval_samples_per_second": 106.505,
161
+ "eval_steps_per_second": 5.325,
162
+ "step": 120
163
+ }
164
+ ],
165
+ "logging_steps": 6,
166
+ "max_steps": 360,
167
+ "num_input_tokens_seen": 0,
168
+ "num_train_epochs": 3,
169
+ "save_steps": 500,
170
+ "stateful_callbacks": {
171
+ "EarlyStoppingCallback": {
172
+ "args": {
173
+ "early_stopping_patience": 5,
174
+ "early_stopping_threshold": 0.01
175
+ },
176
+ "attributes": {
177
+ "early_stopping_patience_counter": 0
178
+ }
179
+ },
180
+ "TrainerControl": {
181
+ "args": {
182
+ "should_epoch_stop": false,
183
+ "should_evaluate": false,
184
+ "should_log": false,
185
+ "should_save": true,
186
+ "should_training_stop": false
187
+ },
188
+ "attributes": {}
189
+ }
190
+ },
191
+ "total_flos": 559162592870400.0,
192
+ "train_batch_size": 10,
193
+ "trial_name": null,
194
+ "trial_params": null
195
+ }
checkpoint-120/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:602edec742b2aea7e508ea1239a7d0138f0e123ec4e2c5fb6e58b63f189e883a
3
+ size 5304
config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/deberta-v3-large",
3
+ "_num_labels": 2,
4
+ "architectures": [
5
+ "DebertaV2ForSequenceClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 1024,
11
+ "id2label": {
12
+ "0": "certain",
13
+ "1": "uncertain"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 4096,
17
+ "label2id": {
18
+ "certain": 0,
19
+ "uncertain": 1
20
+ },
21
+ "layer_norm_eps": 1e-07,
22
+ "max_position_embeddings": 512,
23
+ "max_relative_positions": -1,
24
+ "model_type": "deberta-v2",
25
+ "norm_rel_ebd": "layer_norm",
26
+ "num_attention_heads": 16,
27
+ "num_hidden_layers": 24,
28
+ "pad_token_id": 0,
29
+ "pooler_dropout": 0,
30
+ "pooler_hidden_act": "gelu",
31
+ "pooler_hidden_size": 1024,
32
+ "pos_att_type": [
33
+ "p2c",
34
+ "c2p"
35
+ ],
36
+ "position_biased_input": false,
37
+ "position_buckets": 256,
38
+ "relative_attention": true,
39
+ "share_att_key": true,
40
+ "torch_dtype": "float32",
41
+ "transformers_version": "4.44.2",
42
+ "type_vocab_size": 0,
43
+ "vocab_size": 128100
44
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d6303709191a5725046de8c79bedf0fed5687be97f609eb37bcf165a4713a51
3
+ size 1740304440
runs/Sep05_14-14-01_r-jjonas313-autotrain-ecb-uncertainy-gf8d5yky-51253-9tti6/events.out.tfevents.1725545642.r-jjonas313-autotrain-ecb-uncertainy-gf8d5yky-51253-9tti6.169.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1f6c8de8c5b287df759527dd8df2490325d87199a050bf898f754ccf398419b0
3
- size 5306
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:baf891ca2a8d35b9ce010ae318f8f95cbbb25301ea57fee464cd2c399597a6a9
3
+ size 19783
runs/Sep05_14-14-01_r-jjonas313-autotrain-ecb-uncertainy-gf8d5yky-51253-9tti6/events.out.tfevents.1725545812.r-jjonas313-autotrain-ecb-uncertainy-gf8d5yky-51253-9tti6.169.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccc5339d039cffd0c8552d67887efd29352ee78d1c6424a3285e54b08fa6e4b8
3
+ size 607
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
+ }
spm.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c679fbf93643d19aab7ee10c0b99e460bdbc02fedf34b92b05af343b4af586fd
3
+ size 2464616
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
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
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:602edec742b2aea7e508ea1239a7d0138f0e123ec4e2c5fb6e58b63f189e883a
3
+ size 5304
training_params.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data_path": "autotrain-ecb-uncertainty-deberta-v3-large/autotrain-data",
3
+ "model": "microsoft/deberta-v3-large",
4
+ "lr": 1e-05,
5
+ "epochs": 3,
6
+ "max_seq_length": 256,
7
+ "batch_size": 10,
8
+ "warmup_ratio": 0.1,
9
+ "gradient_accumulation": 1,
10
+ "optimizer": "adamw_torch",
11
+ "scheduler": "linear",
12
+ "weight_decay": 0.0,
13
+ "max_grad_norm": 1.0,
14
+ "seed": 333,
15
+ "train_split": "train",
16
+ "valid_split": "validation",
17
+ "text_column": "autotrain_text",
18
+ "target_column": "autotrain_label",
19
+ "logging_steps": -1,
20
+ "project_name": "autotrain-ecb-uncertainty-deberta-v3-large",
21
+ "auto_find_batch_size": false,
22
+ "mixed_precision": "fp16",
23
+ "save_total_limit": 1,
24
+ "push_to_hub": true,
25
+ "eval_strategy": "epoch",
26
+ "username": "jjonas313",
27
+ "log": "tensorboard",
28
+ "early_stopping_patience": 5,
29
+ "early_stopping_threshold": 0.01
30
+ }