PulkundwarP commited on
Commit
abf53d6
·
verified ·
1 Parent(s): fa1a5d7

Initial commit of my trained model

Browse files
Files changed (3) hide show
  1. config.json +14 -0
  2. model.safetensors +3 -0
  3. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "GPT"
4
+ ],
5
+ "block_size": 768,
6
+ "dropout": 0.1,
7
+ "model_type": "custom_gpt",
8
+ "n_embd": 768,
9
+ "n_head": 8,
10
+ "n_layer": 8,
11
+ "torch_dtype": "float32",
12
+ "transformers_version": "4.48.2",
13
+ "vocab_size": 50304
14
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ec9633deff6505639041e0494ea204b249b65969b6a0139a20ee7befff135f5
3
+ size 538255392
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:342217d6d95d402b6174d94e667e7e020b636cbd01eb5cd276685ea30b96abf9
3
+ size 383746586