binh230 commited on
Commit
f169229
·
verified ·
1 Parent(s): cb1ec60

Training in progress, step 647

Browse files
config.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "A_initializer_range": [
3
+ 1,
4
+ 16
5
+ ],
6
+ "_name_or_path": "OuteAI/Lite-Oute-2-Mamba2Attn-Base",
7
+ "architectures": [
8
+ "CustomModelForSequenceClassification"
9
+ ],
10
+ "attention_conv_kernel": 4,
11
+ "attention_head_dim": 128,
12
+ "attention_layers_idx": [
13
+ 6,
14
+ 12,
15
+ 18,
16
+ 24
17
+ ],
18
+ "auto_map": {
19
+ "AutoConfig": "OuteAI/Lite-Oute-2-Mamba2Attn-Base--configuration_mamba2attn.Mamba2Config",
20
+ "AutoModelForCausalLM": "OuteAI/Lite-Oute-2-Mamba2Attn-Base--modeling_mamba2attn.Mamba2ForCausalLM"
21
+ },
22
+ "bos_token_id": 1,
23
+ "chunk_size": 256,
24
+ "classifier_dropout": 0.1,
25
+ "conv_initializer_range": null,
26
+ "emb_initializer_range": 0.02,
27
+ "eos_token_id": 2,
28
+ "expand": 2,
29
+ "hidden_act": "silu",
30
+ "hidden_size": 1024,
31
+ "intermediate_size": 2048,
32
+ "layer_norm_epsilon": 1e-05,
33
+ "mamba2_conv_kernel": 4,
34
+ "mamba2_head_dim": 64,
35
+ "mamba2_num_heads": 32,
36
+ "max_position_embeddings": 8192,
37
+ "mlp_intermediate_size": 0,
38
+ "mlp_padding_size": 128,
39
+ "model_type": "mamba2",
40
+ "num_attention_heads": 16,
41
+ "num_hidden_layers": 32,
42
+ "num_key_value_heads": 16,
43
+ "pad_token_id": 0,
44
+ "rescale_prenorm_residual": false,
45
+ "residual_in_fp32": true,
46
+ "rope_emb_dim": 64,
47
+ "rope_scaling": null,
48
+ "rope_theta": 10000.0,
49
+ "state_size": 128,
50
+ "tie_embedding_weights": true,
51
+ "time_step_floor": 0.0001,
52
+ "time_step_limit": [
53
+ 0.0,
54
+ Infinity
55
+ ],
56
+ "time_step_max": 0.1,
57
+ "time_step_min": 0.001,
58
+ "torch_dtype": "float32",
59
+ "transformers_version": "4.43.0.dev0",
60
+ "use_attention_out_bias": false,
61
+ "use_attention_qkv_bias": false,
62
+ "use_cache": true,
63
+ "use_conv_bias": true,
64
+ "use_mamba2_bias": false,
65
+ "use_mlp_bias": false,
66
+ "vocab_size": 32768
67
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e8d9ebfb3e206d14696f25673d424fda3a9d157c67a185b08567f67b62ad749
3
+ size 1008305552
special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
3
+ size 493443
tokenizer_config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": true,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ }
30
+ },
31
+ "bos_token": "<s>",
32
+ "clean_up_tokenization_spaces": false,
33
+ "eos_token": "</s>",
34
+ "legacy": true,
35
+ "model_max_length": 1000000000000000019884624838656,
36
+ "pad_token": "</s>",
37
+ "sp_model_kwargs": {},
38
+ "spaces_between_special_tokens": false,
39
+ "tokenizer_class": "LlamaTokenizer",
40
+ "unk_token": "<unk>",
41
+ "use_default_system_prompt": false
42
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26662296c9eb6d1862a26ae7ad25658589c82d73a60a09e7a1b7a7048fcbfbf9
3
+ size 5112