Commit
·
6b056a2
1
Parent(s):
8dfcbcb
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: sentence1
|
4 |
+
required: true
|
5 |
+
title: Sentence1
|
6 |
+
type: text
|
7 |
+
use_markdown: false
|
8 |
+
- name: sentence2
|
9 |
+
required: true
|
10 |
+
title: Sentence2
|
11 |
+
type: text
|
12 |
+
use_markdown: false
|
13 |
+
guidelines: This is a sentence similarity dataset that contains two sentences. Please
|
14 |
+
rate the similarity between the two sentences.
|
15 |
+
metadata_properties: null
|
16 |
+
questions:
|
17 |
+
- description: null
|
18 |
+
name: similarity
|
19 |
+
required: true
|
20 |
+
title: Similarity
|
21 |
+
type: rating
|
22 |
+
values:
|
23 |
+
- 1
|
24 |
+
- 2
|
25 |
+
- 3
|
26 |
+
- 4
|
27 |
+
- 5
|
28 |
+
- 6
|
29 |
+
- 7
|
30 |
+
vectors_settings: null
|