stickeritis / sticker2

Further developed as SyntaxDot: https://github.com/tensordot/syntaxdot
https://github.com/tensordot/syntaxdot
Other
12 stars 0 forks source link
bert dependency-parsing part-of-speech-tagger pytorch rust topological-fields transformer

sticker2

Warning: SyntaxDot supersedes sticker2.

Introduction

sticker2 is a sequence labeler using Transformer networks. sticker2 models can be trained from scratch or using pretrained models, such as BERT or XLM-RoBERTa.

In principle, sticker2 can be used to perform any sequence labeling task, but so far the focus has been on:

The easiest way to get started with sticker2 is to use a pretrained model.

Features

Status

sticker2 is still under heavy development. However, models are reusable and the API is stable for every y in version 0.y.z.

References

sticker uses techniques from or was inspired by the following papers:

Documentation

Issues

You can report bugs and feature requests in the sticker2 issue tracker.

License

sticker2 is licensed under the Blue Oak Model License version 1.0.0. The list of contributors is also available.

Credits