nielsr HF Staff commited on
Commit
b3ddeb7
·
verified ·
1 Parent(s): 9394ef9

Add pipeline tag, license and library name

Browse files

This PR adds the pipeline tag and library name to the model card, which will enable it to be found at https://huggingface.co/models?pipeline_tag=audio-text-to-text.
It also adds the appropriate Apache 2.0 license.

Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -1,3 +1,9 @@
 
 
 
 
 
 
1
  # 🦙🎧 LLaMA-Omni 2: LLM-based Real-time Spoken Chatbot with Autoregressive Streaming Speech Synthesis
2
 
3
  > **Authors: [Qingkai Fang](https://fangqingkai.github.io/), [Yan Zhou](https://zhouyan19.github.io/zhouyan/), [Shoutao Guo](https://scholar.google.com/citations?hl=en&user=XwHtPyAAAAAJ), [Shaolei Zhang](https://zhangshaolei1998.github.io/), [Yang Feng*](https://people.ucas.edu.cn/~yangfeng?language=en)**
@@ -152,4 +158,4 @@ If our work is useful for you, please cite as:
152
  year={2025},
153
  url={https://openreview.net/forum?id=PYmrUQmMEw}
154
  }
155
- ```
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: transformers
4
+ pipeline_tag: audio-text-to-text
5
+ ---
6
+
7
  # 🦙🎧 LLaMA-Omni 2: LLM-based Real-time Spoken Chatbot with Autoregressive Streaming Speech Synthesis
8
 
9
  > **Authors: [Qingkai Fang](https://fangqingkai.github.io/), [Yan Zhou](https://zhouyan19.github.io/zhouyan/), [Shoutao Guo](https://scholar.google.com/citations?hl=en&user=XwHtPyAAAAAJ), [Shaolei Zhang](https://zhangshaolei1998.github.io/), [Yang Feng*](https://people.ucas.edu.cn/~yangfeng?language=en)**
 
158
  year={2025},
159
  url={https://openreview.net/forum?id=PYmrUQmMEw}
160
  }
161
+ ```