Commit
·
ab27d18
1
Parent(s):
29dbc58
Upload argilla.yaml with huggingface_hub
Browse files- argilla.yaml +49 -0
argilla.yaml
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
allow_extra_metadata: true
|
2 |
+
fields:
|
3 |
+
- name: prompt
|
4 |
+
required: true
|
5 |
+
title: Prompt
|
6 |
+
type: !!python/object/apply:argilla.client.feedback.schemas.enums.FieldTypes
|
7 |
+
- text
|
8 |
+
use_markdown: true
|
9 |
+
- name: context
|
10 |
+
required: false
|
11 |
+
title: Context
|
12 |
+
type: !!python/object/apply:argilla.client.feedback.schemas.enums.FieldTypes
|
13 |
+
- text
|
14 |
+
use_markdown: true
|
15 |
+
guidelines: This is a supervised fine-tuning dataset that contains instructions. Please
|
16 |
+
write the response to the instruction in the response field. Take the context into
|
17 |
+
account when writing the response.
|
18 |
+
metadata_properties:
|
19 |
+
- max: null
|
20 |
+
min: null
|
21 |
+
name: n_characters
|
22 |
+
title: No. of characters
|
23 |
+
type: integer
|
24 |
+
visible_for_annotators: true
|
25 |
+
- name: passed_quality_check
|
26 |
+
title: Passed quality check?
|
27 |
+
type: terms
|
28 |
+
values: null
|
29 |
+
visible_for_annotators: true
|
30 |
+
- max: null
|
31 |
+
min: null
|
32 |
+
name: flesch_reading_ease
|
33 |
+
title: Reading ease
|
34 |
+
type: float
|
35 |
+
visible_for_annotators: true
|
36 |
+
- max: null
|
37 |
+
min: null
|
38 |
+
name: entropy
|
39 |
+
title: Entropy
|
40 |
+
type: float
|
41 |
+
visible_for_annotators: true
|
42 |
+
questions:
|
43 |
+
- description: null
|
44 |
+
name: response
|
45 |
+
required: true
|
46 |
+
title: Response
|
47 |
+
type: !!python/object/apply:argilla.client.feedback.schemas.enums.QuestionTypes
|
48 |
+
- text
|
49 |
+
use_markdown: true
|