1 Answer
- Newest
- Most votes
- Most comments
1
Hi clouduser,
If you are looking to set up something similar with just SageMaker and using the AWS CLI, here is an article that shows how you can directly set up a training job using a Hugging Face model and Amazon SageMaker.
Here is another example setup with PyTorch Training Jobs.
Here is another example setup with TensorFlow Training jobs.
I would recommend following one of these three blogs to set up your Amazon SageMaker training job based on which model you decide to go with.
Relevant content
- asked 3 years ago
- asked 3 years ago
@autrin - thanks . if i want to fine tune a model , "distilbert-base-uncased" , in my case. how to set up a training/fine tuning job in sagemaker?