wptoux / albert-chinese-large-webqa

基于百度webqa与dureader数据集训练的Albert Large QA模型
Apache License 2.0
75 stars 15 forks source link

您好,您部署在hugging face 上的模型好像不能得到结果。 #3

Closed svjack closed 3 years ago

svjack commented 3 years ago

如题,https://huggingface.co/wptoux/albert-chinese-large-qa 上我看例子得不到结果。

svjack commented 3 years ago

我执行下面的代码 inputs = tokenizer.encode_plus(query, doc, return_tensors="pt") start_scores, end_scores = model(**inputs) start_scores 的输出是str而不是tensor

svjack commented 3 years ago

将版本进行降级后可以使用,最好更新一下模型版本,或者让官方部署api的版本降级。

wptoux commented 3 years ago

好的