zzq1zh commited on
Commit
3af7a86
·
verified ·
1 Parent(s): 26639bf

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BiMambaForMaskedLM"
4
+ ],
5
+ "attn_cfg": {},
6
+ "attn_layer_idx": [],
7
+ "bos_token_id": 0,
8
+ "chunk_size": 256,
9
+ "conv_kernel": 4,
10
+ "d_intermediate": 0,
11
+ "d_model": 768,
12
+ "eos_token_id": 2,
13
+ "expand": 2,
14
+ "fused_add_norm": true,
15
+ "head_dim": 64,
16
+ "hidden_act": "silu",
17
+ "hidden_size": 4096,
18
+ "initializer_range": 0.1,
19
+ "layer_norm_epsilon": 1e-05,
20
+ "model_type": "mamba2",
21
+ "n_groups": 8,
22
+ "n_layer": 24,
23
+ "num_heads": 128,
24
+ "num_hidden_layers": 64,
25
+ "pad_token_id": 0,
26
+ "pad_vocab_size_multiple": 16,
27
+ "rescale_prenorm_residual": false,
28
+ "residual_in_fp32": true,
29
+ "rms_norm": true,
30
+ "ssm_cfg": {
31
+ "layer": "Mamba2"
32
+ },
33
+ "state_size": 128,
34
+ "tie_embeddings": false,
35
+ "tie_word_embeddings": false,
36
+ "time_step_floor": 0.0001,
37
+ "time_step_limit": [
38
+ 0.0,
39
+ Infinity
40
+ ],
41
+ "time_step_max": 0.1,
42
+ "time_step_min": 0.001,
43
+ "time_step_rank": 256,
44
+ "torch_dtype": "float32",
45
+ "transformers_version": "4.51.3",
46
+ "use_bias": false,
47
+ "use_cache": true,
48
+ "use_conv_bias": true,
49
+ "vocab_size": 4096
50
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbb1c8cd8038c8984637000bea3a135b68b9e9ce97cb7f3bd6fedc24d4888cb9
3
+ size 2149753112
special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "[UNK]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "[CLS]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[UNK]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[MASK]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ }
35
+ },
36
+ "clean_up_tokenization_spaces": false,
37
+ "cls_token": "[CLS]",
38
+ "extra_special_tokens": {},
39
+ "mask_token": "[MASK]",
40
+ "model_max_length": 1000000000000000019884624838656,
41
+ "pad_token": "[PAD]",
42
+ "tokenizer_class": "PreTrainedTokenizer",
43
+ "unk_token": "[UNK]"
44
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15a959515df98572b9f6666e1193becf1b94247b43f287a5c95c0ed7e67769da
3
+ size 5304