Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- litagin/Galgame_Speech_ASR_16kHz
|
4 |
+
language:
|
5 |
+
- ja
|
6 |
+
base_model:
|
7 |
+
- kotoba-tech/kotoba-whisper-v2.0
|
8 |
+
library_name: transformers
|
9 |
+
---
|
10 |
+
|
11 |
+
> [!CAUTION]
|
12 |
+
> Still Work In Progress and may be unstable!
|
13 |
+
|
14 |
+
# Galgame Whisper (epoch 0.1)
|
15 |
+
|
16 |
+
- Base: https://huggingface.co/kotoba-tech/kotoba-whisper-v2.0
|
17 |
+
- Encode frozen
|
18 |
+
- Finetuned using: https://huggingface.co/datasets/litagin/Galgame_Speech_ASR_16kHz
|
19 |
+
- Current epochs: 0.1 (13 / 114 tar files)
|
20 |
+
- 🤗 spaces Demo: https://huggingface.co/spaces/litagin/galgame_whisper_wip_demo
|