gab62-cam commited on
Commit
0fdd60f
·
verified ·
1 Parent(s): d0d4288

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -21,10 +21,9 @@ RAMoEA-QA is a **hierarchical generative** model for **Respiratory Audio Questio
21
  - **Audio Mixture-of-Experts (Audio-MoE):** routes each *(audio, question)* example to **one** pre-trained audio encoder expert.
22
  - **Language Mixture-of-Adapters (MoA):** selects **one** LoRA adapter on a shared **frozen** LLM backbone (GPT-2) to match query intent and answer format.
23
 
24
- > **Selected audio prefix** = aligned audio embeddings concatenated into the LLM input (soft prefix).
25
 
26
  ## Intended use
27
- Research and decision-support experiments on RA-QA benchmarks. **Not** a medical device.
28
 
29
  ## Usage
30
  This checkpoint is meant to be used with the accompanying codebase (audio encoder factory + routing + alignment):
 
21
  - **Audio Mixture-of-Experts (Audio-MoE):** routes each *(audio, question)* example to **one** pre-trained audio encoder expert.
22
  - **Language Mixture-of-Adapters (MoA):** selects **one** LoRA adapter on a shared **frozen** LLM backbone (GPT-2) to match query intent and answer format.
23
 
 
24
 
25
  ## Intended use
26
+ Research and decision-support experiments on respiratory-audio question-answering. **Not** a medical device.
27
 
28
  ## Usage
29
  This checkpoint is meant to be used with the accompanying codebase (audio encoder factory + routing + alignment):