Update README.md
Browse files
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
|
| 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):
|