Update pipeline tag to audio-text-to-text
Browse filesThis PR updates the `pipeline_tag` for the model card from `audio-to-audio` to `audio-text-to-text`.
The model is described as an "Interleaved Speech-Text Language Model" that can generate "speech or text continuations over discrete Hubert tokens given speech-text prompts." This indicates that it processes both speech and text as input and can generate both speech (via vocoding Hubert tokens) and text as output. The `audio-text-to-text` pipeline tag accurately reflects this multi-modal input and output capability, improving the model's discoverability and categorization on the Hugging Face Hub.
README.md
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
datasets:
|
5 |
- slprl/sTinyStories
|
6 |
language:
|
7 |
- en
|
8 |
-
|
9 |
-
|
10 |
-
pipeline_tag: audio-to-
|
11 |
---
|
12 |
|
13 |
# Scaling Analysis of Interleaved Speech-Text Language Models
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- meta-llama/Llama-3.2-3B
|
4 |
datasets:
|
5 |
- slprl/sTinyStories
|
6 |
language:
|
7 |
- en
|
8 |
+
library_name: transformers
|
9 |
+
license: llama3.2
|
10 |
+
pipeline_tag: audio-text-to-text
|
11 |
---
|
12 |
|
13 |
# Scaling Analysis of Interleaved Speech-Text Language Models
|