Skip to content

Commit 462b17a

Browse files
authored
[Task] Update widget model linked to sentence-similarity task (#1749)
Context: https://huggingface.slack.com/archives/C02EMARJ65P/p1757924773167979
1 parent b58282d commit 462b17a

File tree

1 file changed

+1
-1
lines changed
  • packages/tasks/src/tasks/sentence-similarity

1 file changed

+1
-1
lines changed

packages/tasks/src/tasks/sentence-similarity/data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const taskData: TaskDataCustom = {
9898
],
9999
summary:
100100
"Sentence Similarity is the task of determining how similar two texts are. Sentence similarity models convert input texts into vectors (embeddings) that capture semantic information and calculate how close (similar) they are between them. This task is particularly useful for information retrieval and clustering/grouping.",
101-
widgetModels: ["BAAI/bge-small-en-v1.5"],
101+
widgetModels: ["sentence-transformers/all-MiniLM-L6-v2"],
102102
youtubeId: "VCZq5AkbNEU",
103103
};
104104

0 commit comments

Comments
 (0)