摘要:
paper name:How to Fine Tune BERT for Text Classification? 如何在文本分类任务上fine tune Bert 1、介绍 作者介绍了一下各种可用于文本分类的方法,比如word2vec、GloVe、sentence embeding.Bert在 文 阅读全文
posted @ 2019-11-06 19:34
ddfs
阅读(940)
评论(0)
推荐(0)
摘要:
时间说明:2019.11.05 环境说明:python3.6 问题说明:用plt.imshow()或者plt.matshow()画图的时候,标题一直在图的上方,如何调节标题的位置 1、首先是如何对matshow添加标题,在plt.matshow()之前使用plt.title()是不行的,必须在mat 阅读全文
posted @ 2019-11-05 15:14
ddfs
阅读(28053)
评论(2)
推荐(3)