Replace YAML keys from int to str
#1
by
albertvillanova
HF staff
- opened
README.md
CHANGED
@@ -16,7 +16,6 @@ source_datasets:
|
|
16 |
task_categories:
|
17 |
- summarization
|
18 |
task_ids: []
|
19 |
-
paperswithcode_id: null
|
20 |
pretty_name: XSum Hallucination Annotations
|
21 |
tags:
|
22 |
- hallucinations
|
@@ -33,8 +32,8 @@ dataset_info:
|
|
33 |
dtype:
|
34 |
class_label:
|
35 |
names:
|
36 |
-
0: 'no'
|
37 |
-
1: 'yes'
|
38 |
- name: worker_id
|
39 |
dtype: string
|
40 |
splits:
|
@@ -55,8 +54,8 @@ dataset_info:
|
|
55 |
dtype:
|
56 |
class_label:
|
57 |
names:
|
58 |
-
0: intrinsic
|
59 |
-
1: extrinsic
|
60 |
- name: hallucinated_span_start
|
61 |
dtype: int32
|
62 |
- name: hallucinated_span_end
|
|
|
16 |
task_categories:
|
17 |
- summarization
|
18 |
task_ids: []
|
|
|
19 |
pretty_name: XSum Hallucination Annotations
|
20 |
tags:
|
21 |
- hallucinations
|
|
|
32 |
dtype:
|
33 |
class_label:
|
34 |
names:
|
35 |
+
'0': 'no'
|
36 |
+
'1': 'yes'
|
37 |
- name: worker_id
|
38 |
dtype: string
|
39 |
splits:
|
|
|
54 |
dtype:
|
55 |
class_label:
|
56 |
names:
|
57 |
+
'0': intrinsic
|
58 |
+
'1': extrinsic
|
59 |
- name: hallucinated_span_start
|
60 |
dtype: int32
|
61 |
- name: hallucinated_span_end
|