zzq1zh commited on
Commit
1f1ac13
·
verified ·
1 Parent(s): 34b7378

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BiMambaForClassification"
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
+ "output_hidden_states": true,
26
+ "pad_token_id": 0,
27
+ "pad_vocab_size_multiple": 16,
28
+ "rescale_prenorm_residual": false,
29
+ "residual_in_fp32": true,
30
+ "rms_norm": true,
31
+ "ssm_cfg": {
32
+ "layer": "Mamba2"
33
+ },
34
+ "state_size": 128,
35
+ "tie_embeddings": false,
36
+ "tie_word_embeddings": false,
37
+ "time_step_floor": 0.0001,
38
+ "time_step_limit": [
39
+ 0.0,
40
+ Infinity
41
+ ],
42
+ "time_step_max": 0.1,
43
+ "time_step_min": 0.001,
44
+ "time_step_rank": 256,
45
+ "torch_dtype": "float32",
46
+ "transformers_version": "4.51.2",
47
+ "use_bias": false,
48
+ "use_cache": true,
49
+ "use_conv_bias": true,
50
+ "vocab_size": 4096
51
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e39487b5d921d74fca79c45ad34bd4f94c3ccc61f9bc3e2297071afeaae730e7
3
+ size 2152127248
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:b433ba73db3260ba9c67273e175f8d550f9bb7313dd61c4e9827f6d98b3cd68c
3
+ size 5368