simonhughes22
commited on
Commit
·
dac9433
1
Parent(s):
905f6e4
Update README.md
Browse files
README.md
CHANGED
@@ -2,17 +2,18 @@
|
|
2 |
license: apache-2.0
|
3 |
language: en
|
4 |
tags:
|
5 |
-
|
6 |
datasets:
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
metrics:
|
13 |
-
|
14 |
-
|
15 |
-
|
|
|
16 |
---
|
17 |
# Cross-Encoder for Hallucination Detection
|
18 |
This model was trained using [SentenceTransformers](https://sbert.net) [Cross-Encoder](https://www.sbert.net/examples/applications/cross-encoder/README.html) class.
|
|
|
2 |
license: apache-2.0
|
3 |
language: en
|
4 |
tags:
|
5 |
+
- microsoft/deberta-v3-base
|
6 |
datasets:
|
7 |
+
- multi_nli
|
8 |
+
- snli
|
9 |
+
- fever
|
10 |
+
- tals/vitaminc
|
11 |
+
- paws
|
12 |
metrics:
|
13 |
+
- accuracy
|
14 |
+
- auc
|
15 |
+
- balanced accuracy
|
16 |
+
pipeline_tag: sentence-similarity
|
17 |
---
|
18 |
# Cross-Encoder for Hallucination Detection
|
19 |
This model was trained using [SentenceTransformers](https://sbert.net) [Cross-Encoder](https://www.sbert.net/examples/applications/cross-encoder/README.html) class.
|