Automatic Speech Recognition
Transformers
Safetensors
meralion2
meralion
meralion-2
custom_code
ssfei81 commited on
Commit
ed3af08
·
verified ·
1 Parent(s): 92b5f7f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
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: &lt;TextHere&gt;
777
  Follow the text instruction based on the following audio: &lt;SpeechHere&gt;
778
  </pre>
@@ -784,6 +783,14 @@ Instruction: &lt;TextHere&gt;
784
  Follow the text instruction based on the following audio: &lt;SpeechHere&gt;
785
  </pre>
786
 
 
 
 
 
 
 
 
 
787
  ### Load and Use the Model
788
 
789
  ```python
 
772
 
773
  **Prompt examples**
774
  <pre>
 
775
  Instruction: &lt;TextHere&gt;
776
  Follow the text instruction based on the following audio: &lt;SpeechHere&gt;
777
  </pre>
 
783
  Follow the text instruction based on the following audio: &lt;SpeechHere&gt;
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