Delete config.json
Browse files- config.json +0 -13
config.json
DELETED
@@ -1,13 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"architectures": [
|
3 |
-
"GPT2LMHeadModel"
|
4 |
-
],
|
5 |
-
"model_type": "gpt2",
|
6 |
-
"vocab_size": 50257,
|
7 |
-
"n_positions": 1024,
|
8 |
-
"n_ctx": 1024,
|
9 |
-
"n_embd": 768,
|
10 |
-
"n_layer": 12,
|
11 |
-
"n_head": 12,
|
12 |
-
"max_length": 1024
|
13 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|