Spaces:
Running
Running
Lev McKinney
commited on
Commit
•
8851746
1
Parent(s):
5f7d166
removed extra keys from config
Browse files- lens/gpt2-large/config.json +7 -1
- lens/gpt2-xl/config.json +7 -1
lens/gpt2-large/config.json
CHANGED
@@ -1 +1,7 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"include_input": true,
|
3 |
+
"num_layers": 36,
|
4 |
+
"vocab_size": 50257,
|
5 |
+
"bias": true,
|
6 |
+
"d_model": 1280
|
7 |
+
}
|
lens/gpt2-xl/config.json
CHANGED
@@ -1 +1,7 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bias": true,
|
3 |
+
"include_input": true,
|
4 |
+
"d_model": 1600,
|
5 |
+
"num_layers": 48,
|
6 |
+
"vocab_size": 50257
|
7 |
+
}
|