文件名称:Python-2018GoogleAIBERT论文的Pytorch实现
文件大小:29KB
文件格式:ZIP
更新时间:2022-08-30 22:06:34
Python开发-机器学习
Google AI 公开了一篇 NLP 论文,介绍了新的语言表征模型 BERT,该模型被认为是最强 NLP 预训练模型,刷新了 11 项 NLP 任务的当前最优性能记录。该 仓库是 BERT 的 Pytorch 实现。
【文件预览】:
codertimo-BERT-pytorch-0d076e0
----test.py(101B)
----LICENSE(11KB)
----requirements.txt(23B)
----setup.py(2KB)
----.gitignore(3KB)
----.circleci()
--------config.yml(2KB)
----Makefile(61B)
----bert_pytorch()
--------model()
--------__main__.py(4KB)
--------trainer()
--------dataset()
--------__init__.py(24B)
----README.md(4KB)