lgq12697
commited on
Commit
•
9f9b8ec
1
Parent(s):
8acc029
update model
Browse files- config.json +42 -1
- model.safetensors +3 -0
- test_metrics.json +0 -1
config.json
CHANGED
@@ -1 +1,42 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Plant_DNAMamba_5mer_H3K27me3",
|
3 |
+
"architectures": [
|
4 |
+
"MambaForSequenceClassification"
|
5 |
+
],
|
6 |
+
"bos_token_id": 0,
|
7 |
+
"conv_kernel": 4,
|
8 |
+
"d_inner": 1536,
|
9 |
+
"d_model": 768,
|
10 |
+
"eos_token_id": 0,
|
11 |
+
"expand": 2,
|
12 |
+
"fused_add_norm": true,
|
13 |
+
"hidden_act": "silu",
|
14 |
+
"hidden_size": 768,
|
15 |
+
"initializer_range": 0.1,
|
16 |
+
"intermediate_size": 1536,
|
17 |
+
"layer_norm_epsilon": 1e-05,
|
18 |
+
"model_type": "mamba",
|
19 |
+
"n_layer": 24,
|
20 |
+
"num_hidden_layers": 24,
|
21 |
+
"pad_token_id": 0,
|
22 |
+
"pad_vocab_size_multiple": 8,
|
23 |
+
"problem_type": "single_label_classification",
|
24 |
+
"rescale_prenorm_residual": false,
|
25 |
+
"residual_in_fp32": true,
|
26 |
+
"rms_norm": true,
|
27 |
+
"ssm_cfg": {},
|
28 |
+
"state_size": 16,
|
29 |
+
"time_step_floor": 0.0001,
|
30 |
+
"time_step_init_scheme": "random",
|
31 |
+
"time_step_max": 0.1,
|
32 |
+
"time_step_min": 0.001,
|
33 |
+
"time_step_rank": 48,
|
34 |
+
"time_step_scale": 1.0,
|
35 |
+
"torch_dtype": "float32",
|
36 |
+
"transformers_version": "4.45.0.dev0",
|
37 |
+
"use_bias": false,
|
38 |
+
"use_cache": false,
|
39 |
+
"use_conv_bias": true,
|
40 |
+
"use_mambapy": false,
|
41 |
+
"vocab_size": 1035
|
42 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f226a4eb392bc6e1367049e98c262b53b46c54ddcca337fe256b0dc00570fd8c
|
3 |
+
size 365293096
|
test_metrics.json
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
{'test_loss': 0.4697748124599457, 'test_accuracy': 0.7734751203852327, 'test_f1': 0.7835506134969326, 'test_precision': 0.7501835535976505, 'test_recall': 0.820024077046549, 'test_matthews_correlation': 0.5493360300774353, 'test_runtime': 31.2722, 'test_samples_per_second': 318.749, 'test_steps_per_second': 19.922}
|
|
|
|