Text Classification
Transformers
TensorBoard
Safetensors
English
bert
cross-encoder
sequence-classification
text-embeddings-inference
Instructions to use xpmir/cross-encoder-MiniLM-L12-Hinge with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use xpmir/cross-encoder-MiniLM-L12-Hinge with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="xpmir/cross-encoder-MiniLM-L12-Hinge")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("xpmir/cross-encoder-MiniLM-L12-Hinge") model = AutoModelForSequenceClassification.from_pretrained("xpmir/cross-encoder-MiniLM-L12-Hinge", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files
runs/1770694498.5894897/events.out.tfevents.1770694498.jzxh070.1851881.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3a15bcf7ba8a5f0d26f6c9a0e85880484e2f7eb74d7f447c74451efef301bbdf
|
| 3 |
+
size 4576
|
runs/events.out.tfevents.1770660650.jzxh070.1851881.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c9b11807ee1cb2df2b1da054c337be7d8bf372ebfe3e7ac89ce9a1be09a42ae0
|
| 3 |
+
size 15754029
|