Upload 2 files
Browse filesi hope this works
- config.json +15 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"GPTForHF"
|
4 |
+
],
|
5 |
+
"bias": false,
|
6 |
+
"block_size": 1024,
|
7 |
+
"dropout": 0.0,
|
8 |
+
"model_type": "gpt",
|
9 |
+
"n_embd": 768,
|
10 |
+
"n_head": 12,
|
11 |
+
"n_layer": 12,
|
12 |
+
"torch_dtype": "bfloat16",
|
13 |
+
"transformers_version": "4.44.1",
|
14 |
+
"vocab_size": 50258
|
15 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f60a8c4ecb0759f1b824fd5b319c167b85a59806d175b755327e8ac4bf161f8
|
3 |
+
size 327500792
|