rosethelocalfem commited on
Commit
488ff14
·
verified ·
1 Parent(s): b135ef9

Upload checkpoint at step 215000

Browse files
step_215000/config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "d_model": 768,
3
+ "d_intermediate": 0,
4
+ "n_layer": 16,
5
+ "vocab_size": 10002,
6
+ "ssm_cfg": {
7
+ "d_state": 16,
8
+ "d_conv": 4,
9
+ "expand": 2,
10
+ "layer": "Mamba2"
11
+ },
12
+ "attn_layer_idx": [],
13
+ "attn_cfg": {},
14
+ "rms_norm": true,
15
+ "residual_in_fp32": true,
16
+ "fused_add_norm": true,
17
+ "pad_vocab_size_multiple": 8,
18
+ "tie_embeddings": true
19
+ }
step_215000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2c6751158f12b4df34800e46e2409f457bf0a4aabc43eeabcc4010b2ddab77b
3
+ size 521414027
step_215000/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d0fd942c4eda075cd162e872d27318885e928f3c9864d0f1cad37b482de8093
3
+ size 260700203
step_215000/special_tokens_map.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ {
4
+ "content": "<|username|>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ {
11
+ "content": "<|content|>",
12
+ "lstrip": false,
13
+ "normalized": false,
14
+ "rstrip": false,
15
+ "single_word": false
16
+ }
17
+ ]
18
+ }
step_215000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
step_215000/tokenizer_config.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[UNK]",
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": "[SEP]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[PAD]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ },
43
+ "10000": {
44
+ "content": "<|username|>",
45
+ "lstrip": false,
46
+ "normalized": false,
47
+ "rstrip": false,
48
+ "single_word": false,
49
+ "special": true
50
+ },
51
+ "10001": {
52
+ "content": "<|content|>",
53
+ "lstrip": false,
54
+ "normalized": false,
55
+ "rstrip": false,
56
+ "single_word": false,
57
+ "special": true
58
+ }
59
+ },
60
+ "additional_special_tokens": [
61
+ "<|username|>",
62
+ "<|content|>"
63
+ ],
64
+ "clean_up_tokenization_spaces": false,
65
+ "extra_special_tokens": {},
66
+ "model_max_length": 1000000000000000019884624838656,
67
+ "tokenizer_class": "PreTrainedTokenizerFast"
68
+ }