Skip to content

Easy Google Colab interface for basic huggingface transformers NLP tasks

Notifications You must be signed in to change notification settings

willspag/EasyNLP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

EasyNLP

Easy Google Colab interface for basic huggingface transformers NLP tasks

HOW TO USE

  1. 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"

  2. Run the Imports cell block below (click the thing that looks like a play button of click shift+Enter

  3. Put your text in the input field of for the cell block with the task you want

  4. 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" }

About

Easy Google Colab interface for basic huggingface transformers NLP tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published