Text Classification
Transformers
PyTorch
ONNX
Safetensors
English
distilbert
neural-search
neural-search-query-classification
text-embeddings-inference
Instructions to use ilert/SoQbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ilert/SoQbert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ilert/SoQbert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ilert/SoQbert") model = AutoModelForSequenceClassification.from_pretrained("ilert/SoQbert") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 7f884f4e6937606dcd723282189f7d87d06a397bc0f7989202ce9f9d63d73cd0
- Size of remote file:
- 268 MB
- SHA256:
- 16486f12efcf2c1b9757d8d0cdc4865534c9dc22edd31e79fe7bc76a5ab7893d
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.