Upload 2 files
Browse files- config.json +65 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "kuleshov-group/caduceus-ps_seqlen-131k_d_model-256_n_layer-16",
|
3 |
+
"architectures": [
|
4 |
+
"CaduceusForMaskedLM"
|
5 |
+
],
|
6 |
+
"auto_map": {
|
7 |
+
"AutoConfig": "kuleshov-group/caduceus-ps_seqlen-131k_d_model-256_n_layer-16--configuration_caduceus.CaduceusConfig",
|
8 |
+
"AutoModel": "kuleshov-group/caduceus-ps_seqlen-131k_d_model-256_n_layer-16--modeling_caduceus.Caduceus",
|
9 |
+
"AutoModelForMaskedLM": "kuleshov-group/caduceus-ps_seqlen-131k_d_model-256_n_layer-16--modeling_caduceus.CaduceusForMaskedLM",
|
10 |
+
"AutoModelForSequenceClassification": "kuleshov-group/caduceus-ps_seqlen-131k_d_model-256_n_layer-16--modeling_caduceus.CaduceusForSequenceClassification"
|
11 |
+
},
|
12 |
+
"bidirectional": true,
|
13 |
+
"bidirectional_strategy": "add",
|
14 |
+
"bidirectional_weight_tie": true,
|
15 |
+
"complement_map": {
|
16 |
+
"0": 0,
|
17 |
+
"1": 1,
|
18 |
+
"10": 7,
|
19 |
+
"11": 11,
|
20 |
+
"12": 12,
|
21 |
+
"13": 13,
|
22 |
+
"14": 14,
|
23 |
+
"15": 15,
|
24 |
+
"2": 2,
|
25 |
+
"3": 3,
|
26 |
+
"4": 4,
|
27 |
+
"5": 5,
|
28 |
+
"6": 6,
|
29 |
+
"7": 10,
|
30 |
+
"8": 9,
|
31 |
+
"9": 8
|
32 |
+
},
|
33 |
+
"d_model": 256,
|
34 |
+
"fused_add_norm": true,
|
35 |
+
"initializer_cfg": {
|
36 |
+
"initializer_range": 0.02,
|
37 |
+
"n_residuals_per_layer": 1,
|
38 |
+
"rescale_prenorm_residual": true
|
39 |
+
},
|
40 |
+
"model_type": "caduceus",
|
41 |
+
"n_layer": 16,
|
42 |
+
"norm_epsilon": 1e-05,
|
43 |
+
"pad_vocab_size_multiple": 8,
|
44 |
+
"rcps": true,
|
45 |
+
"residual_in_fp32": false,
|
46 |
+
"rms_norm": true,
|
47 |
+
"ssm_cfg": {
|
48 |
+
"bias": false,
|
49 |
+
"conv_bias": true,
|
50 |
+
"d_conv": 4,
|
51 |
+
"d_state": 16,
|
52 |
+
"dt_init": "random",
|
53 |
+
"dt_init_floor": 0.0001,
|
54 |
+
"dt_max": 0.1,
|
55 |
+
"dt_min": 0.001,
|
56 |
+
"dt_rank": "auto",
|
57 |
+
"dt_scale": 1.0,
|
58 |
+
"expand": 2,
|
59 |
+
"use_fast_path": true
|
60 |
+
},
|
61 |
+
"torch_dtype": "float32",
|
62 |
+
"transformers_version": "4.48.3",
|
63 |
+
"use_cache": true,
|
64 |
+
"vocab_size": 16
|
65 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8eabeb8431c964f5324324260386b8902679ff68dd0976701080201b31c77b3a
|
3 |
+
size 31006106
|