[FEA] Make classifiers work with HuggingFace directly
VibhuJawa opened this issue · 5 comments
With PR #58, we have cleaned up the model initialization quite a bit. We still need to make the classifiers work directly with HuggingFace without downloading weights.
We should do that once we upload the models to HF.
See comment here:
#58 (comment)
Can start working on this now that we have https://huggingface.co/nvidia/domain-classifier
Yes please, @sarahyurick , Do you have band-width to start on this, happy to jump on it if not.
Yes please, @sarahyurick , Do you have band-width to start on this, happy to jump on it if not.
Yes, happy to work on this.
Linking to #71.
We should be able to get labels from HF directly (https://huggingface.co/nvidia/domain-classifier) as they are present in config.id2label
.