Working with Hugging Faces NLP Dataset
In this free lesson learn how to use a Hugging Faces Dataset, also known as a transformers dataset. This lesson will cover how to use and manipulate an NLP dataset so we focus on what are common NLP tasks in machine learning. The basic structure of a dataset is simlar to that of a Python dictionary and we can access individual features in much the same way. We also have access to many Hugging Faces functions on the dataset like to_pandas to easily turn a dataset into a Pandas DataFrame which can be handy for our Exploratory Text Data Analysis.
Data Science Teacher Brandyn YouTube Channel
One on one time with Data Science Teacher Brandyn
Follow Data Science Teacher Brandyn
dataGroups:
Showcase your DataArt on facebook
Showcase your DataArt on linkedin
Python data analysis group, share your analysis on facebook
Python data analysis on linkedin
Machine learning in sklearn group
Join the deep learning with tensorflow facebook group
Join the deep learning with tensorflow on linkedin
Summary
In this free lesson, we discovered the utilization of a Hugging Faces Dataset, also referred to as a transformers dataset, in this tutorial. The lesson will guided you through the manipulation and utilization of an NLP dataset, focusing on common NLP tasks in machine learning. The fundamental structure of the dataset closely resembles that of a Python dictionary, allowing us to access individual features in a similar manner. Additionally, we can leverage various functions provided by Hugging Faces, such as to_pandas, to effortlessly convert a dataset into a Pandas DataFrame. This transformation proves beneficial for conducting Exploratory Text Data Analysis.