Instructions to use MaartenGr/BERTopic_Wikipedia with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- BERTopic
How to use MaartenGr/BERTopic_Wikipedia with BERTopic:
from bertopic import BERTopic model = BERTopic.load("MaartenGr/BERTopic_Wikipedia") - Notebooks
- Google Colab
- Kaggle
Inference API err: HfApiJson Deserialize Error
#1
by ongkn - opened
Here's the err:
HfApiJson(Deserialize(Error("unknown variant `bertopic`, expected one of `text-generation-inference`, `transformers`, `allennlp`, `flair`, `espnet`, `asteroid`, `speechbrain`, `timm`, `sentence-transformers`, `spacy`, `sklearn`, `keras`, `generic`, `stanza`, `adapter-transformers`, `fasttext`, `fairseq`, `pyannote-audio`, `doctr`, `nemo`, `fastai`, `k2`, `diffusers`, `paddlenlp`, `mindspore`, `open_clip`, `span-marker`, `berttopic`", line: 1, column: 389)))
Thanks for mentioning this! It should be resolved now, feel free to try it out.
Thanks for mentioning this! It should be resolved now, feel free to try it out.
It indeed is! Thank you very much.
Have a nice day!
ongkn changed discussion status to closed