Instructions to use henryscheible/qqp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use henryscheible/qqp with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="henryscheible/qqp")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("henryscheible/qqp") model = AutoModelForSequenceClassification.from_pretrained("henryscheible/qqp") - Notebooks
- Google Colab
- Kaggle
Commit ·
6dea100
1
Parent(s): 5aee2ac
Training in progress, step 20000
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438006125
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e4e5f22e98f07ec8ed4e4f62980bdd4cb41ad1d845b87fa7a21dc2d81c42271
|
| 3 |
size 438006125
|