I’ve been using Modern Document Understanding and deployed one skill there.
Is it possible to migrate this setup to another Orchestrator like we do for Classic ML Skill (AI Center) approach?
The article you shared is for the Classic design (AI Center) and my ask is for the (Active Learning) Modern Document Understanding project. Please check below snapshot:
This link proposes a way to export the annotated docs coming from Action Center (human feedback) in modern du projects, but it doesn’t explain how to use the exported annotated docs to retrain (fine-tuning) the modern du model:
I hope that sooner than later UiPath modern du projects can use the human feedback to retrain the model automatically, but currently is not as easy as we expect. Other alternative could be:
When the human validation is needed, send the document to the action center
Create a copy of the original document in a storage location (shared drive, storage bucket, etc)
Get the human feedback and export the validated data for your use
Then periodically:
Get the original documents copied in the storage location, select the documents to be used for fine-tuning (remember to keep balanced datasets) and upload them in the modern du project
Annotate (again) the new uploaded docs (active learning will do the wrong prediction) and wait for the auto retraining to complete
Once the training is completed, deploy a new version of the du project
Update your code in Studio to point out to the new modern project version (this step will require for you to recreate the out_DocumentData variable because it changes with the new du project version)
Publish the a new version of the process package from studio
In summary, the modern du experience is not that good (yet) for projects that requires continuous fine-tuning