Commit
•
1ac225d
1
Parent(s):
4509505
Fix `PyYAML` export
Browse files- argilla.yaml +3 -6
argilla.yaml
CHANGED
@@ -3,14 +3,12 @@ fields:
|
|
3 |
- name: prompt
|
4 |
required: true
|
5 |
title: Prompt
|
6 |
-
type:
|
7 |
-
- text
|
8 |
use_markdown: true
|
9 |
- name: context
|
10 |
required: false
|
11 |
title: Context
|
12 |
-
type:
|
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
|
@@ -44,6 +42,5 @@ questions:
|
|
44 |
name: response
|
45 |
required: true
|
46 |
title: Response
|
47 |
-
type:
|
48 |
-
- text
|
49 |
use_markdown: true
|
|
|
3 |
- name: prompt
|
4 |
required: true
|
5 |
title: Prompt
|
6 |
+
type: text
|
|
|
7 |
use_markdown: true
|
8 |
- name: context
|
9 |
required: false
|
10 |
title: Context
|
11 |
+
type: text
|
|
|
12 |
use_markdown: true
|
13 |
guidelines: This is a supervised fine-tuning dataset that contains instructions. Please
|
14 |
write the response to the instruction in the response field. Take the context into
|
|
|
42 |
name: response
|
43 |
required: true
|
44 |
title: Response
|
45 |
+
type: text
|
|
|
46 |
use_markdown: true
|