songyingxin / Bert-TextClassification

Implemention some Baseline Model upon Bert for Text Classification
Other
677 stars 148 forks source link

句子对数据集 #13

Open lxqpku opened 4 years ago

lxqpku commented 4 years ago

如果数据集格式为:sentence_a sentence_b label, 为什么会出现找不到bert_config.json路径(路径已经提前设置好了)

songyingxin commented 4 years ago

我改过了,不支持句子匹配的。 如果你想做句子匹配,建议参考 huangface 的 transformers 仓库