AmarSaini / Epoching-Blog

Yet Another Deep Learning Blog :)
https://amarsaini.github.io/Epoching-Blog/
Apache License 2.0
32 stars 9 forks source link

NLP from Scratch with PyTorch, fastai, and HuggingFace | Epoching’s Blog #12

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

NLP from Scratch with PyTorch, fastai, and HuggingFace | Epoching’s Blog

A technical NLP tutorial using a variety of libraries to show the different levels/layers of common NLP pipelines

https://amarsaini.github.io/Epoching-Blog/jupyter/nlp/pytorch/fastai/huggingface/2021/06/27/NLP-from-Scratch-with-PyTorch-FastAI-and-HuggingFace.html

lmingzhi commented 2 years ago

when Using a Language Model via DistilBERT [HuggingFace & PyTorch & fastai], how to get the predict result?

# not work
learn.predict(sample_text)