File size: 1,408 Bytes
2c8476f |
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 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 |
allow_extra_metadata: true
fields:
- name: prompt
required: true
title: Prompt
type: text
use_markdown: true
- name: context
required: false
title: Context
type: text
use_markdown: true
guidelines: This is a supervised fine-tuning dataset that contains instructions. Please
write the response to the instruction in the response field. Take the context into
account when writing the response.
metadata_properties:
- max: null
min: null
name: n_characters
title: No. of characters
type: integer
visible_for_annotators: true
- name: passed_quality_check
title: Passed quality check?
type: terms
values: null
visible_for_annotators: true
- max: null
min: null
name: flesch_reading_ease
title: Reading ease
type: float
visible_for_annotators: true
- max: null
min: null
name: entropy
title: Entropy
type: float
visible_for_annotators: true
questions:
- description: null
labels:
- closed_qa
- classification
- open_qa
- information_extraction
- brainstorming
- general_qa
- summarization
- creative_writing
name: class
required: true
title: Classify the instruction according to its class
type: label_selection
visible_labels: null
- description: null
name: response
required: true
title: Response
type: text
use_markdown: true
vectors_settings:
- dimensions: 768
name: prompt-similarity
title: prompt-similarity
|