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?
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.