Skip to content

Commit 3008246

Browse files
authored
Change rocketqa to simbert for similarity (#3922)
1 parent 54409fa commit 3008246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddlenlp/taskflow/taskflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
},
234234
},
235235
"default": {
236-
"model": "rocketqa-zh-dureader-cross-encoder"
236+
"model": "simbert-base-chinese"
237237
}
238238
},
239239
'text_summarization': {

0 commit comments

Comments
 (0)