├── .gitignore ├── README └── demo.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yk/huggingface-nlp-demo/HEAD/.gitignore -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- 1 | Code for the Video Tutorial at https://youtu.be/G3pOvrKkFuk 2 | -------------------------------------------------------------------------------- /demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yk/huggingface-nlp-demo/HEAD/demo.py --------------------------------------------------------------------------------