Training in progress, step 767
Browse files- config.json +88 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"ModernBertForSequenceClassification"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": false,
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": 50281,
|
| 8 |
+
"classifier_activation": "gelu",
|
| 9 |
+
"classifier_bias": false,
|
| 10 |
+
"classifier_dropout": 0.0,
|
| 11 |
+
"classifier_pooling": "mean",
|
| 12 |
+
"cls_token_id": 50281,
|
| 13 |
+
"decoder_bias": true,
|
| 14 |
+
"deterministic_flash_attn": false,
|
| 15 |
+
"embedding_dropout": 0.0,
|
| 16 |
+
"eos_token_id": 50282,
|
| 17 |
+
"global_attn_every_n_layers": 3,
|
| 18 |
+
"global_rope_theta": 160000.0,
|
| 19 |
+
"gradient_checkpointing": false,
|
| 20 |
+
"hidden_activation": "gelu",
|
| 21 |
+
"hidden_size": 768,
|
| 22 |
+
"id2label": {
|
| 23 |
+
"0": "Self-direction: thought",
|
| 24 |
+
"1": "Self-direction: action",
|
| 25 |
+
"2": "Stimulation",
|
| 26 |
+
"3": "Hedonism",
|
| 27 |
+
"4": "Achievement",
|
| 28 |
+
"5": "Power: dominance",
|
| 29 |
+
"6": "Power: resources",
|
| 30 |
+
"7": "Face",
|
| 31 |
+
"8": "Security: personal",
|
| 32 |
+
"9": "Security: societal",
|
| 33 |
+
"10": "Tradition",
|
| 34 |
+
"11": "Conformity: rules",
|
| 35 |
+
"12": "Conformity: interpersonal",
|
| 36 |
+
"13": "Humility",
|
| 37 |
+
"14": "Benevolence: caring",
|
| 38 |
+
"15": "Benevolence: dependability",
|
| 39 |
+
"16": "Universalism: concern",
|
| 40 |
+
"17": "Universalism: nature",
|
| 41 |
+
"18": "Universalism: tolerance"
|
| 42 |
+
},
|
| 43 |
+
"initializer_cutoff_factor": 2.0,
|
| 44 |
+
"initializer_range": 0.02,
|
| 45 |
+
"intermediate_size": 1152,
|
| 46 |
+
"label2id": {
|
| 47 |
+
"Achievement": 4,
|
| 48 |
+
"Benevolence: caring": 14,
|
| 49 |
+
"Benevolence: dependability": 15,
|
| 50 |
+
"Conformity: interpersonal": 12,
|
| 51 |
+
"Conformity: rules": 11,
|
| 52 |
+
"Face": 7,
|
| 53 |
+
"Hedonism": 3,
|
| 54 |
+
"Humility": 13,
|
| 55 |
+
"Power: dominance": 5,
|
| 56 |
+
"Power: resources": 6,
|
| 57 |
+
"Security: personal": 8,
|
| 58 |
+
"Security: societal": 9,
|
| 59 |
+
"Self-direction: action": 1,
|
| 60 |
+
"Self-direction: thought": 0,
|
| 61 |
+
"Stimulation": 2,
|
| 62 |
+
"Tradition": 10,
|
| 63 |
+
"Universalism: concern": 16,
|
| 64 |
+
"Universalism: nature": 17,
|
| 65 |
+
"Universalism: tolerance": 18
|
| 66 |
+
},
|
| 67 |
+
"layer_norm_eps": 1e-05,
|
| 68 |
+
"local_attention": 128,
|
| 69 |
+
"local_rope_theta": 10000.0,
|
| 70 |
+
"max_position_embeddings": 8192,
|
| 71 |
+
"mlp_bias": false,
|
| 72 |
+
"mlp_dropout": 0.0,
|
| 73 |
+
"model_type": "modernbert",
|
| 74 |
+
"norm_bias": false,
|
| 75 |
+
"norm_eps": 1e-05,
|
| 76 |
+
"num_attention_heads": 12,
|
| 77 |
+
"num_hidden_layers": 22,
|
| 78 |
+
"pad_token_id": 50283,
|
| 79 |
+
"position_embedding_type": "absolute",
|
| 80 |
+
"problem_type": "multi_label_classification",
|
| 81 |
+
"repad_logits_with_grad": false,
|
| 82 |
+
"sep_token_id": 50282,
|
| 83 |
+
"sparse_pred_ignore_index": -100,
|
| 84 |
+
"sparse_prediction": false,
|
| 85 |
+
"torch_dtype": "float32",
|
| 86 |
+
"transformers_version": "4.53.2",
|
| 87 |
+
"vocab_size": 50368
|
| 88 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd5e67a27ab599a17b2757a2a106470a5adfade3349718d8520a32f10365ea58
|
| 3 |
+
size 598492084
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:86511f6554febdeed7a872ba875ab0b800d4af19e7f34bcd1a22af2aa0138ba4
|
| 3 |
+
size 5432
|