nielsr HF Staff commited on
Commit
0c3562a
·
verified ·
1 Parent(s): 50291b4

Add model card metadata: pipeline tag, library name and license

Browse files

This PR adds the `pipeline_tag`, `library_name` and `license` to the model card metadata.

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
+ ```