jacob122e commited on
Commit
bf52204
·
verified ·
1 Parent(s): 051598b

SN38 2019 rehost of jacob122e/sn38-2018-model-4@766fef7af2a0

Browse files
config.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "NanochronoForCausalLM"
4
+ ],
5
+ "attention_multiplier": 1.2,
6
+ "aux_gate_dim": 12,
7
+ "aux_layers": [
8
+ 1,
9
+ 3,
10
+ 5,
11
+ 7,
12
+ 9,
13
+ 11,
14
+ 13,
15
+ 15,
16
+ 17,
17
+ 19,
18
+ 21,
19
+ 23,
20
+ 25,
21
+ 27
22
+ ],
23
+ "bos_token_id": 32759,
24
+ "dtype": "bfloat16",
25
+ "eos_token_id": 32763,
26
+ "final_logit_softcapping": 15.0,
27
+ "hidden_size": 1792,
28
+ "intermediate_size": 7168,
29
+ "layer_types": [
30
+ "full_attention",
31
+ "full_attention",
32
+ "full_attention",
33
+ "full_attention",
34
+ "full_attention",
35
+ "full_attention",
36
+ "full_attention",
37
+ "full_attention",
38
+ "full_attention",
39
+ "full_attention",
40
+ "full_attention",
41
+ "full_attention",
42
+ "full_attention",
43
+ "full_attention",
44
+ "full_attention",
45
+ "full_attention",
46
+ "full_attention",
47
+ "full_attention",
48
+ "full_attention",
49
+ "full_attention",
50
+ "full_attention",
51
+ "full_attention",
52
+ "full_attention",
53
+ "full_attention",
54
+ "full_attention",
55
+ "full_attention",
56
+ "full_attention",
57
+ "full_attention"
58
+ ],
59
+ "max_position_embeddings": 2048,
60
+ "mix_gate_dim": 24,
61
+ "model_type": "sn38-nanochrono",
62
+ "num_attention_heads": 14,
63
+ "num_hidden_layers": 28,
64
+ "num_key_value_heads": 14,
65
+ "pad_token_id": 32763,
66
+ "rope_theta": 100000.0,
67
+ "sliding_window": 512,
68
+ "tap_layer": 14,
69
+ "tie_word_embeddings": false,
70
+ "use_cache": false,
71
+ "vocab_size": 32768,
72
+ "torch_dtype": "bfloat16"
73
+ }
generation_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 32759,
4
+ "eos_token_id": 32763,
5
+ "output_attentions": false,
6
+ "output_hidden_states": false,
7
+ "pad_token_id": 32763,
8
+ "transformers_version": "5.15.1",
9
+ "use_cache": true
10
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0879ecc716418989ba2a9b76654270ac116f23400f6de3ea80d64dca03cac58e
3
+ size 4037045748
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|bos|>",
3
+ "eos_token": "<|assistant_end|>",
4
+ "pad_token": "<|assistant_end|>",
5
+ "clean_up_tokenization_spaces": false,
6
+ "model_max_length": 2048,
7
+ "add_bos_token": true
8
+ }