If you don't accumulate small steps, you can't reach thousands of miles
if you don't accumulate small streams, you can't become a river
2020/9/4 任务:
1,使用传统的Embedding模型进行语义查找
2,使用Bert嵌入模型进行语义查找
3,使用老版本的Bert预训练模型构加入外卖评价数据训练出新的模型,并对词进行语义查找
4,使用新版本轻量级的的AlBert预训练模型构加入外卖评价数据训练出新的模型,并对词进行语义查找
https://github.com/tensorflow/models/tree/master/official/nlp/albert
https://github.com/google-research/bert
https://github.com/google-research/bert/blob/master/run_pretraining.py