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