Skip to content

Commit a8493df

Browse files
authored
Update FeatureExtractionWidget.svelte
1 parent 31e8d5e commit a8493df

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

widgets/src/lib/InferenceWidget/widgets/FeatureExtractionWidget/FeatureExtractionWidget.svelte

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,6 @@
145145
if (body.length === 1) {
146146
body = body[0];
147147
}
148-
if (model.modelId.startsWith(`sentence-`)) {
149-
/// Dev(while correct pooling isn't applied)
150-
body = body[0];
151-
}
152148
return new DataTable(body);
153149
}
154150

0 commit comments

Comments
 (0)