Create argilla.yaml
Browse files- argilla.yaml +30 -0
argilla.yaml
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fields:
|
2 |
+
- name: audio
|
3 |
+
required: true
|
4 |
+
settings:
|
5 |
+
type: audio
|
6 |
+
title: Audio File
|
7 |
+
type: audio
|
8 |
+
|
9 |
+
- name: transcription
|
10 |
+
required: true
|
11 |
+
settings:
|
12 |
+
type: text
|
13 |
+
use_markdown: false
|
14 |
+
title: Transcription
|
15 |
+
type: text
|
16 |
+
use_markdown: false
|
17 |
+
|
18 |
+
guidelines: Guidelines for annotating the audio and correcting the transcription.
|
19 |
+
|
20 |
+
questions:
|
21 |
+
- description: Please listen to the audio and correct the transcription if necessary.
|
22 |
+
labels: null
|
23 |
+
name: transcription_correction
|
24 |
+
required: true
|
25 |
+
settings:
|
26 |
+
type: text
|
27 |
+
use_markdown: false
|
28 |
+
title: Transcription Correction
|
29 |
+
type: text
|
30 |
+
use_markdown: false
|