tsnngw commited on
Commit
02598d4
·
verified ·
1 Parent(s): 8559d18

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -16,12 +16,12 @@ metrics:
16
 
17
  # **CaReAQA: Audio-Based Question Answering Model**
18
 
19
- CaReAQA is an **audio-based question answering (QA) model** that integrates an **audio encoder (OPERA-CE)** with a **pretrained LLaMA language model** to process spoken queries and generate text responses.
20
 
21
  ## **Model Information**
22
 
23
  CaReAQA is built to handle **open-ended spoken question answering**. It is designed to process **audio input**, extract relevant linguistic information, and generate text-based responses. The model follows a **two-stage pipeline**:
24
- 1. **Audio Encoding** - Uses a **pretrained OPERA-CE encoder** to process speech signals.
25
  2. **Text Generation** - Uses a **fine-tuned LLaMA model** to generate answers.
26
 
27
  The model supports:
 
16
 
17
  # **CaReAQA: Audio-Based Question Answering Model**
18
 
19
+ CaReAQA is an **audio-based question answering (QA) model** that integrates an **audio encoder** with a **pretrained language model** to process spoken queries and generate text responses.
20
 
21
  ## **Model Information**
22
 
23
  CaReAQA is built to handle **open-ended spoken question answering**. It is designed to process **audio input**, extract relevant linguistic information, and generate text-based responses. The model follows a **two-stage pipeline**:
24
+ 1. **Audio Encoding** - Uses a **pretrained encoder** to process speech signals.
25
  2. **Text Generation** - Uses a **fine-tuned LLaMA model** to generate answers.
26
 
27
  The model supports: