File size: 699 Bytes
8849691
 
bd4b797
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8849691
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
license: mit
dataset_info:
  features:
  - name: hyp
    dtype: string
  - name: ref
    dtype: string
  - name: src
    dtype: string
  - name: tgt
    dtype: string
  - name: model
    dtype: string
  - name: labels
    sequence: string
  - name: label
    dtype: string
  - name: p(Hallucination)
    dtype: float64
  splits:
  - name: DM
    num_bytes: 77485
    num_examples: 187
  - name: PG
    num_bytes: 29874
    num_examples: 125
  - name: MT
    num_bytes: 53749
    num_examples: 187
  download_size: 79829
  dataset_size: 161108
configs:
- config_name: default
  data_files:
  - split: DM
    path: data/DM-*
  - split: PG
    path: data/PG-*
  - split: MT
    path: data/MT-*
---