juliussteen
commited on
Commit
•
fa21407
1
Parent(s):
fa581e3
Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,7 @@ library_name: transformers
|
|
7 |
|
8 |
This is a Deberta-v3 large NLI model that has been finetuned on augmented ANLI data to improve performance for faithfulness evaluation, particularly in a knowledge-grounded dialog setting.
|
9 |
See https://aclanthology.org/2023.acl-short.79 for details. The model itself is based on https://huggingface.co/MoritzLaurer/DeBERTa-v3-large-mnli-fever-anli-ling-wanli
|
|
|
10 |
|
11 |
Note that this is not the original model used in the paper but a retrained variant that has slightly better average performance.
|
12 |
|
|
|
7 |
|
8 |
This is a Deberta-v3 large NLI model that has been finetuned on augmented ANLI data to improve performance for faithfulness evaluation, particularly in a knowledge-grounded dialog setting.
|
9 |
See https://aclanthology.org/2023.acl-short.79 for details. The model itself is based on https://huggingface.co/MoritzLaurer/DeBERTa-v3-large-mnli-fever-anli-ling-wanli
|
10 |
+
For a convenient interface for scoring see our repository: https://github.com/julmaxi/with_a_little_push
|
11 |
|
12 |
Note that this is not the original model used in the paper but a retrained variant that has slightly better average performance.
|
13 |
|