Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Active learning and fine-tuning #86

Open
kasra-hosseini opened this issue Dec 3, 2020 · 0 comments
Open

Active learning and fine-tuning #86

kasra-hosseini opened this issue Dec 3, 2020 · 0 comments

Comments

@kasra-hosseini
Copy link
Member

One possible (simple) implementation is to:

  1. Do model inference on a new dataset
  2. Based on the selected threshold (which can be a function argument), extract rows/examples in which DeezyMatch was most confused about. Create a new dataset for those rows.
  3. Currently, we don't have an annotation tool, but the user needs to annotate the extracted rows in step 2 for further fine-tuning.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant