nouhadziri
commited on
Commit
•
d2f814d
1
Parent(s):
898873c
README updated
Browse files
README.md
CHANGED
@@ -3,15 +3,14 @@ license: mit
|
|
3 |
datasets:
|
4 |
- McGill-NLP/FaithDial
|
5 |
widget:
|
6 |
-
-
|
7 |
-
- response: "The old version is the regular one, knitted garment that has open front and buttons!"
|
8 |
---
|
9 |
|
10 |
## Overview
|
11 |
|
12 |
-
|
13 |
|
14 |
-
The hyperparameters are provided in [hparams.yml](hparams.
|
15 |
|
16 |
## Usage
|
17 |
|
|
|
3 |
datasets:
|
4 |
- McGill-NLP/FaithDial
|
5 |
widget:
|
6 |
+
- text: "A cardigan is a type of knitted garment (sweater) that has an open front. </s></s> The old version is the regular one, knitted garment that has open front and buttons!"
|
|
|
7 |
---
|
8 |
|
9 |
## Overview
|
10 |
|
11 |
+
FaithCritic is the [RoBERTa large model](https://huggingface.co/roberta-large) fine-tuned on the [FaithDial](https://huggingface.co/datasets/McGill-NLP/FaithDial) dataset. The objective is to predict whether an utterance is faithful or not, given the source knowledge.
|
12 |
|
13 |
+
The hyperparameters are provided in [hparams.yml](https://huggingface.co/McGill-NLP/roberta-large-faithcritic/blob/main/hparams.yaml). To know more about how to train a critic model, visit [our repo](https://github.com/McGill-NLP/FaithDial).
|
14 |
|
15 |
## Usage
|
16 |
|