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