dishantghai commited on
Commit
55a3d7c
·
verified ·
1 Parent(s): 18bebc2

Uploaded custom tiny-stories-basic model and config from Jupyter notebook.

Browse files
Files changed (1) hide show
  1. config.json +11 -0
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "custom-gpt",
3
+ "vocab_size": 50257,
4
+ "n_layer": 6,
5
+ "n_head": 6,
6
+ "n_embd": 384,
7
+ "block_size": 128,
8
+ "dropout": 0.1,
9
+ "bias": true,
10
+ "architectural_notes": "Uploaded from Vizuara AI Labs notebook. Custom architecture."
11
+ }