Upload GPT
Browse files- config.json +15 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"GPT"
|
4 |
+
],
|
5 |
+
"bias": true,
|
6 |
+
"block_size": 128,
|
7 |
+
"dropout": 0.1,
|
8 |
+
"model_type": "gpt2",
|
9 |
+
"n_embd": 384,
|
10 |
+
"n_head": 6,
|
11 |
+
"n_layer": 6,
|
12 |
+
"torch_dtype": "float32",
|
13 |
+
"transformers_version": "4.55.0",
|
14 |
+
"vocab_size": 50257
|
15 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c5638e98e36a27c315d3870a9a3fa91f0bc6be81a49215ef87421ea5fffd4bc
|
3 |
+
size 120006482
|