Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use autoevaluate/binary-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use autoevaluate/binary-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="autoevaluate/binary-classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("autoevaluate/binary-classification") model = AutoModelForSequenceClassification.from_pretrained("autoevaluate/binary-classification") - Notebooks
- Google Colab
- Kaggle
Add evaluation results on glue dataset
Browse filesBeep boop, I am a bot from Hugging Face's automatic evaluation service! Your model has been evaluated on the [glue](https://huggingface.co/datasets/glue) dataset by @lewtun , using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-project-1b39211c-01d5-4b1a-98ae-3e4a0dc07c00-4539). Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=glue). Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/autoevaluate?dataset=glue).
README.md
CHANGED
|
@@ -43,7 +43,7 @@ model-index:
|
|
| 43 |
verified: true
|
| 44 |
- name: AUC
|
| 45 |
type: auc
|
| 46 |
-
value: 0.
|
| 47 |
verified: true
|
| 48 |
- name: F1
|
| 49 |
type: f1
|
|
@@ -51,7 +51,7 @@ model-index:
|
|
| 51 |
verified: true
|
| 52 |
- name: loss
|
| 53 |
type: loss
|
| 54 |
-
value: 0.
|
| 55 |
verified: true
|
| 56 |
- name: matthews_correlation
|
| 57 |
type: matthews_correlation
|
|
|
|
| 43 |
verified: true
|
| 44 |
- name: AUC
|
| 45 |
type: auc
|
| 46 |
+
value: 0.9672423591816116
|
| 47 |
verified: true
|
| 48 |
- name: F1
|
| 49 |
type: f1
|
|
|
|
| 51 |
verified: true
|
| 52 |
- name: loss
|
| 53 |
type: loss
|
| 54 |
+
value: 0.30093538761138916
|
| 55 |
verified: true
|
| 56 |
- name: matthews_correlation
|
| 57 |
type: matthews_correlation
|