Training in progress, epoch 1
Browse files
config.json
CHANGED
@@ -1,13 +1,24 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
-
"
|
7 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
"gradient_checkpointing": false,
|
9 |
-
"
|
10 |
-
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
"0": "activate_my_card",
|
@@ -88,8 +99,9 @@
|
|
88 |
"8": "cancel_transfer",
|
89 |
"9": "card_about_to_expire"
|
90 |
},
|
|
|
91 |
"initializer_range": 0.02,
|
92 |
-
"intermediate_size":
|
93 |
"label2id": {
|
94 |
"Refund_not_showing_up": "51",
|
95 |
"activate_my_card": "0",
|
@@ -169,17 +181,25 @@
|
|
169 |
"wrong_amount_of_cash_received": "75",
|
170 |
"wrong_exchange_rate_for_cash_withdrawal": "76"
|
171 |
},
|
172 |
-
"layer_norm_eps": 1e-
|
173 |
-
"
|
174 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
175 |
"num_attention_heads": 12,
|
176 |
-
"num_hidden_layers":
|
177 |
-
"pad_token_id":
|
178 |
"position_embedding_type": "absolute",
|
179 |
"problem_type": "single_label_classification",
|
|
|
|
|
|
|
|
|
180 |
"torch_dtype": "float32",
|
181 |
"transformers_version": "4.48.0.dev0",
|
182 |
-
"
|
183 |
-
"use_cache": true,
|
184 |
-
"vocab_size": 30522
|
185 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "answerdotai/ModernBERT-base",
|
3 |
"architectures": [
|
4 |
+
"ModernBertForSequenceClassification"
|
5 |
],
|
6 |
+
"attention_bias": false,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 50281,
|
9 |
+
"classifier_activation": "gelu",
|
10 |
+
"classifier_bias": false,
|
11 |
+
"classifier_dropout": 0.0,
|
12 |
+
"classifier_pooling": "mean",
|
13 |
+
"cls_token_id": 50281,
|
14 |
+
"decoder_bias": true,
|
15 |
+
"deterministic_flash_attn": false,
|
16 |
+
"embedding_dropout": 0.0,
|
17 |
+
"eos_token_id": 50282,
|
18 |
+
"global_attn_every_n_layers": 3,
|
19 |
+
"global_rope_theta": 160000.0,
|
20 |
"gradient_checkpointing": false,
|
21 |
+
"hidden_activation": "gelu",
|
|
|
22 |
"hidden_size": 768,
|
23 |
"id2label": {
|
24 |
"0": "activate_my_card",
|
|
|
99 |
"8": "cancel_transfer",
|
100 |
"9": "card_about_to_expire"
|
101 |
},
|
102 |
+
"initializer_cutoff_factor": 2.0,
|
103 |
"initializer_range": 0.02,
|
104 |
+
"intermediate_size": 1152,
|
105 |
"label2id": {
|
106 |
"Refund_not_showing_up": "51",
|
107 |
"activate_my_card": "0",
|
|
|
181 |
"wrong_amount_of_cash_received": "75",
|
182 |
"wrong_exchange_rate_for_cash_withdrawal": "76"
|
183 |
},
|
184 |
+
"layer_norm_eps": 1e-05,
|
185 |
+
"local_attention": 128,
|
186 |
+
"local_rope_theta": 10000.0,
|
187 |
+
"max_position_embeddings": 8192,
|
188 |
+
"mlp_bias": false,
|
189 |
+
"mlp_dropout": 0.0,
|
190 |
+
"model_type": "modernbert",
|
191 |
+
"norm_bias": false,
|
192 |
+
"norm_eps": 1e-05,
|
193 |
"num_attention_heads": 12,
|
194 |
+
"num_hidden_layers": 22,
|
195 |
+
"pad_token_id": 50283,
|
196 |
"position_embedding_type": "absolute",
|
197 |
"problem_type": "single_label_classification",
|
198 |
+
"reference_compile": true,
|
199 |
+
"sep_token_id": 50282,
|
200 |
+
"sparse_pred_ignore_index": -100,
|
201 |
+
"sparse_prediction": false,
|
202 |
"torch_dtype": "float32",
|
203 |
"transformers_version": "4.48.0.dev0",
|
204 |
+
"vocab_size": 50368
|
|
|
|
|
205 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b51e668e6fa103378a542a0c03deaa7e8738ad113688050a881504f26e22613c
|
3 |
+
size 598670492
|
runs/Dec28_17-12-34_models-dev-9.aws.finchcomputing.com/events.out.tfevents.1735405968.models-dev-9.aws.finchcomputing.com.10104.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af8be59ce1e5654c51b316064a86189b8c36d851eb2b21e2784d006bcd8bd911
|
3 |
+
size 11970
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b07d7ae488f8dc72c7abca8951efefe67e6943b1760c842dc43f19f87530be93
|
3 |
size 5432
|