huggingface / notebooks

Notebooks using the Hugging Face libraries 🤗
Apache License 2.0
3.44k stars 1.46k forks source link

Sagemaker HF '01_getting_started_pytorch' tutorial training not working #145

Open enpassanty opened 2 years ago

enpassanty commented 2 years ago

I'm trying to run '01_getting_started_pytorch' tutorial with no luck from a sagemaker instance. I tried the original notebook with no luck and then adapted code from here but it's still a no go (notebook below). anyone have any hints on what I'm doing wrong?

tutorial notetebook fail

philschmid commented 2 years ago

The error comes from your hyperparameters you are passing model_id but scripts expect model_name [REF]. This can also be seen in the error message.

OSError: Can't load config for 'None'. Make sure that: