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