摘要: 01 关于SUG https://zhuanlan.zhihu.com/p/72950840 在讲具体如何衡量一个SUG效果之前,大家要先了解SUG是怎么做的,然后才好去看怎么衡量它做的效果。 SUG和搜索的流程非常类似。搜索的大概流程: 用户输入关键词 关键词分析,明确搜索意图 根据意图召回满足条 阅读全文
posted @ 2022-07-21 18:33 15375357604 阅读(460) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/524128889 索引 (indices ):类似于我们的关系型数据库 类型(type ):类似于数据库的表结构 文档(Document ):类似于数据库表中的行,也就是具体的数据 字段(Field ):雷雨时数据库表中的列 es5 版本: 阅读全文
posted @ 2022-07-21 16:49 15375357604 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 作者:昆特Alex 链接:https://www.zhihu.com/question/455063660/answer/2570541435 来源:知乎 著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 import torch import torch.nn as nn fr 阅读全文
posted @ 2022-07-21 16:20 15375357604 阅读(290) 评论(0) 推荐(0) 编辑
摘要: import torch import torch.nn as nn from transformers import AutoTokenizer, AutoModel class Config(object): def __init__(self): self.pre_bert_path="ngh 阅读全文
posted @ 2022-07-21 15:55 15375357604 阅读(37) 评论(0) 推荐(0) 编辑