snli-small / argilla.yaml
plaguss's picture
plaguss HF staff
Upload argilla.yaml with huggingface_hub
61ed564
raw
history blame
No virus
879 Bytes
fields:
- name: premise
required: true
settings:
type: text
use_markdown: false
title: A string used to determine the truthfulness of the hypothesis
type: text
use_markdown: false
- name: hypothesis
required: true
settings:
type: text
use_markdown: false
title: A string that may be true, false, or whose truth conditions may not be knowable
when compared to the premise
type: text
use_markdown: false
guidelines: null
questions:
- description: null
labels:
'0': entails
'1': neutral
'2': contradict
name: label
required: true
settings:
options:
- text: entails
value: '0'
- text: neutral
value: '1'
- text: contradict
value: '2'
type: label_selection
visible_options: null
title: Is the response relevant for the given prompt?
type: label_selection
visible_labels: null