sdiazlor commited on
Commit
1196354
·
1 Parent(s): 961b0e7

Upload argilla.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. argilla.yaml +61 -0
argilla.yaml ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ allow_extra_metadata: false
2
+ fields:
3
+ - name: content
4
+ required: true
5
+ title: Content
6
+ type: text
7
+ use_markdown: true
8
+ guidelines: Please, read the question carefully and try to answer it as accurately
9
+ as possible.
10
+ metadata_properties:
11
+ - name: groups
12
+ title: Annotation groups
13
+ type: terms
14
+ values:
15
+ - group-a
16
+ - group-b
17
+ - group-c
18
+ visible_for_annotators: true
19
+ - name: media
20
+ title: Media source
21
+ type: terms
22
+ values:
23
+ - video
24
+ - audio
25
+ - image
26
+ visible_for_annotators: true
27
+ - name: source-dataset
28
+ title: Original dataset source
29
+ type: terms
30
+ values: null
31
+ visible_for_annotators: true
32
+ questions:
33
+ - description: null
34
+ name: description
35
+ required: true
36
+ title: Describe the content of the media.
37
+ type: text
38
+ use_markdown: true
39
+ - description: null
40
+ name: quality
41
+ required: true
42
+ title: Quality
43
+ type: rating
44
+ values:
45
+ - 1
46
+ - 2
47
+ - 3
48
+ - 4
49
+ - 5
50
+ - description: null
51
+ labels:
52
+ - Children
53
+ - Teens
54
+ - Adults
55
+ - All Ages
56
+ name: age_group
57
+ required: true
58
+ title: Age_group
59
+ type: label_selection
60
+ visible_labels: null
61
+ vectors_settings: null