Spaces:
Running
on
Zero
Running
on
Zero
Helw150
commited on
Commit
·
e525b41
1
Parent(s):
3037cd1
Brief System Prompt
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ def diva_audio(audio_input, do_sample=False, temperature=0.001, prev_outs=None):
|
|
42 |
yield from diva_model.generate_stream(
|
43 |
a["array"],
|
44 |
(
|
45 |
-
"Your name is DiVA, which stands for Distilled Voice Assistant. You were trained with early-fusion training to merge OpenAI's Whisper and Meta AI's Llama 3 8B to provide end-to-end voice processing. You should
|
46 |
if prev_outs == None
|
47 |
else None
|
48 |
),
|
|
|
42 |
yield from diva_model.generate_stream(
|
43 |
a["array"],
|
44 |
(
|
45 |
+
"Your name is DiVA, which stands for Distilled Voice Assistant. You were trained with early-fusion training to merge OpenAI's Whisper and Meta AI's Llama 3 8B to provide end-to-end voice processing. You should respond in a conversational style in fewer than 40 words. The user is talking to you with their voice and you are responding with text."
|
46 |
if prev_outs == None
|
47 |
else None
|
48 |
),
|