update
This commit is contained in:
parent
ec8d4adaa7
commit
2b4fd646c4
16
README.md
16
README.md
|
@ -1,9 +1,23 @@
|
||||||
# Cross-Encoder for Quora Duplicate Questions Detection
|
---
|
||||||
|
language: en
|
||||||
|
pipeline_tag: zero-shot-classification
|
||||||
|
tags:
|
||||||
|
- roberta-base
|
||||||
|
datasets:
|
||||||
|
- multi_nli
|
||||||
|
- snli
|
||||||
|
metrics:
|
||||||
|
- accuracy
|
||||||
|
---
|
||||||
|
|
||||||
|
# Cross-Encoder for Natural Language Inference
|
||||||
This model was trained using [SentenceTransformers](https://sbert.net) [Cross-Encoder](https://www.sbert.net/examples/applications/cross-encoder/README.html) class.
|
This model was trained using [SentenceTransformers](https://sbert.net) [Cross-Encoder](https://www.sbert.net/examples/applications/cross-encoder/README.html) class.
|
||||||
|
|
||||||
## Training Data
|
## Training Data
|
||||||
The model was trained on the [SNLI](https://nlp.stanford.edu/projects/snli/) and [MultiNLI](https://cims.nyu.edu/~sbowman/multinli/) datasets. For a given sentence pair, it will output three scores corresponding to the labels: contradiction, entailment, neutral.
|
The model was trained on the [SNLI](https://nlp.stanford.edu/projects/snli/) and [MultiNLI](https://cims.nyu.edu/~sbowman/multinli/) datasets. For a given sentence pair, it will output three scores corresponding to the labels: contradiction, entailment, neutral.
|
||||||
|
|
||||||
|
## Performance
|
||||||
|
For evaluation results, see [SBERT.net - Pretrained Cross-Encoder](https://www.sbert.net/docs/pretrained_cross-encoders.html#nli).
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue