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