saeef-sami commited on
Commit
e908923
·
verified ·
1 Parent(s): 2db0f35

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +135 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,135 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "dtype": "float32",
16
+ "embedding_dropout": 0.0,
17
+ "eos_token_id": 50282,
18
+ "global_attn_every_n_layers": 3,
19
+ "gradient_checkpointing": false,
20
+ "hidden_activation": "gelu",
21
+ "hidden_size": 768,
22
+ "id2label": {
23
+ "0": "business-and-industrial",
24
+ "1": "books-and-literature",
25
+ "10": "home-and-garden",
26
+ "11": "adult",
27
+ "12": "science",
28
+ "13": "food-and-drink",
29
+ "14": "real-estate",
30
+ "15": "news",
31
+ "16": "jobs-and-education",
32
+ "17": "health",
33
+ "18": "hobbies-and-leisure",
34
+ "19": "games",
35
+ "2": "beauty-and-fitness",
36
+ "20": "computers-and-electronics",
37
+ "21": "arts-and-entertainment",
38
+ "22": "travel-and-transportation",
39
+ "23": "finance",
40
+ "24": "law-and-government",
41
+ "25": "sensitive-subjects",
42
+ "3": "autos-and-vehicles",
43
+ "4": "people-and-society",
44
+ "5": "sports",
45
+ "6": "shopping",
46
+ "7": "online-communities",
47
+ "8": "pets-and-animals",
48
+ "9": "internet-and-telecom"
49
+ },
50
+ "initializer_cutoff_factor": 2.0,
51
+ "initializer_range": 0.02,
52
+ "intermediate_size": 1152,
53
+ "label2id": {
54
+ "adult": "11",
55
+ "arts-and-entertainment": "21",
56
+ "autos-and-vehicles": "3",
57
+ "beauty-and-fitness": "2",
58
+ "books-and-literature": "1",
59
+ "business-and-industrial": "0",
60
+ "computers-and-electronics": "20",
61
+ "finance": "23",
62
+ "food-and-drink": "13",
63
+ "games": "19",
64
+ "health": "17",
65
+ "hobbies-and-leisure": "18",
66
+ "home-and-garden": "10",
67
+ "internet-and-telecom": "9",
68
+ "jobs-and-education": "16",
69
+ "law-and-government": "24",
70
+ "news": "15",
71
+ "online-communities": "7",
72
+ "people-and-society": "4",
73
+ "pets-and-animals": "8",
74
+ "real-estate": "14",
75
+ "science": "12",
76
+ "sensitive-subjects": "25",
77
+ "shopping": "6",
78
+ "sports": "5",
79
+ "travel-and-transportation": "22"
80
+ },
81
+ "layer_norm_eps": 1e-05,
82
+ "layer_types": [
83
+ "full_attention",
84
+ "sliding_attention",
85
+ "sliding_attention",
86
+ "full_attention",
87
+ "sliding_attention",
88
+ "sliding_attention",
89
+ "full_attention",
90
+ "sliding_attention",
91
+ "sliding_attention",
92
+ "full_attention",
93
+ "sliding_attention",
94
+ "sliding_attention",
95
+ "full_attention",
96
+ "sliding_attention",
97
+ "sliding_attention",
98
+ "full_attention",
99
+ "sliding_attention",
100
+ "sliding_attention",
101
+ "full_attention",
102
+ "sliding_attention",
103
+ "sliding_attention",
104
+ "full_attention"
105
+ ],
106
+ "local_attention": 128,
107
+ "max_position_embeddings": 8192,
108
+ "mlp_bias": false,
109
+ "mlp_dropout": 0.0,
110
+ "model_type": "modernbert",
111
+ "norm_bias": false,
112
+ "norm_eps": 1e-05,
113
+ "num_attention_heads": 12,
114
+ "num_hidden_layers": 22,
115
+ "pad_token_id": 50283,
116
+ "position_embedding_type": "absolute",
117
+ "problem_type": "single_label_classification",
118
+ "rope_parameters": {
119
+ "full_attention": {
120
+ "rope_theta": 160000.0,
121
+ "rope_type": "default"
122
+ },
123
+ "sliding_attention": {
124
+ "rope_theta": 10000.0,
125
+ "rope_type": "default"
126
+ }
127
+ },
128
+ "sep_token_id": 50282,
129
+ "sparse_pred_ignore_index": -100,
130
+ "sparse_prediction": false,
131
+ "tie_word_embeddings": true,
132
+ "transformers_version": "5.3.0",
133
+ "use_cache": false,
134
+ "vocab_size": 50368
135
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d47cb5d81a018b53c36175989b1b1f3a578032fdcd48357981e4c2fc55b375b
3
+ size 598513616
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9d24dedd284e27363bf5ece0b5fca825106518c25a85da6dea04586ade8a7ea
3
+ size 5201