摘要: DistilBertModel( (embeddings): Embeddings( (word_embeddings): Embedding(30522, 768, padding_idx=0) (position_embeddings): Embedding(512, 768) (LayerNo 阅读全文
posted @ 2023-08-24 15:29 立体风 阅读(214) 评论(0) 推荐(0)
摘要: 首先是安装python,更新pip源到清华源。安装transformer pip install transformer 安装jupyter lab,也简单一行 pip install jupyterlab 现在不想用anaconda了,因为国内没有源了,国外的又慢。直接用pip吧。 然后开始体验之 阅读全文
posted @ 2023-08-24 09:12 立体风 阅读(397) 评论(0) 推荐(0)