We created a Florence accelerator to approach model training and inference in a code-first manner
It enables the user to bridge the gap between AML and AI Vision using a central yaml file, which gives the user more control over fine-tuning Florence models
Allows for model training and inference
Key features:
Ability to run Florence finetuning against Azure ML
Out of the box usage of AML datasets which are automatically registered in Azure AI Vision Studio
** Model training, tracking and metrics comparison in AML Dashboards
Bugfix for 400 bad request error (InvalidRequest: AuthenticationKind is required)
Does this introduce a breaking change?
[x] Yes
[ ] No
Pull Request Type
What kind of change does this Pull Request introduce?
[x] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[x] Documentation content changes
[ ] Other... Please describe:
How to Test
Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
Purpose
We created a Florence accelerator to approach model training and inference in a code-first manner
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?
How to Test
What to Check
Verify that the following are valid
Other Information