Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use autoevaluate/natural-language-inference with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use autoevaluate/natural-language-inference with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="autoevaluate/natural-language-inference")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("autoevaluate/natural-language-inference") model = AutoModelForSequenceClassification.from_pretrained("autoevaluate/natural-language-inference") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267854321
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e6e367ebcec72f87f5431d4f37f2d2cf44245da3ba82faecab89ca8998a8260
|
| 3 |
size 267854321
|
runs/Aug19_11-07-30_e3f247ef4da6/events.out.tfevents.1660907276.e3f247ef4da6.77.0
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:3ff9c3da2bc460f98a6e9aa59537e806e1c6521ffd80bb6677ece32302d83806
|
| 3 |
+
size 4730
|
runs/Aug19_11-07-30_e3f247ef4da6/events.out.tfevents.1660907349.e3f247ef4da6.77.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ecac0251503e60fae49afbed7780a2251176fdcc9900805d58dc08f3e8a442c
|
| 3 |
+
size 409
|