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
Abhishek Thakur commited on
Commit ·
5d6b168
1
Parent(s): e55e58f
Add evaluation results on glue
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, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-project-c33d6691-7902-4051-9813-e336473d1a13-222263). 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
|
@@ -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
|
|
|
|
| 51 |
verified: true
|
| 52 |
- name: loss
|
| 53 |
type: loss
|
| 54 |
+
value: 0.30091655254364014
|
| 55 |
verified: true
|
| 56 |
- name: matthews_correlation
|
| 57 |
type: matthews_correlation
|