How to use wizardofchance/BERTopic_model with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("wizardofchance/BERTopic_model", dtype="auto")
NER model finetuned on conllpp data
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("wizardofchance/BERTopic_model", dtype="auto")