wangle1218 / deep_text_matching

implementation several deep text match (text similarly) models for keras . cdssm, arc-ii,match_pyramid, mvlstm ,esim, drcn ,bimpm, bert, albert, raberta
291 stars 62 forks source link

建议将包版本加上,Keras==2.3.1,gensim==3.8.3,bert4keras==0.10.0,tensorflow==1.14.0 #6

Open jiangliqin opened 3 years ago

jiangliqin commented 3 years ago

tokenizer.encode( text1, text2, maxlen=maxlen )

wqnstar commented 3 years ago

tokenizer.encode( text1, text2, maxlen=maxlen )

谢谢你的评论,帮助很多

jiangliqin commented 3 years ago

还有个问题:有的模型如drcn跑自己的数据,max_features和word_max_features参数要根据实际的数据变化不然会报错