Initial commit of my trained model
Browse files- config.json +14 -0
- 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.49.0.dev0",
|
13 |
+
"vocab_size": 50304
|
14 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:00ee7fbbcba673a51b24cf70bf2bfff694a8b1255adc33b00e8f1ae2aa4a9bd4
|
3 |
+
size 383746586
|