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