Epoching-Blog
Epoching-Blog copied to clipboard
NLP from Scratch with PyTorch, fastai, and HuggingFace | Epoching’s Blog
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
when Using a Language Model via DistilBERT [HuggingFace & PyTorch & fastai], how to get the predict result?
# not work
learn.predict(sample_text)