FinancialSupport
commited on
Commit
•
4b9098d
1
Parent(s):
e6d05f8
fixed typo
Browse files- config.json +1 -1
config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"bias": true,
|
3 |
-
"model_type": "gpt2"
|
4 |
"block_size": 1024,
|
5 |
"dropout": 0.0,
|
6 |
"n_embd": 768,
|
|
|
1 |
{
|
2 |
"bias": true,
|
3 |
+
"model_type": "gpt2",
|
4 |
"block_size": 1024,
|
5 |
"dropout": 0.0,
|
6 |
"n_embd": 768,
|