snapthat / TF-T5-text-to-text

This repository demonstrate training T5 transformers using tensorflow 2
MIT License
12 stars 2 forks source link
tensorflow2 transformer

TF-T5-text-to-text

This repository demonstrate training T5 transformers using tensorflow 2. Uses the huggingface implementation. See notebooks for examples.

Table of Contents

Installation

pip install -r requirements.txt

Notebooks

See all available noteooks here

Built With

transformers, tensorflow

Authors:

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments