File size: 1,238 Bytes
ab27d18 |
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 |
allow_extra_metadata: true
fields:
- name: prompt
required: true
title: Prompt
type: !!python/object/apply:argilla.client.feedback.schemas.enums.FieldTypes
- text
use_markdown: true
- name: context
required: false
title: Context
type: !!python/object/apply:argilla.client.feedback.schemas.enums.FieldTypes
- 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
name: response
required: true
title: Response
type: !!python/object/apply:argilla.client.feedback.schemas.enums.QuestionTypes
- text
use_markdown: true
|