Instructions to use Alireza1044/MobileBERT_Theseus-sts-b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Alireza1044/MobileBERT_Theseus-sts-b with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Alireza1044/MobileBERT_Theseus-sts-b")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Alireza1044/MobileBERT_Theseus-sts-b") model = AutoModelForSequenceClassification.from_pretrained("Alireza1044/MobileBERT_Theseus-sts-b") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
3497281 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:bb9b99478ebf020858548d64d7a9659cd0837ff0597a67fcbc3ea8da8b201a16
size 119026347
|