Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- laion/laion-audio-preview
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
metrics:
|
8 |
+
- sacrebleu
|
9 |
+
- meteor
|
10 |
+
base_model:
|
11 |
+
- openai/whisper-tiny
|
12 |
+
---
|
13 |
+
|
14 |
+
# whisper-tiny-audio-captioning-v2.0
|
15 |
+
|
16 |
+
This model is a finetuned whisper-tiny model with 1M audio samples from the dataset [mitermix/audiosnippets](https://huggingface.co/datasets/laion/mitermix/audiosnippets/)
|