Sentence Similarity
sentence-transformers
PyTorch
English
bert
feature-extraction
mteb
custom_code
Eval Results
text-embeddings-inference
6 papers
dylanAtHum commited on
Commit
cca6e55
1 Parent(s): e3107e6

Add seq_length to config.json to Display Properly on NTEB Leaderboard

Browse files
Files changed (1) hide show
  1. 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
  ],