Add library_name: transformers to metadata
Browse filesThis PR improves the model card by adding the `library_name: transformers` metadata tag.
This change is based on evidence from the `config.json` (`"architectures": ["VibeVoiceForConditionalGeneration"]`, `"transformers_version": "4.51.3"`) and `preprocessor_config.json` (`"processor_class": "VibeVoiceProcessor"`), indicating compatibility with the `transformers` library. Adding this tag will enable the automated "how to use" widget on the model page, making it easier for users to interact with the model.
No other changes are made, as the existing paper, code, and project page links are accurate, and no `transformers` Python sample usage was explicitly found in the GitHub README.
README.md
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
---
|
2 |
-
license: mit
|
3 |
language:
|
4 |
- en
|
5 |
- zh
|
|
|
6 |
pipeline_tag: text-to-speech
|
7 |
tags:
|
8 |
- Podcast
|
|
|
9 |
---
|
10 |
|
11 |
## VibeVoice: A Frontier Open-Source Text-to-Speech Model
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- en
|
4 |
- zh
|
5 |
+
license: mit
|
6 |
pipeline_tag: text-to-speech
|
7 |
tags:
|
8 |
- Podcast
|
9 |
+
library_name: transformers
|
10 |
---
|
11 |
|
12 |
## VibeVoice: A Frontier Open-Source Text-to-Speech Model
|