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