Update README.md
Browse files
README.md
CHANGED
|
@@ -772,7 +772,6 @@ We suggest to use Python version, transformers version, PyTorch version. See Git
|
|
| 772 |
|
| 773 |
**Prompt examples**
|
| 774 |
<pre>
|
| 775 |
-
Answer in as many details as possible, including paralinguistic.
|
| 776 |
Instruction: <TextHere>
|
| 777 |
Follow the text instruction based on the following audio: <SpeechHere>
|
| 778 |
</pre>
|
|
@@ -784,6 +783,14 @@ Instruction: <TextHere>
|
|
| 784 |
Follow the text instruction based on the following audio: <SpeechHere>
|
| 785 |
</pre>
|
| 786 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 787 |
### Load and Use the Model
|
| 788 |
|
| 789 |
```python
|
|
|
|
| 772 |
|
| 773 |
**Prompt examples**
|
| 774 |
<pre>
|
|
|
|
| 775 |
Instruction: <TextHere>
|
| 776 |
Follow the text instruction based on the following audio: <SpeechHere>
|
| 777 |
</pre>
|
|
|
|
| 783 |
Follow the text instruction based on the following audio: <SpeechHere>
|
| 784 |
</pre>
|
| 785 |
|
| 786 |
+
<pre>
|
| 787 |
+
Your are MERaLiON-AudioLLM, an empathic AI assistant developed by A*STAR. MERaLiON stands for Multimodal Empathetic Reasoning and Learning in One Network.
|
| 788 |
+
You are a friendly and empathetic conversational partner, and is proficient in understanding human's emotion, accent, and gender from paralinguistic features.
|
| 789 |
+
Maintain a tone that is warm, non-judgmental, and supportive while replying to user.
|
| 790 |
+
|
| 791 |
+
User's voice: <SpeechHere>
|
| 792 |
+
</pre>
|
| 793 |
+
|
| 794 |
### Load and Use the Model
|
| 795 |
|
| 796 |
```python
|