CrowdMind commited on
Commit
4b0c7cb
·
verified ·
1 Parent(s): 930e2fb

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "NanoChatForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 0,
8
+ "dtype": "bfloat16",
9
+ "eos_token_id": 1,
10
+ "final_logit_softcapping": 15.0,
11
+ "hidden_act": "relu2",
12
+ "hidden_size": 2048,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 8192,
15
+ "max_position_embeddings": 2048,
16
+ "model_type": "nanochat",
17
+ "num_attention_heads": 16,
18
+ "num_hidden_layers": 32,
19
+ "num_key_value_heads": 16,
20
+ "pad_token_id": 1,
21
+ "rms_norm_eps": 1e-06,
22
+ "rope_parameters": {
23
+ "rope_theta": 10000.0,
24
+ "rope_type": "default"
25
+ },
26
+ "tie_word_embeddings": false,
27
+ "transformers_version": "5.0.0",
28
+ "use_cache": true,
29
+ "vocab_size": 65536
30
+ }
generation_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "eos_token_id": 1,
5
+ "output_attentions": false,
6
+ "output_hidden_states": false,
7
+ "pad_token_id": 1,
8
+ "transformers_version": "5.0.0",
9
+ "use_cache": true
10
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dbeeefcf73a06954ddaa7a1eb980b352f8c190d5876179fd3c496ff7ec46d7c
3
+ size 3758118584
tiktoken/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:226e3db7786a5f498f9bc99b28a1df59298d70f4b21adc30f29e565e8dae03c5
3
+ size 1139495
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff