文件名称:mlm-pytorch:Pytorch的屏蔽语言建模的实现,使其尽可能简洁明了
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-09 03:56:21
deep-learning transformers artificial-intelligence unsupervised-learning pre-training
MLM(屏蔽语言建模)Pytorch 该存储库使您可以从序列数据的语料库中快速设置变压器的无监督训练。 安装 $ pip install mlm-pytorch 用法 首先pip install reformer-pytorch ,然后运行以下示例以查看无监督训练的一个迭代是什么样的 import torch from torch import nn from torch . optim import Adam from mlm_pytorch import MLM # instantiate the language model from reformer_pytorch import ReformerLM transformer = ReformerLM ( num_tokens = 20000 , dim = 512 , depth = 1 , m
【文件预览】:
mlm-pytorch-master
----.github()
--------workflows()
----LICENSE(1KB)
----mlm_pytorch()
--------mlm_pytorch.py(4KB)
--------__init__.py(40B)
----setup.py(741B)
----.gitignore(2KB)
----README.md(2KB)