nielsr HF staff commited on
Commit
be53961
·
verified ·
1 Parent(s): e0335e2

Update pipeline tag, add library name, link to Github and paper

Browse files

This PR updates the model card by:

- fixing the pipeline tag such that it can now be found at https://huggingface.co/models?pipeline_tag=automatic-speech-recognition&sort=trending
- it also adds a `library_name`, indicating its compatibility with the Transformers library
- includes a link to the Github repository
- includes a link to the paper

Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
  license: apache-2.0
3
- pipeline_tag: audio-text-to-text
 
4
  ---
5
 
6
  # 1. Step-Audio-Chat
@@ -177,4 +178,4 @@ This repository contains the Multimodal Large Language Model (LLM) component of
177
 
178
  ## 3. More information
179
 
180
- For more information, please refer to our repository: [Step-Audio](https://github.com/stepfun-ai/Step-Audio).
 
1
  ---
2
  license: apache-2.0
3
+ pipeline_tag: automatic-speech-recognition
4
+ library_name: transformers
5
  ---
6
 
7
  # 1. Step-Audio-Chat
 
178
 
179
  ## 3. More information
180
 
181
+ For more information, please refer to our repository: [Step-Audio](https://github.com/stepfun-ai/Step-Audio) and the paper [Step-Audio: Unified Understanding and Generation in Intelligent Speech Interaction](https://hf.co/papers/2502.11946).