-
Notifications
You must be signed in to change notification settings - Fork 173
Human In The Loop
starain-pactera edited this page Nov 16, 2020
·
9 revisions
(draft)
Human in the loop(HITL) is a way to speed up the labeling process and improve model quality.
When you have a lot of documents to label, and analyze a lot of testing files to improve model quality, it's a long process. HITL can help you here.
- train a model with 5 labeled documents
- pick a up local file and analyze it, if you find there are incorrect fields, you could add the document to training set then adjust the labels if necessary.
- training new model with new labeling data.
- repeat step 2 - 3 until the model is good enough.
- upload lots of training documents into your Azure blob storage, train a model with 5 labeled documents.
- click auto-label, FoTT will automatically pick up other files in the blob storage and analyze them, then turn the analyze results as labels.
- you can revise the labels of those files if necessary, notice the icons of the document is changed, indicating it’s been revised and ready to be used for training.
- you could start a new training session with newly revised files.
- repeat step 2 - 4 until the model is good enough.