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