Upload argilla.yaml with huggingface_hub
Browse files- argilla.yaml +7 -5
argilla.yaml
CHANGED
@@ -4,7 +4,7 @@ fields:
|
|
4 |
settings:
|
5 |
type: text
|
6 |
use_markdown: false
|
7 |
-
title:
|
8 |
type: text
|
9 |
use_markdown: false
|
10 |
- name: hypothesis
|
@@ -12,11 +12,12 @@ fields:
|
|
12 |
settings:
|
13 |
type: text
|
14 |
use_markdown: false
|
15 |
-
title:
|
16 |
-
when compared to the premise
|
17 |
type: text
|
18 |
use_markdown: false
|
19 |
-
guidelines:
|
|
|
|
|
20 |
questions:
|
21 |
- description: null
|
22 |
labels:
|
@@ -35,6 +36,7 @@ questions:
|
|
35 |
value: '2'
|
36 |
type: label_selection
|
37 |
visible_options: null
|
38 |
-
title:
|
|
|
39 |
type: label_selection
|
40 |
visible_labels: null
|
|
|
4 |
settings:
|
5 |
type: text
|
6 |
use_markdown: false
|
7 |
+
title: Premise
|
8 |
type: text
|
9 |
use_markdown: false
|
10 |
- name: hypothesis
|
|
|
12 |
settings:
|
13 |
type: text
|
14 |
use_markdown: false
|
15 |
+
title: Hypothesis
|
|
|
16 |
type: text
|
17 |
use_markdown: false
|
18 |
+
guidelines: 'Premise: A string used to determine the truthfulness of the hypothesis,
|
19 |
+
Hypothesis: A string that may be true, false, or whose truth conditions may not
|
20 |
+
be knowable when compared to the premise'
|
21 |
questions:
|
22 |
- description: null
|
23 |
labels:
|
|
|
36 |
value: '2'
|
37 |
type: label_selection
|
38 |
visible_options: null
|
39 |
+
title: The hypothesis entails the premise, neither entails nor contradict each other,
|
40 |
+
or the hypothesis contradicts the premise?
|
41 |
type: label_selection
|
42 |
visible_labels: null
|