Update README.md
Browse files
README.md
CHANGED
|
@@ -15,6 +15,8 @@ library_name: transformers
|
|
| 15 |
metrics:
|
| 16 |
- cer
|
| 17 |
pipeline_tag: automatic-speech-recognition
|
|
|
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
# whisper-tiny-ja-lora
|
|
@@ -38,6 +40,7 @@ This model applies Low-Rank Adaptation (LoRA) on top of Whisper Tiny to improve
|
|
| 38 |
|
| 39 |
- **Training repository:** [dungca1512/whisper-finetune-ja-train](https://github.com/dungca1512/whisper-finetune-ja-train)
|
| 40 |
- **Base model:** [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny)
|
|
|
|
| 41 |
|
| 42 |
## Uses
|
| 43 |
|
|
|
|
| 15 |
metrics:
|
| 16 |
- cer
|
| 17 |
pipeline_tag: automatic-speech-recognition
|
| 18 |
+
datasets:
|
| 19 |
+
- reazon-research/reazonspeech
|
| 20 |
---
|
| 21 |
|
| 22 |
# whisper-tiny-ja-lora
|
|
|
|
| 40 |
|
| 41 |
- **Training repository:** [dungca1512/whisper-finetune-ja-train](https://github.com/dungca1512/whisper-finetune-ja-train)
|
| 42 |
- **Base model:** [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny)
|
| 43 |
+
- **Demo:** [🤗 Try it on Hugging Face Spaces](https://huggingface.co/spaces/dungca/whisper-ja-demo)
|
| 44 |
|
| 45 |
## Uses
|
| 46 |
|