Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Huggingface

Hello, 

I want to train image data with Vertex AI. The dataset is from huggingface. How can I upload the huggingface date to vertex AI? 

0 1 609
1 REPLY 1

What comes to my mind is that maybe you can open a user managed notebook instance in workbench section. With that you can import the necessary modules to download the data set from Hugginface. Afterwards you can then move the data to a cloud storage bucket using the api in the notebook, and from there you can connect the bucket to Vertex AI.