Sushant D
commited on
Training in progress, epoch 1
Browse files- config.json +59 -0
- model.safetensors +3 -0
- runs/Jan09_03-51-15_ip-172-16-105-121.ec2.internal/events.out.tfevents.1736394681.ip-172-16-105-121.ec2.internal.9775.1 +3 -0
- runs/Jan09_03-52-38_ip-172-16-105-121.ec2.internal/events.out.tfevents.1736394759.ip-172-16-105-121.ec2.internal.9775.2 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "medium",
|
25 |
+
"1": "critical",
|
26 |
+
"2": "low",
|
27 |
+
"3": "high"
|
28 |
+
},
|
29 |
+
"initializer_cutoff_factor": 2.0,
|
30 |
+
"initializer_range": 0.02,
|
31 |
+
"intermediate_size": 1152,
|
32 |
+
"label2id": {
|
33 |
+
"critical": "1",
|
34 |
+
"high": "3",
|
35 |
+
"low": "2",
|
36 |
+
"medium": "0"
|
37 |
+
},
|
38 |
+
"layer_norm_eps": 1e-05,
|
39 |
+
"local_attention": 128,
|
40 |
+
"local_rope_theta": 10000.0,
|
41 |
+
"max_position_embeddings": 8192,
|
42 |
+
"mlp_bias": false,
|
43 |
+
"mlp_dropout": 0.0,
|
44 |
+
"model_type": "modernbert",
|
45 |
+
"norm_bias": false,
|
46 |
+
"norm_eps": 1e-05,
|
47 |
+
"num_attention_heads": 12,
|
48 |
+
"num_hidden_layers": 22,
|
49 |
+
"pad_token_id": 50283,
|
50 |
+
"position_embedding_type": "absolute",
|
51 |
+
"problem_type": "single_label_classification",
|
52 |
+
"reference_compile": true,
|
53 |
+
"sep_token_id": 50282,
|
54 |
+
"sparse_pred_ignore_index": -100,
|
55 |
+
"sparse_prediction": false,
|
56 |
+
"torch_dtype": "float32",
|
57 |
+
"transformers_version": "4.48.0.dev0",
|
58 |
+
"vocab_size": 50368
|
59 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:063dac1605c50460c581e8e52c04fa6f4140c6f2c63545c61e58afb612d99ae8
|
3 |
+
size 598445936
|
runs/Jan09_03-51-15_ip-172-16-105-121.ec2.internal/events.out.tfevents.1736394681.ip-172-16-105-121.ec2.internal.9775.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:165f1f502ccbc39e50ef812e6a235f1e079c1d2e1772251ca71e495cf3f9a9e3
|
3 |
+
size 5913
|
runs/Jan09_03-52-38_ip-172-16-105-121.ec2.internal/events.out.tfevents.1736394759.ip-172-16-105-121.ec2.internal.9775.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:656dc98813dd94782aed7814dc56d253b347da1856e66bf5c4e3b1d8809c9c32
|
3 |
+
size 6224
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c2b3e49ae103472d1e15f1706c38d3a753acc8a9d66f7112ef56b512d496872
|
3 |
+
size 5432
|