syntaxdot-transformers 0.4.0

Transformer architectures, such as BERT
docs.rs failed to build syntaxdot-transformers-0.4.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: syntaxdot-transformers-0.5.0

Transformer models (Vaswani et al., 2017)

This crate implements various transformer models, provided through the [models] module. The implementations are more restricted than e.g. their Huggingface counterparts, focusing only on the parts necessary for sequence labeling.