keon / awesome-nlp

:book: A curated list of resources dedicated to Natural Language Processing (NLP)
Creative Commons Zero v1.0 Universal
16.48k stars 2.57k forks source link

Proposing addition of rust-bert #225

Closed guillaume-be closed 4 years ago

guillaume-be commented 4 years ago

Sharing a port of Transformers library (https://github.com/guillaume-be/rust-bert) to Rust. It includes ready to use NLP pipelines (sentiment analysis, NER, question answering, text generation) and implementation of common transformer architectures (BERT, DistilBERT, RoBERTa, GPT, GPT2) in Rust.

NirantK commented 4 years ago

Thanks for sharing your work @guillaume-be !