Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.
Gustavo Rosa edited this page Apr 7, 2021 · 4 revisions

Welcome to Textformer.

Did you ever want to transform text? Are you tired of re-implementing and defining state-of-the-art architectures? If yes, Textformer is the way-to-go! This package provides a straightforward implementation of sequence-to-sequence and transformer-based architectures, fostering all research related to text generation and translation.

Use Textformer if you need a library or wish to:

  • Create your network;
  • Design or use pre-loaded state-of-the-art architectures;
  • Mix-and-match encoder and decoders to solve your problem;
  • Because it is fun to transform text.

Read the docs at textformer.readthedocs.io.

Textformer is compatible with: Python 3.6+.