Training in progress, epoch 1
Browse files
config.json
ADDED
|
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": "embeddings",
|
| 25 |
+
"1": "ai ethics",
|
| 26 |
+
"10": "data engineering",
|
| 27 |
+
"11": "robotics",
|
| 28 |
+
"12": "speech & audio",
|
| 29 |
+
"13": "code models",
|
| 30 |
+
"2": "game development",
|
| 31 |
+
"3": "llm evaluation",
|
| 32 |
+
"4": "rlhf",
|
| 33 |
+
"5": "deployment & infrastructure",
|
| 34 |
+
"6": "ml fundamentals",
|
| 35 |
+
"7": "vision & multimodal",
|
| 36 |
+
"8": "diffusion models",
|
| 37 |
+
"9": "hub & platform"
|
| 38 |
+
},
|
| 39 |
+
"initializer_cutoff_factor": 2.0,
|
| 40 |
+
"initializer_range": 0.02,
|
| 41 |
+
"intermediate_size": 1152,
|
| 42 |
+
"label2id": {
|
| 43 |
+
"ai ethics": "1",
|
| 44 |
+
"code models": "13",
|
| 45 |
+
"data engineering": "10",
|
| 46 |
+
"deployment & infrastructure": "5",
|
| 47 |
+
"diffusion models": "8",
|
| 48 |
+
"embeddings": "0",
|
| 49 |
+
"game development": "2",
|
| 50 |
+
"hub & platform": "9",
|
| 51 |
+
"llm evaluation": "3",
|
| 52 |
+
"ml fundamentals": "6",
|
| 53 |
+
"rlhf": "4",
|
| 54 |
+
"robotics": "11",
|
| 55 |
+
"speech & audio": "12",
|
| 56 |
+
"vision & multimodal": "7"
|
| 57 |
+
},
|
| 58 |
+
"layer_norm_eps": 1e-05,
|
| 59 |
+
"local_attention": 128,
|
| 60 |
+
"local_rope_theta": 10000.0,
|
| 61 |
+
"max_position_embeddings": 8192,
|
| 62 |
+
"mlp_bias": false,
|
| 63 |
+
"mlp_dropout": 0.0,
|
| 64 |
+
"model_type": "modernbert",
|
| 65 |
+
"norm_bias": false,
|
| 66 |
+
"norm_eps": 1e-05,
|
| 67 |
+
"num_attention_heads": 12,
|
| 68 |
+
"num_hidden_layers": 22,
|
| 69 |
+
"pad_token_id": 50283,
|
| 70 |
+
"position_embedding_type": "absolute",
|
| 71 |
+
"problem_type": "single_label_classification",
|
| 72 |
+
"reference_compile": true,
|
| 73 |
+
"repad_logits_with_grad": false,
|
| 74 |
+
"sep_token_id": 50282,
|
| 75 |
+
"sparse_pred_ignore_index": -100,
|
| 76 |
+
"sparse_prediction": false,
|
| 77 |
+
"torch_dtype": "float32",
|
| 78 |
+
"transformers_version": "4.48.0",
|
| 79 |
+
"vocab_size": 50368
|
| 80 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d20b448f2f1e56947f9495f23738cab63c3a59b36c91579b04650bc64e5d60f
|
| 3 |
+
size 598476704
|
runs/Jan11_16-39-02_834d97628c17/events.out.tfevents.1736613545.834d97628c17.2054.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b15df76b3d21766d9c89e1d37aaca663da379ff6adf1ba8953b6c5979cbcd47
|
| 3 |
+
size 6857
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4b6c8990d1827224f787d8ad0c707136106b70f5996435b5225a8e04fdfdaa5
|
| 3 |
+
size 5432
|