Instructions to use connectivity/bert_ft_qqp-29 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use connectivity/bert_ft_qqp-29 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="connectivity/bert_ft_qqp-29")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("connectivity/bert_ft_qqp-29") model = AutoModelForSequenceClassification.from_pretrained("connectivity/bert_ft_qqp-29") - Notebooks
- Google Colab
- Kaggle
Commit ·
2d63218
1
Parent(s): c6750c8
Added training logs
Browse files
events.out.tfevents.1651951489.gr024.hpc.nyu.edu
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d40dc1fb053735856b83f5bd8c5cce7dd0f408a5e67649399db7850ba0491722
|
| 3 |
+
size 16498988
|