saneowl commited on
Commit
711eaab
·
verified ·
1 Parent(s): 7d8879d

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ library_name: transformers
4
+ tags:
5
+ - autotrain
6
+ - text-classification
7
+ base_model: microsoft/deberta-v3-base
8
+ widget:
9
+ - text: "I love AutoTrain"
10
+ ---
11
+
12
+ # Model Trained Using AutoTrain
13
+
14
+ - Problem type: Text Classification
15
+
16
+ ## Validation Metrics
17
+ loss: 0.4501543343067169
18
+
19
+ f1: 0.8251121076233184
20
+
21
+ precision: 0.7479674796747967
22
+
23
+ recall: 0.92
24
+
25
+ auc: 0.9066000000000001
26
+
27
+ accuracy: 0.805
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "[MASK]": 128000
3
+ }
checkpoint-100/config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/deberta-v3-base",
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": 768,
11
+ "id2label": {
12
+ "0": "human",
13
+ "1": "machine"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 3072,
17
+ "label2id": {
18
+ "human": 0,
19
+ "machine": 1
20
+ },
21
+ "layer_norm_eps": 1e-07,
22
+ "legacy": true,
23
+ "max_position_embeddings": 512,
24
+ "max_relative_positions": -1,
25
+ "model_type": "deberta-v2",
26
+ "norm_rel_ebd": "layer_norm",
27
+ "num_attention_heads": 12,
28
+ "num_hidden_layers": 12,
29
+ "pad_token_id": 0,
30
+ "pooler_dropout": 0,
31
+ "pooler_hidden_act": "gelu",
32
+ "pooler_hidden_size": 768,
33
+ "pos_att_type": [
34
+ "p2c",
35
+ "c2p"
36
+ ],
37
+ "position_biased_input": false,
38
+ "position_buckets": 256,
39
+ "relative_attention": true,
40
+ "share_att_key": true,
41
+ "torch_dtype": "float32",
42
+ "transformers_version": "4.48.0",
43
+ "type_vocab_size": 0,
44
+ "vocab_size": 128100
45
+ }
checkpoint-100/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c22608dc27f11515fb5f82fd9466c5c140f3b042b37e723117ebdfd2507204a
3
+ size 737719272
checkpoint-100/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:859d504455ce51b512fb4a21e3b326988f1f52027942cf0bcc2ef0287fb4cdca
3
+ size 1475552762
checkpoint-100/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d8db4e55544cd53d731b105b244ba6e40392c27329a5e11db10ab564baabbbe
3
+ size 13990
checkpoint-100/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d035e61f1c66cd4befda09e39359b5d11abe5b64d7c41726de679803569f208e
3
+ size 1064
checkpoint-100/trainer_state.json ADDED
@@ -0,0 +1,195 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.4501543343067169,
3
+ "best_model_checkpoint": "autotrain-qkfvr-4yrwe/checkpoint-100",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 100,
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": 3.2349209785461426,
14
+ "learning_rate": 8.333333333333334e-06,
15
+ "loss": 0.6925,
16
+ "step": 5
17
+ },
18
+ {
19
+ "epoch": 0.1,
20
+ "grad_norm": 3.42258358001709,
21
+ "learning_rate": 1.6666666666666667e-05,
22
+ "loss": 0.6949,
23
+ "step": 10
24
+ },
25
+ {
26
+ "epoch": 0.15,
27
+ "grad_norm": 1.1544133424758911,
28
+ "learning_rate": 2.5e-05,
29
+ "loss": 0.7045,
30
+ "step": 15
31
+ },
32
+ {
33
+ "epoch": 0.2,
34
+ "grad_norm": 4.767457962036133,
35
+ "learning_rate": 3.3333333333333335e-05,
36
+ "loss": 0.6916,
37
+ "step": 20
38
+ },
39
+ {
40
+ "epoch": 0.25,
41
+ "grad_norm": 1.978225588798523,
42
+ "learning_rate": 4.166666666666667e-05,
43
+ "loss": 0.6937,
44
+ "step": 25
45
+ },
46
+ {
47
+ "epoch": 0.3,
48
+ "grad_norm": 4.386098384857178,
49
+ "learning_rate": 5e-05,
50
+ "loss": 0.6817,
51
+ "step": 30
52
+ },
53
+ {
54
+ "epoch": 0.35,
55
+ "grad_norm": 2.616386651992798,
56
+ "learning_rate": 4.9074074074074075e-05,
57
+ "loss": 0.6589,
58
+ "step": 35
59
+ },
60
+ {
61
+ "epoch": 0.4,
62
+ "grad_norm": 6.577281951904297,
63
+ "learning_rate": 4.814814814814815e-05,
64
+ "loss": 0.6352,
65
+ "step": 40
66
+ },
67
+ {
68
+ "epoch": 0.45,
69
+ "grad_norm": 5.725684642791748,
70
+ "learning_rate": 4.722222222222222e-05,
71
+ "loss": 0.6231,
72
+ "step": 45
73
+ },
74
+ {
75
+ "epoch": 0.5,
76
+ "grad_norm": 14.771023750305176,
77
+ "learning_rate": 4.62962962962963e-05,
78
+ "loss": 0.6771,
79
+ "step": 50
80
+ },
81
+ {
82
+ "epoch": 0.55,
83
+ "grad_norm": 6.239844799041748,
84
+ "learning_rate": 4.5370370370370374e-05,
85
+ "loss": 0.6031,
86
+ "step": 55
87
+ },
88
+ {
89
+ "epoch": 0.6,
90
+ "grad_norm": 5.879209995269775,
91
+ "learning_rate": 4.4444444444444447e-05,
92
+ "loss": 0.3533,
93
+ "step": 60
94
+ },
95
+ {
96
+ "epoch": 0.65,
97
+ "grad_norm": 6.339338779449463,
98
+ "learning_rate": 4.351851851851852e-05,
99
+ "loss": 0.5966,
100
+ "step": 65
101
+ },
102
+ {
103
+ "epoch": 0.7,
104
+ "grad_norm": 16.186792373657227,
105
+ "learning_rate": 4.259259259259259e-05,
106
+ "loss": 0.6782,
107
+ "step": 70
108
+ },
109
+ {
110
+ "epoch": 0.75,
111
+ "grad_norm": 9.90497875213623,
112
+ "learning_rate": 4.166666666666667e-05,
113
+ "loss": 0.6433,
114
+ "step": 75
115
+ },
116
+ {
117
+ "epoch": 0.8,
118
+ "grad_norm": 4.704445838928223,
119
+ "learning_rate": 4.074074074074074e-05,
120
+ "loss": 0.4488,
121
+ "step": 80
122
+ },
123
+ {
124
+ "epoch": 0.85,
125
+ "grad_norm": 17.884246826171875,
126
+ "learning_rate": 3.981481481481482e-05,
127
+ "loss": 0.618,
128
+ "step": 85
129
+ },
130
+ {
131
+ "epoch": 0.9,
132
+ "grad_norm": 8.23388957977295,
133
+ "learning_rate": 3.888888888888889e-05,
134
+ "loss": 0.5853,
135
+ "step": 90
136
+ },
137
+ {
138
+ "epoch": 0.95,
139
+ "grad_norm": 8.233333587646484,
140
+ "learning_rate": 3.7962962962962964e-05,
141
+ "loss": 0.4419,
142
+ "step": 95
143
+ },
144
+ {
145
+ "epoch": 1.0,
146
+ "grad_norm": 6.261537075042725,
147
+ "learning_rate": 3.7037037037037037e-05,
148
+ "loss": 0.4245,
149
+ "step": 100
150
+ },
151
+ {
152
+ "epoch": 1.0,
153
+ "eval_accuracy": 0.805,
154
+ "eval_auc": 0.9066000000000001,
155
+ "eval_f1": 0.8251121076233184,
156
+ "eval_loss": 0.4501543343067169,
157
+ "eval_precision": 0.7479674796747967,
158
+ "eval_recall": 0.92,
159
+ "eval_runtime": 29.3558,
160
+ "eval_samples_per_second": 6.813,
161
+ "eval_steps_per_second": 0.443,
162
+ "step": 100
163
+ }
164
+ ],
165
+ "logging_steps": 5,
166
+ "max_steps": 300,
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": 52623154790400.0,
192
+ "train_batch_size": 8,
193
+ "trial_name": null,
194
+ "trial_params": null
195
+ }
checkpoint-100/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85e0dc49116122a44683f59f96771186c3c8edae5889f6c271093b4fc954084f
3
+ size 5368
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/deberta-v3-base",
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": 768,
11
+ "id2label": {
12
+ "0": "human",
13
+ "1": "machine"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 3072,
17
+ "label2id": {
18
+ "human": 0,
19
+ "machine": 1
20
+ },
21
+ "layer_norm_eps": 1e-07,
22
+ "legacy": true,
23
+ "max_position_embeddings": 512,
24
+ "max_relative_positions": -1,
25
+ "model_type": "deberta-v2",
26
+ "norm_rel_ebd": "layer_norm",
27
+ "num_attention_heads": 12,
28
+ "num_hidden_layers": 12,
29
+ "pad_token_id": 0,
30
+ "pooler_dropout": 0,
31
+ "pooler_hidden_act": "gelu",
32
+ "pooler_hidden_size": 768,
33
+ "pos_att_type": [
34
+ "p2c",
35
+ "c2p"
36
+ ],
37
+ "position_biased_input": false,
38
+ "position_buckets": 256,
39
+ "relative_attention": true,
40
+ "share_att_key": true,
41
+ "torch_dtype": "float32",
42
+ "transformers_version": "4.48.0",
43
+ "type_vocab_size": 0,
44
+ "vocab_size": 128100
45
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c22608dc27f11515fb5f82fd9466c5c140f3b042b37e723117ebdfd2507204a
3
+ size 737719272
runs/Aug20_08-43-35_r-motionlabs-autotrain-lbrlx0kx-42d13-svqgo/events.out.tfevents.1755679417.r-motionlabs-autotrain-lbrlx0kx-42d13-svqgo.82.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9f09f9de74713a987f7e5982d0648301dc8d51bcf0bf662518284432a10cebe9
3
- size 17274
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd0cce176a8aa40912ee14580018190ab4cd03f6f4c858e9a6d4d3f262a336a7
3
+ size 19835
runs/Aug20_08-43-35_r-motionlabs-autotrain-lbrlx0kx-42d13-svqgo/events.out.tfevents.1755680918.r-motionlabs-autotrain-lbrlx0kx-42d13-svqgo.82.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77f741ec8f03b724e18438ec44363d4d879304dde598866190b31151ca45ae81
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,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": false,
46
+ "cls_token": "[CLS]",
47
+ "do_lower_case": false,
48
+ "eos_token": "[SEP]",
49
+ "extra_special_tokens": {},
50
+ "mask_token": "[MASK]",
51
+ "model_max_length": 1000000000000000019884624838656,
52
+ "pad_token": "[PAD]",
53
+ "sep_token": "[SEP]",
54
+ "sp_model_kwargs": {},
55
+ "split_by_punct": false,
56
+ "tokenizer_class": "DebertaV2Tokenizer",
57
+ "unk_token": "[UNK]",
58
+ "vocab_type": "spm"
59
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85e0dc49116122a44683f59f96771186c3c8edae5889f6c271093b4fc954084f
3
+ size 5368
training_params.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data_path": "autotrain-qkfvr-4yrwe/autotrain-data",
3
+ "model": "microsoft/deberta-v3-base",
4
+ "lr": 5e-05,
5
+ "epochs": 3,
6
+ "max_seq_length": 128,
7
+ "batch_size": 8,
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": 42,
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-qkfvr-4yrwe",
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": "saneowl",
27
+ "log": "tensorboard",
28
+ "early_stopping_patience": 5,
29
+ "early_stopping_threshold": 0.01
30
+ }