Skip to content

Commit e2901ca

Browse files
committed
fixed experiment names in dbpedia-calibration-mixed.json
1 parent b8e65eb commit e2901ca

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

experiments/configurations/dbpedia-calibration-mixed.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"name": "dbpedia-cal-hnsw-float16",
3+
"name": "dbpedia-cal-hnsw-float16-mixed",
44
"engine": "redis",
55
"connection_params": {},
66
"collection_params": {
@@ -33,7 +33,7 @@
3333
}
3434
},
3535
{
36-
"name": "dbpedia-cal-hnsw-float32",
36+
"name": "dbpedia-cal-hnsw-float32-mixed",
3737
"engine": "redis",
3838
"connection_params": {},
3939
"collection_params": {
@@ -66,7 +66,7 @@
6666
}
6767
},
6868
{
69-
"name": "dbpedia-cal-svs-noquant-float16",
69+
"name": "dbpedia-cal-svs-noquant-float16-mixed",
7070
"engine": "redis",
7171
"connection_params": {},
7272
"collection_params": {
@@ -100,7 +100,7 @@
100100
}
101101
},
102102
{
103-
"name": "dbpedia-cal-svs-noquant-float32",
103+
"name": "dbpedia-cal-svs-noquant-float32-mixed",
104104
"engine": "redis",
105105
"connection_params": {},
106106
"collection_params": {
@@ -134,7 +134,7 @@
134134
}
135135
},
136136
{
137-
"name": "dbpedia-cal-svs-LVQ4X8-float16",
137+
"name": "dbpedia-cal-svs-LVQ4X8-float16-mixed",
138138
"engine": "redis",
139139
"connection_params": {},
140140
"collection_params": {
@@ -169,7 +169,7 @@
169169
}
170170
},
171171
{
172-
"name": "dbpedia-cal-svs-LVQ4X8-float32",
172+
"name": "dbpedia-cal-svs-LVQ4X8-float32-mixed",
173173
"engine": "redis",
174174
"connection_params": {},
175175
"collection_params": {
@@ -204,7 +204,7 @@
204204
}
205205
},
206206
{
207-
"name": "dbpedia-cal-svs-LVQ4X4-float32",
207+
"name": "dbpedia-cal-svs-LVQ4X4-float32-mixed",
208208
"engine": "redis",
209209
"connection_params": {},
210210
"collection_params": {
@@ -239,7 +239,7 @@
239239
}
240240
},
241241
{
242-
"name": "dbpedia-cal-svs-LVQ4X4-float16",
242+
"name": "dbpedia-cal-svs-LVQ4X4-float16-mixed",
243243
"engine": "redis",
244244
"connection_params": {},
245245
"collection_params": {
@@ -274,7 +274,7 @@
274274
}
275275
},
276276
{
277-
"name": "dbpedia-cal-svs-LeanVec4x8-float16",
277+
"name": "dbpedia-cal-svs-LeanVec4x8-float16-mixed",
278278
"engine": "redis",
279279
"connection_params": {},
280280
"collection_params": {
@@ -309,7 +309,7 @@
309309
}
310310
},
311311
{
312-
"name": "dbpedia-cal-svs-LeanVec4x8-float32",
312+
"name": "dbpedia-cal-svs-LeanVec4x8-float32-mixed",
313313
"engine": "redis",
314314
"connection_params": {},
315315
"collection_params": {

0 commit comments

Comments
 (0)