Hi! So just to confirm, the remaining examples in your dataset are all examples with an _input_hash
that's not yet in the current dataset you're saving your annotations to? One simple way to check this would be to load your input examples, call prodigy.set_hashes()
on each of them and then check the _input_hash
values against the list of input hashes in the dataset.