Upload argilla.yaml with huggingface_hub
Browse files- argilla.yaml +30 -0
argilla.yaml
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
allow_extra_metadata: true
|
| 2 |
+
fields:
|
| 3 |
+
- name: source
|
| 4 |
+
required: true
|
| 5 |
+
title: Source
|
| 6 |
+
type: text
|
| 7 |
+
use_markdown: false
|
| 8 |
+
- name: chosen
|
| 9 |
+
required: true
|
| 10 |
+
title: Option 1
|
| 11 |
+
type: text
|
| 12 |
+
use_markdown: false
|
| 13 |
+
- name: rejected
|
| 14 |
+
required: true
|
| 15 |
+
title: Option 2
|
| 16 |
+
type: text
|
| 17 |
+
use_markdown: false
|
| 18 |
+
guidelines: null
|
| 19 |
+
metadata_properties: null
|
| 20 |
+
questions:
|
| 21 |
+
- description: Choose the most helpful, harmless, and truthful response. Select 1
|
| 22 |
+
for response-1, 2 for response-2, or discard if both are equally good/bad.
|
| 23 |
+
name: win
|
| 24 |
+
required: true
|
| 25 |
+
title: 'Choose the best response:'
|
| 26 |
+
type: rating
|
| 27 |
+
values:
|
| 28 |
+
- 1
|
| 29 |
+
- 2
|
| 30 |
+
vectors_settings: null
|