Easy Google Colab interface for basic huggingface transformers NLP tasks
HOW TO USE
-
Optional: (To make this run faster) At the top left, click "Runtime"-> "Change runtime type", change hardware accelerator to "GPU" and change Runtime-shape to "High-RAM"
-
Run the Imports cell block below (click the thing that looks like a play button of click shift+Enter
-
Put your text in the input field of for the cell block with the task you want
-
Run that cell block (Shift+Enter)
Models from huggingface transformers-
@inproceedings{wolf-etal-2020-transformers, title = "Transformers: State-of-the-Art Natural Language Processing", author = "Thomas Wolf and Lysandre Debut and Victor Sanh and Julien Chaumond and Clement Delangue and Anthony Moi and Pierric Cistac and Tim Rault and Rémi Louf and Morgan Funtowicz and Joe Davison and Sam Shleifer and Patrick von Platen and Clara Ma and Yacine Jernite and Julien Plu and Canwen Xu and Teven Le Scao and Sylvain Gugger and Mariama Drame and Quentin Lhoest and Alexander M. Rush", booktitle = "Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing: System Demonstrations", month = oct, year = "2020", address = "Online", publisher = "Association for Computational Linguistics", url = "https://www.aclweb.org/anthology/2020.emnlp-demos.6", pages = "38--45" }