Instructions to use hyesunyun/edit5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hyesunyun/edit5 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("hyesunyun/edit5", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| language: | |
| - en | |
| tags: | |
| - t5 | |
| - t5x | |
| - edit | |
| license: unknown | |
| datasets: | |
| - fruit-wiki | |
| metrics: | |
| - rouge | |
| # EdiT5 | |
| Reproduction of the model in [FRUIT: Faithfully Reflecting Updated Information in Text](https://arxiv.org/abs/2112.08634). | |
| ## Training data | |
| The model was trained on the [FRUIT Wikipeda dataset](https://github.com/google-research/language/tree/master/language/fruit) for updates. | |