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
Commit History
Update README.md 4b09a26 verified
Update README.md abc12e5 verified
Update README.md 78ca8a1 verified
updated .gitignore e0d0090
byQuexo commited on
Delete .DS_Store 7e529a4 verified
Merge branch 'main' of hf.co:ilert/SoQbert 7bf17c9
byQuexo commited on
Added onnx c626f3f
byQuexo commited on
Update README.md 81d6e7e verified
Update README.md 0b63fce verified
Update README.md 445849b verified
Update README.md 07c8b63 verified
Update README.md 81c2fe4 verified
Create README.md 71e6a83 verified
Update config.json 6c995af verified
Model init d0bb624
byQuexo commited on