Commit
•
6cec6b4
1
Parent(s):
933c76c
Remove `PyYAML` python types
Browse files- argilla.yaml +2 -2
argilla.yaml
CHANGED
@@ -3,13 +3,13 @@ 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
|
|
|
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
|