Audio-to-Audio
Transformers
Safetensors
English
speech_language_model
nielsr HF Staff commited on
Commit
80eabb9
·
verified ·
1 Parent(s): 847146d

Update pipeline tag to audio-text-to-text

Browse files

This 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.

Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -1,13 +1,13 @@
1
  ---
2
- library_name: transformers
3
- license: llama3.2
4
  datasets:
5
  - slprl/sTinyStories
6
  language:
7
  - en
8
- base_model:
9
- - meta-llama/Llama-3.2-3B
10
- pipeline_tag: audio-to-audio
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