rasgaard commited on
Commit
15e272a
·
verified ·
1 Parent(s): 7f69514

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -4
README.md CHANGED
@@ -9,10 +9,7 @@ base_model:
9
  pipeline_tag: automatic-speech-recognition
10
  ---
11
 
12
- Resultater [CoRal-project/coral](https://huggingface.co/datasets/CoRal-project/coral/) test.
13
- * CER: 15.93%
14
- * WER: 34.30%
15
-
16
  ```python
17
  from transformers import pipeline
18
 
 
9
  pipeline_tag: automatic-speech-recognition
10
  ---
11
 
12
+ A small hobby project trained in a Kaggle notebook using their free P100 GPUs. Was curious about if you could train whisper-tiny to perform decently if you specialized it for a single language, i.e. danish in this case. The TL;DR is that the results are not great :)
 
 
 
13
  ```python
14
  from transformers import pipeline
15