saketh3628800 commited on
Commit
41c244c
·
verified ·
1 Parent(s): bed02a4

Upload NanoGPT checkpoint

Browse files
Files changed (3) hide show
  1. config.json +10 -0
  2. pytorch_model.bin +3 -0
  3. tokenizer.json +5 -0
config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": ["GPT"],
3
+ "vocab_size": 50304,
4
+ "n_layer": 12,
5
+ "n_head": 12,
6
+ "n_embd": 768,
7
+ "block_size": 1024,
8
+ "model_type": "gpt2"
9
+ }
10
+
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99abfc712ce007936eeb1d5289c3c73833544138e436fc5e3b148bdcb0f1f5af
3
+ size 548291875
tokenizer.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "tokenizer_class": "GPT2Tokenizer",
3
+ "model_max_length": 1024
4
+ }
5
+