Add pipeline tag and library_name
#1
by
nielsr
HF staff
- opened
README.md
CHANGED
@@ -3,7 +3,10 @@ license: cc-by-4.0
|
|
3 |
tags:
|
4 |
- audio quality
|
5 |
- audio aesthetics
|
|
|
|
|
6 |
---
|
|
|
7 |
# Model Summary
|
8 |
audiobox-aesthetics is a unified automatic quality assessment for speech, music, and sound.
|
9 |
|
@@ -94,4 +97,4 @@ If you found this repository useful, please cite the following BibTeX entry.
|
|
94 |
```
|
95 |
## License
|
96 |
The majority of audiobox-aesthetics is licensed under CC-BY 4.0, as found in the LICENSE file.
|
97 |
-
However, portions of the project are available under separate license terms: [https://github.com/microsoft/unilm](https://github.com/microsoft/unilm) is licensed under MIT license.
|
|
|
3 |
tags:
|
4 |
- audio quality
|
5 |
- audio aesthetics
|
6 |
+
library_name: pytorch
|
7 |
+
pipeline_tag: audio-classification
|
8 |
---
|
9 |
+
|
10 |
# Model Summary
|
11 |
audiobox-aesthetics is a unified automatic quality assessment for speech, music, and sound.
|
12 |
|
|
|
97 |
```
|
98 |
## License
|
99 |
The majority of audiobox-aesthetics is licensed under CC-BY 4.0, as found in the LICENSE file.
|
100 |
+
However, portions of the project are available under separate license terms: [https://github.com/microsoft/unilm](https://github.com/microsoft/unilm) is licensed under MIT license.
|