fitleech commited on
Commit
094657f
·
verified ·
1 Parent(s): ae30f25

Add model weights

Browse files
Files changed (3) hide show
  1. README.md +15 -0
  2. config.json +11 -0
  3. model.safetensors +3 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - text-generation
5
+ - pytorch
6
+ ---
7
+
8
+ # lm-2b
9
+
10
+ A 2B-parameter causal language model (PyTorch / safetensors).
11
+
12
+ ## Files
13
+
14
+ - `config.json`
15
+ - `model.safetensors`
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "gpt",
3
+ "vocab_size": 50304,
4
+ "num_layers": 52,
5
+ "num_heads": 12,
6
+ "model_dim": 1536,
7
+ "architectures": [
8
+ "GPT"
9
+ ],
10
+ "torch_dtype": "bfloat16"
11
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:304e8e13f59d6ce68b9c9696cc67986558a9ec8de5529314bcf18d29e7cb381b
3
+ size 7434184688