Training in progress, epoch 1
Browse files
config.json
ADDED
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "POLITICS",
|
25 |
+
"1": "WELLNESS",
|
26 |
+
"2": "ENTERTAINMENT",
|
27 |
+
"3": "TRAVEL",
|
28 |
+
"4": "STYLE & BEAUTY",
|
29 |
+
"5": "PARENTING",
|
30 |
+
"6": "HEALTHY LIVING",
|
31 |
+
"7": "QUEER VOICES",
|
32 |
+
"8": "FOOD & DRINK",
|
33 |
+
"9": "BUSINESS",
|
34 |
+
"10": "COMEDY",
|
35 |
+
"11": "SPORTS",
|
36 |
+
"12": "BLACK VOICES",
|
37 |
+
"13": "HOME & LIVING",
|
38 |
+
"14": "PARENTS"
|
39 |
+
},
|
40 |
+
"initializer_cutoff_factor": 2.0,
|
41 |
+
"initializer_range": 0.02,
|
42 |
+
"intermediate_size": 1152,
|
43 |
+
"label2id": {
|
44 |
+
"BLACK VOICES": 12,
|
45 |
+
"BUSINESS": 9,
|
46 |
+
"COMEDY": 10,
|
47 |
+
"ENTERTAINMENT": 2,
|
48 |
+
"FOOD & DRINK": 8,
|
49 |
+
"HEALTHY LIVING": 6,
|
50 |
+
"HOME & LIVING": 13,
|
51 |
+
"PARENTING": 5,
|
52 |
+
"PARENTS": 14,
|
53 |
+
"POLITICS": 0,
|
54 |
+
"QUEER VOICES": 7,
|
55 |
+
"SPORTS": 11,
|
56 |
+
"STYLE & BEAUTY": 4,
|
57 |
+
"TRAVEL": 3,
|
58 |
+
"WELLNESS": 1
|
59 |
+
},
|
60 |
+
"layer_norm_eps": 1e-05,
|
61 |
+
"local_attention": 128,
|
62 |
+
"local_rope_theta": 10000.0,
|
63 |
+
"max_position_embeddings": 8192,
|
64 |
+
"mlp_bias": false,
|
65 |
+
"mlp_dropout": 0.0,
|
66 |
+
"model_type": "modernbert",
|
67 |
+
"norm_bias": false,
|
68 |
+
"norm_eps": 1e-05,
|
69 |
+
"num_attention_heads": 12,
|
70 |
+
"num_hidden_layers": 22,
|
71 |
+
"pad_token_id": 50283,
|
72 |
+
"position_embedding_type": "absolute",
|
73 |
+
"problem_type": "single_label_classification",
|
74 |
+
"reference_compile": false,
|
75 |
+
"repad_logits_with_grad": false,
|
76 |
+
"sep_token_id": 50282,
|
77 |
+
"sparse_pred_ignore_index": -100,
|
78 |
+
"sparse_prediction": false,
|
79 |
+
"torch_dtype": "float32",
|
80 |
+
"transformers_version": "4.49.0.dev0",
|
81 |
+
"vocab_size": 50368
|
82 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:30436f6e6464e8a76632e0cd14fa44972cb54fbb823ae7a4f24603129f9586f4
|
3 |
+
size 598479780
|
runs/Jan19_12-41-07_06203a5cda3b/events.out.tfevents.1737290468.06203a5cda3b.18.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d86d4f2de380264fc9f3fe2961ff841c3f9f8d4cf963abf940484026cce6e2bb
|
3 |
+
size 10163
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4283086b0dd82c6464d1f5236fa60bcdcdcf149d17a84cafca2b32d0d203fac
|
3 |
+
size 5432
|