Instructions to use henryscheible/crows_pairs_bert_predheadonly with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use henryscheible/crows_pairs_bert_predheadonly with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="henryscheible/crows_pairs_bert_predheadonly")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("henryscheible/crows_pairs_bert_predheadonly") model = AutoModel.from_pretrained("henryscheible/crows_pairs_bert_predheadonly") - Notebooks
- Google Colab
- Kaggle
Commit ·
f6b85a4
1
Parent(s): 62b5c7c
Upload model
Browse files- config.json +2 -2
- pytorch_model.bin +2 -2
config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
-
"
|
| 5 |
],
|
| 6 |
"attention_probs_dropout_prob": 0.1,
|
| 7 |
"classifier_dropout": null,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "out/1.0_checkpoint/",
|
| 3 |
"architectures": [
|
| 4 |
+
"BertModel"
|
| 5 |
],
|
| 6 |
"attention_probs_dropout_prob": 0.1,
|
| 7 |
"classifier_dropout": null,
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:76b04227b6b0e433c76bb19fcaf6f367466599c1abeacb586573506112651a2e
|
| 3 |
+
size 437995569
|