Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Vectra
|
| 2 |
|
| 3 |
BERT-base sentence embeddings trained with in-batch contrastive learning (Multiple Negatives Ranking Loss) on MultiNLI entailment pairs.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
license: mit
|
| 4 |
+
library_name: transformers
|
| 5 |
+
pipeline_tag: sentence-similarity
|
| 6 |
+
tags:
|
| 7 |
+
- sentence-embeddings
|
| 8 |
+
- retrieval
|
| 9 |
+
- contrastive-learning
|
| 10 |
+
- bert
|
| 11 |
+
base_model: bert-base-uncased
|
| 12 |
+
datasets:
|
| 13 |
+
- nyu-mll/multi_nli
|
| 14 |
+
metrics:
|
| 15 |
+
- cosine
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
# Vectra
|
| 19 |
|
| 20 |
BERT-base sentence embeddings trained with in-batch contrastive learning (Multiple Negatives Ranking Loss) on MultiNLI entailment pairs.
|