Hi Neil Thompson,
To deploy the Florence-2 model, which is available on Hugging Face but not listed in Azure Machine Learning Studio, you can follow these generic steps:
- Find the Model: Access the Florence-2 model on Hugging Face. Download the files or use the model directly from the Hugging Face hub.
- Set Up Azure ML: Ensure you have an Azure Machine Learning workspace. Create one in the Azure portal if needed.
- Deploy the Model: Use Azure ML Studio or SDK to create a deployment. Configure deployment settings via the UI or CLI. For CLI, prepare a YAML file with model details and instance types.
- Test the Deployment: Use the provided REST endpoint to test the deployed model.
Refer to below documentation for detailed steps on deploying Hugging Face models.
Thank You.