Add pipeline tag and library name
#1
by
nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,8 +1,11 @@
|
|
| 1 |
---
|
| 2 |
-
license: mit
|
| 3 |
base_model:
|
| 4 |
- VITA-MLLM/VITA
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
|
|
|
| 6 |
# MAVEN
|
| 7 |
We provide LoRA fine-tuned model weights and configurations for MAVEN. These files can be used to reproduce our experimental results.
|
| 8 |
# Resources
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
base_model:
|
| 3 |
- VITA-MLLM/VITA
|
| 4 |
+
license: mit
|
| 5 |
+
library_name: transformers
|
| 6 |
+
pipeline_tag: audio-text-to-text
|
| 7 |
---
|
| 8 |
+
|
| 9 |
# MAVEN
|
| 10 |
We provide LoRA fine-tuned model weights and configurations for MAVEN. These files can be used to reproduce our experimental results.
|
| 11 |
# Resources
|