HarleyCooper commited on
Commit
fd7ad50
·
verified ·
1 Parent(s): 9e7f4a2

Upload folder using huggingface_hub

Browse files
Files changed (5) hide show
  1. .gitattributes +2 -0
  2. config.json +20 -0
  3. pytorch_model.bin +3 -0
  4. tokenizer.json +0 -0
  5. tokenizer.pkl +3 -0
.gitattributes ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ pytorch_model.bin filter=lfs diff=lfs merge=lfs -text
2
+ tokenizer.pkl filter=lfs diff=lfs merge=lfs -text
config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "NanoChatForCausalLM"
4
+ ],
5
+ "model_type": "nanochat",
6
+ "auto_map": {
7
+ "AutoConfig": "configuration_nanochat.NanoChatConfig",
8
+ "AutoModelForCausalLM": "modeling_nanochat.NanoChatForCausalLM"
9
+ },
10
+ "vocab_size": 65536,
11
+ "sequence_len": 2048,
12
+ "n_embd": 1280,
13
+ "n_layer": 20,
14
+ "n_head": 10,
15
+ "n_kv_head": 10,
16
+ "bos_token_id": 1,
17
+ "eos_token_id": 1,
18
+ "torch_dtype": "bfloat16",
19
+ "transformers_version": "4.36.0"
20
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afa4eaa3bf986f2385d63f55debc3b47dd00755872d6011d5ad0f12ae7c5968d
3
+ size 2244000370
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96f428a35365feb0f0c3ffa5dde5f0f68bb910ecc179c5ec61bc284a8e2201a4
3
+ size 1493997460