nouhadziri commited on
Commit
7daf9c0
1 Parent(s): 300d863

results added to metadata

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -4,6 +4,39 @@ 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
 
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
+ model-index:
8
+ - name: roberta-large-faithcritic
9
+ results:
10
+ - task:
11
+ type: text-classification
12
+ name: Faithfulness Critic
13
+ dataset:
14
+ name: 'FaithCritic'
15
+ type: McGill-NLP/FaithDial
16
+ metrics:
17
+ - name: Accuracy
18
+ type: accuracy
19
+ value: 86.5
20
+ - task:
21
+ type: text-classification
22
+ name: Faithfulness Critic
23
+ dataset:
24
+ name: 'MNLI'
25
+ type: multi_nli
26
+ metrics:
27
+ - name: Accuracy
28
+ type: accuracy
29
+ value: 74.7
30
+ - task:
31
+ type: text-classification
32
+ name: Faithfulness Critic
33
+ dataset:
34
+ name: 'BEGIN'
35
+ type: begin
36
+ metrics:
37
+ - name: Accuracy
38
+ type: accuracy
39
+ value: 71.6
40
  ---
41
 
42
  ## Overview