Create zero-shot_generated_datasets
Browse files- zero-shot_generated_datasets +47 -0
zero-shot_generated_datasets
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
type: collective_task
|
2 |
+
dataset_splits: ['train', 'dev']
|
3 |
+
tasks:
|
4 |
+
- name: zero_shot_translation
|
5 |
+
pipeline_labels: [pypeline@tensorflow]
|
6 |
+
task_labels: [translate]
|
7 |
+
inputs:
|
8 |
+
- type: text
|
9 |
+
format: json
|
10 |
+
prompt: Free-form text, no formatting restrictions
|
11 |
+
expected_input_types: ["text"]
|
12 |
+
examples: {"en": "<UNSAFE>Hello world</UNSAFE>", "de": "<UNSAFE>Hallo Welt</UNSAFE>"}
|
13 |
+
outputs:
|
14 |
+
- type: text
|
15 |
+
format: json
|
16 |
+
prompt: Free-form text, no formatting restrictions
|
17 |
+
expected_output_types: ["text"]
|
18 |
+
examples: {"en": "<UNSAFE>I am a large language model.</UNSAFE>", "de": "<UNSAFE>Ich bin ein grosses Sprachmodell.</UNSAFE>"}
|
19 |
+
pipeline_params: {}
|
20 |
+
- name: text_to_speech
|
21 |
+
pipeline_labels: [pypeline@transformerxlsp]
|
22 |
+
task_labels: [tts]
|
23 |
+
inputs:
|
24 |
+
- type: text
|
25 |
+
format: json
|
26 |
+
prompt: Markdown, HTML, Unicode, or LaTeX, but avoid complex math notation
|
27 |
+
example: <INLINE(markdown)>title="Hello World!"<\\title><::post.body=\\\nThis \\sout{is} an *italicized* text post.*</UNORDEREDLIST></UNORDEREDLIST><POST>```bash
|
28 |
+
{<UNKNOWN system="user">...<}</UNKNOWN>`````.rst
|
29 |
+
<BLANKS/>
|
30 |
+
metadata: {'tags': '<MARQUEE><FONT COLOR="#FF0000"><B>ROCK MUSIC</B></FONT></MARQUEE>'|None<TAG>}
|
31 |
+
expected_input_types: ["text"]
|
32 |
+
examples: {EN: {"<UNSAFE><HTML><h1>Hello, TTS Engine!
|
33 |
+
It works!</h1></HTML>">"}, DE: {"<UNSAFE><HTML><h1>Hallo, Synthetische Stimme! Klar kommt hier das auf Deutsch auch klapp.<br />Wenn's geht gibt es ja bald mehr davon ...<hr /><span style='font-family:Monospace'>#OpenSource #Synthesizer</span>
|
34 |
+
// Einige Werte kann ich noch nicht liefern da keine Implementierung vorliegt.</h1>"}}}, {"<HTML><HEAD>...</HEAD><BODY><P> </P> </BODY></HTML>:<MARQUEE><FONT COLOR="#FF0000"><B>JAZZ MUSIC</B></FONT></MARQUEE>{tag: 'jazz'}"/>}}`)}</INPUT>
|
35 |
+
outputs:
|
36 |
+
- type: audio
|
37 |
+
format: wav, opus, m4a
|
38 |
+
bitrate: 64kbps+
|
39 |
+
channel_count: 1
|
40 |
+
sample_rate: 22kHz+
|
41 |
+
rate: monophonic
|
42 |
+
pitch_range: 0.5-4 octaves
|
43 |
+
speed_range: +/- 5%
|
44 |
+
vibrato_depth: maximum of 3 semitones
|
45 |
+
dynamics_range: ppp-fff
|
46 |
+
silence_padding: >=8ms
|
47 |
+
prompt: Melodies, up to two verses per submission, please separate with commas. Monophony encouraged, unless improvisational techniques warrant chord progressions. Examples in EN, DE, ES, FR: {"en": "[0.7, 1, Eb4], 'Mary had a little lamb',[0.9, 1, Ab3,'Twinkle twinkle
|