From the course: MLOps Tools: MLflow and Hugging Face
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Registering a Hugging Face dataset on Azure - Hugging Face Tutorial
From the course: MLOps Tools: MLflow and Hugging Face
Registering a Hugging Face dataset on Azure
- [Instructor] Now, let's see how we can download a dataset from Hugging Face. For this operation, we're going to be using the data sets, or the dataset library from Hugging Face. And here you can see that I'm going to be using the wine ratings dataset from my account, and I'm going to go ahead and click this one that is very, very handy. I really like it. It has all of the examples that we need. So, we essentially need to have these from datasets, import load dataset, to get these dataset, you have to make sure that you have your PIP installing datasets. It's effectively PIP installed data sets. I already done that, so I'm going to copy that, and I'm going to use a Jupyter notebook so that I can load that and make that work. So, I'm going to head over to Azure studio code and I already have data sets. I made sure that that's working. But I'm going to paste from datasets, import loaded dataset, and then I'm going to execute on line three and then make sure that that is loaded. All…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.