olshcher commited on
Commit
5c41c6c
·
verified ·
1 Parent(s): 5ee5158

initial model upload

Browse files
Files changed (4) hide show
  1. README.md +16 -3
  2. model_config.json +8 -0
  3. model_weights.safetensors +3 -0
  4. tokenizer.json +0 -0
README.md CHANGED
@@ -1,3 +1,16 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: text-generation
3
+ tags:
4
+ - pytorch
5
+ - code-generation
6
+ ---
7
+
8
+ # Custom GPT for Python Code Completion
9
+
10
+ ## Model Details
11
+ - **Parameters:** 135.00M
12
+ - **Architecture:** Transformer (12 layers, 12 heads, 768 embedding dimension)
13
+ - **Context Length (Block Size):** 1024 tokens
14
+
15
+ ## Training Metrics
16
+ - **Final Validation Loss:** `1.6620`
model_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "vocab_size": 32000,
3
+ "block_size": 1024,
4
+ "n_layer": 12,
5
+ "n_head": 12,
6
+ "n_embd": 768,
7
+ "dropout": 0.1
8
+ }
model_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb618b52349f7ac8449642d34efcbcb2a66b7b3c3aa4abbc7eaba2e56c4ce4f5
3
+ size 1144053200
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff