khalilayeb
commited on
Commit
•
36f3b56
1
Parent(s):
042dd31
Upload argilla.yaml with huggingface_hub
Browse files- argilla.yaml +21 -0
argilla.yaml
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
allow_extra_metadata: true
|
2 |
+
fields:
|
3 |
+
- name: text
|
4 |
+
required: true
|
5 |
+
title: Text
|
6 |
+
type: text
|
7 |
+
use_markdown: false
|
8 |
+
guidelines: Classify the sentiment of the text.
|
9 |
+
metadata_properties: null
|
10 |
+
questions:
|
11 |
+
- description: null
|
12 |
+
labels:
|
13 |
+
- positive
|
14 |
+
- neutral
|
15 |
+
- negative
|
16 |
+
name: sentiment
|
17 |
+
required: true
|
18 |
+
title: Sentiment
|
19 |
+
type: label_selection
|
20 |
+
visible_labels: null
|
21 |
+
vectors_settings: null
|