mtzig commited on
Commit
edcfce9
·
verified ·
1 Parent(s): 2db9a7f

Model save

Browse files
Files changed (5) hide show
  1. README.md +0 -0
  2. config.json +18 -0
  3. generation_config.json +4 -0
  4. model.safetensors +3 -0
  5. training_args.bin +3 -0
README.md ADDED
The diff for this file is too large to render. See raw diff
 
config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "NanoGPT"
4
+ ],
5
+ "bias": true,
6
+ "block_size": 256,
7
+ "dropout": 0.0,
8
+ "model_type": "nanogpt",
9
+ "n_embd": 384,
10
+ "n_head": 6,
11
+ "n_layer": 6,
12
+ "nonlinearity": "RELU",
13
+ "torch_dtype": "float32",
14
+ "transformers_version": "4.46.0",
15
+ "use_NoPE": true,
16
+ "use_layernorm": true,
17
+ "vocab_size": 14
18
+ }
generation_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "transformers_version": "4.46.0"
4
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b5fd14ed557c05f8e9a1d5c14c01f0397e3dcea3fd872c365ea5f4e174e8bc8
3
+ size 42640744
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b55b2e7fb8b8d0939e0586702b568435d764f3a00d8ed3c2cb9e1463484942c7
3
+ size 5240