Instructions to use henryscheible/crows_pairs_bert_classifieronly with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use henryscheible/crows_pairs_bert_classifieronly with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="henryscheible/crows_pairs_bert_classifieronly")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("henryscheible/crows_pairs_bert_classifieronly") model = AutoModelForSequenceClassification.from_pretrained("henryscheible/crows_pairs_bert_classifieronly") - Notebooks
- Google Colab
- Kaggle
Commit ·
06993c4
1
Parent(s): 132972e
Upload validation.json with huggingface_hub
Browse files- validation.json +1 -0
validation.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"best_model_step": "2.10", "best_model_acc": 0.6324503311258278, "eval_results": {"0.0": {"accuracy": 0.5629139072847682}, "0.10": {"accuracy": 0.5198675496688742}, "1.0": {"accuracy": 0.5629139072847682}, "1.10": {"accuracy": 0.5662251655629139}, "2.0": {"accuracy": 0.5794701986754967}, "2.10": {"accuracy": 0.6324503311258278}}}
|