Instructions to use Integer-Ctrl/cross-encoder-bert-tiny-5120 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-5120 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-5120")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Integer-Ctrl/cross-encoder-bert-tiny-5120") model = AutoModelForSequenceClassification.from_pretrained("Integer-Ctrl/cross-encoder-bert-tiny-5120") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
845964d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6ad6221d5c7a52088ebb35efd395f91c57b7976bf3a46292e6b1bf50bf51be3f
size 17548796
|