Spaces:
Runtime error
Runtime error
Lev McKinney
commited on
Commit
•
5f7d166
1
Parent(s):
df7941c
fixed lens config files
Browse files- lens/gpt2/config.json +7 -1
lens/gpt2/config.json
CHANGED
@@ -1 +1,7 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bias": true,
|
3 |
+
"include_input": true,
|
4 |
+
"d_model": 768,
|
5 |
+
"num_layers": 12,
|
6 |
+
"vocab_size": 50257
|
7 |
+
}
|