Add pipeline tag to model card
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,10 +1,11 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
| 3 |
tags:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
---
|
| 9 |
|
| 10 |
# MuseCritic
|
|
@@ -45,4 +46,4 @@ If you find MuseCritic useful, please cite:
|
|
| 45 |
primaryClass={cs.SD},
|
| 46 |
url={https://arxiv.org/abs/2608.11755},
|
| 47 |
}
|
| 48 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
pipeline_tag: audio-text-to-text
|
| 4 |
tags:
|
| 5 |
+
- audio
|
| 6 |
+
- music
|
| 7 |
+
- reward-model
|
| 8 |
+
- audio-language-model
|
| 9 |
---
|
| 10 |
|
| 11 |
# MuseCritic
|
|
|
|
| 46 |
primaryClass={cs.SD},
|
| 47 |
url={https://arxiv.org/abs/2608.11755},
|
| 48 |
}
|
| 49 |
+
```
|