Instructions to use NicolaiSivesind/LDA-Classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NicolaiSivesind/LDA-Classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="NicolaiSivesind/LDA-Classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("NicolaiSivesind/LDA-Classifier") model = AutoModelForSequenceClassification.from_pretrained("NicolaiSivesind/LDA-Classifier") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
2c7378d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2571126580c83cf162ca39519a44ca8465173d240813184bd8fa877cb3ff5f6d
size 4984
|