Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Audio Flamingo
|
| 2 |
|
| 3 |
**Zhifeng Kong, Arushi Goel, Rohan Badlani, Wei Ping, Rafael Valle, Bryan Catanzaro**
|
|
@@ -13,10 +26,7 @@ We introduce a series of training techniques, architecture design, and data stra
|
|
| 13 |
|
| 14 |
## Code
|
| 15 |
|
| 16 |
-
Our code is at
|
| 17 |
-
```
|
| 18 |
-
https://github.com/NVIDIA/audio-flamingo
|
| 19 |
-
```
|
| 20 |
|
| 21 |
## License
|
| 22 |
|
|
@@ -31,4 +41,4 @@ https://github.com/NVIDIA/audio-flamingo
|
|
| 31 |
journal={arXiv preprint arXiv:2402.01831},
|
| 32 |
year={2024}
|
| 33 |
}
|
| 34 |
-
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- audio understanding
|
| 7 |
+
- audio captioning
|
| 8 |
+
- audio question answering
|
| 9 |
+
- audio classification
|
| 10 |
+
- audio dialogues
|
| 11 |
+
- retrieval augmented generation
|
| 12 |
+
- in-context learning
|
| 13 |
+
---
|
| 14 |
# Audio Flamingo
|
| 15 |
|
| 16 |
**Zhifeng Kong, Arushi Goel, Rohan Badlani, Wei Ping, Rafael Valle, Bryan Catanzaro**
|
|
|
|
| 26 |
|
| 27 |
## Code
|
| 28 |
|
| 29 |
+
Our code is at [https://github.com/NVIDIA/audio-flamingo](https://github.com/NVIDIA/audio-flamingo)
|
|
|
|
|
|
|
|
|
|
| 30 |
|
| 31 |
## License
|
| 32 |
|
|
|
|
| 41 |
journal={arXiv preprint arXiv:2402.01831},
|
| 42 |
year={2024}
|
| 43 |
}
|
| 44 |
+
```
|