Upload argilla.yaml with huggingface_hub
Browse files- argilla.yaml +40 -0
argilla.yaml
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fields:
|
2 |
+
- name: premise
|
3 |
+
required: true
|
4 |
+
settings:
|
5 |
+
type: text
|
6 |
+
use_markdown: false
|
7 |
+
title: A string used to determine the truthfulness of the hypothesis
|
8 |
+
type: text
|
9 |
+
use_markdown: false
|
10 |
+
- name: hypothesis
|
11 |
+
required: true
|
12 |
+
settings:
|
13 |
+
type: text
|
14 |
+
use_markdown: false
|
15 |
+
title: A string that may be true, false, or whose truth conditions may not be knowable
|
16 |
+
when compared to the premise
|
17 |
+
type: text
|
18 |
+
use_markdown: false
|
19 |
+
guidelines: null
|
20 |
+
questions:
|
21 |
+
- description: null
|
22 |
+
labels:
|
23 |
+
'0': entails
|
24 |
+
'1': neutral
|
25 |
+
'2': contradict
|
26 |
+
name: label
|
27 |
+
required: true
|
28 |
+
settings:
|
29 |
+
options:
|
30 |
+
- text: entails
|
31 |
+
value: '0'
|
32 |
+
- text: neutral
|
33 |
+
value: '1'
|
34 |
+
- text: contradict
|
35 |
+
value: '2'
|
36 |
+
type: label_selection
|
37 |
+
visible_options: null
|
38 |
+
title: Is the response relevant for the given prompt?
|
39 |
+
type: label_selection
|
40 |
+
visible_labels: null
|