nielsr HF Staff commited on
Commit
74f9c68
·
verified ·
1 Parent(s): 2a83e72

Update pipeline tag to audio-text-to-text

Browse files

This PR updates the `pipeline_tag` metadata from `audio-to-audio` to `audio-text-to-text`. This change more accurately reflects the model's capabilities, as described in its paper abstract and model card, indicating its multimodal input (audio and text) and text generation capabilities. This ensures better discoverability for users searching for models with this specific functionality 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: mit
4
  datasets:
5
  - slprl/sTinyStories
6
  language:
7
  - en
8
- base_model:
9
- - Qwen/Qwen2.5-7B
10
- pipeline_tag: audio-to-audio
11
  ---
12
 
13
  # Scaling Analysis of Interleaved Speech-Text Language Models
 
1
  ---
2
+ base_model:
3
+ - Qwen/Qwen2.5-7B
4
  datasets:
5
  - slprl/sTinyStories
6
  language:
7
  - en
8
+ library_name: transformers
9
+ license: mit
10
+ pipeline_tag: audio-text-to-text
11
  ---
12
 
13
  # Scaling Analysis of Interleaved Speech-Text Language Models