Add pipeline tag and library name
Browse filesThis PR adds the pipeline tag (audio-to-audio), as well as the library name (transformers). This ensures it can be found at https://huggingface.co/models?pipeline_tag=audio-to-audio as well as makes the model easier to use by linking the model with the Transformers library, so that the 'how to use' button appears on the top.
README.md
CHANGED
|
@@ -1,8 +1,11 @@
|
|
| 1 |
---
|
| 2 |
-
license: mit
|
| 3 |
language:
|
| 4 |
- en
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
|
|
|
| 6 |
# MagiCodec: Simple Masked Gaussian-Injected Audio Codec for High-Fidelity Reconstruction & Generation
|
| 7 |
|
| 8 |
[](https://github.com/Ereboas/MagiCodec)
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
+
license: mit
|
| 5 |
+
pipeline_tag: audio-to-audio
|
| 6 |
+
library_name: transformers
|
| 7 |
---
|
| 8 |
+
|
| 9 |
# MagiCodec: Simple Masked Gaussian-Injected Audio Codec for High-Fidelity Reconstruction & Generation
|
| 10 |
|
| 11 |
[](https://github.com/Ereboas/MagiCodec)
|