Skip to content

Commit 10e34cd

Browse files
fix name
1 parent b1d2223 commit 10e34cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimum/intel/openvino/modeling.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ class OVModelForCustomTasks(OVModel):
986986
CUSTOM_TASKS_EXAMPLE.format(
987987
processor_class=_TOKENIZER_FOR_DOC,
988988
model_class="OVModelForCustomTasks",
989-
checkpoint="IlyasMoutawwakil/bert-with-pooler",
989+
checkpoint="IlyasMoutawwakil/sbert-all-MiniLM-L6-v2-with-pooler",
990990
)
991991
)
992992
def forward(self, **kwargs):

0 commit comments

Comments
 (0)