Instructions to use Integer-Ctrl/cross-encoder-bert-tiny-512 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Integer-Ctrl/cross-encoder-bert-tiny-512 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Integer-Ctrl/cross-encoder-bert-tiny-512")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Integer-Ctrl/cross-encoder-bert-tiny-512") model = AutoModelForSequenceClassification.from_pretrained("Integer-Ctrl/cross-encoder-bert-tiny-512") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
7415399 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5ae80e63d93b9631d8fa1eed3a56adc8a8530ad3c04d0ffbe2825ff7552b57c6
size 17548796
|