Yingxu He commited on
Commit
4ae2931
·
verified ·
1 Parent(s): 9f11972

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -8
README.md CHANGED
@@ -16,16 +16,18 @@ datasets:
16
  base_model:
17
  - openai/whisper-large-v2
18
  widget:
19
- - example_title: Librispeech sample 1
 
 
 
 
20
  src: IMDA_conversation.wav
21
  output:
22
- text: >-
23
- USER: Recognize the speech and give me the transcription.
24
-
25
- ASSISTANT:Going along slushy country roads and speaking to damp audiences
26
- in drafty schoolrooms day after day for a fortnight he’ll have to put in
27
- an appearance at some place of worship on sunday morning and he can come
28
- to us immediately afterwards
29
  ---
30
 
31
  # MERaLiON
 
16
  base_model:
17
  - openai/whisper-large-v2
18
  widget:
19
+ - example_title: Librispeech ASR
20
+ src: librispeech_clean.wav
21
+ output:
22
+ text: "USER: Please transcribe this speech.\nASSISTANT:<Speaker1>: When they were outside, Ung simply latched the door and started up the path."
23
+ - example_title: IMDA conversation ASR
24
  src: IMDA_conversation.wav
25
  output:
26
+ text: "USER: Please turn this speech into written format.\nASSISTANT:<Speaker1>: Okay, (um) in that case, (uh) how do I apply? <Speaker2>: Alright, you can just (um) apply it online and then (um) we'll need some documents from you. (um) let's say the bank statement with your address and your name, and also the (um) Nsf card that you have to enjoy the promotion. <Speaker1>: (mmhmm) (mmhmm) (mmhmm) [ah] I see the green one, right?"
27
+ - example_title: IMDA conversation SQA
28
+ src: IMDA_conversation.wav
29
+ output:
30
+ text: "USER: Please briefly summarize this conversation.\nASSISTANT:Speaker1 and Speaker2 discussed the application process for a promotion. Speaker2 explained that the application can be done online and provided a list of required documents, including a bank statement with the applicant's address and name, and an NSF card. Speaker1 acknowledged the information and confirmed the details of the required documents."
 
 
31
  ---
32
 
33
  # MERaLiON