Add seq_length to config.json to Display Properly on NTEB Leaderboard
Browse files- config.json +1 -0
config.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"_name_or_path": "hum-lodestone-v1",
|
| 3 |
"alibi_starting_size": 4096,
|
|
|
|
| 4 |
"architectures": [
|
| 5 |
"BertModel"
|
| 6 |
],
|
|
|
|
| 1 |
{
|
| 2 |
"_name_or_path": "hum-lodestone-v1",
|
| 3 |
"alibi_starting_size": 4096,
|
| 4 |
+
"seq_length": 4096,
|
| 5 |
"architectures": [
|
| 6 |
"BertModel"
|
| 7 |
],
|