Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ base_model:
|
|
12 |
- openai/whisper-large-v3
|
13 |
pipeline_tag: automatic-speech-recognition
|
14 |
model-index:
|
15 |
-
- name:
|
16 |
results:
|
17 |
- task:
|
18 |
type: automatic-speech-recognition
|
@@ -62,7 +62,7 @@ python src/scripts/finetune_asr_model.py model=whisper-large max_steps=30000 mod
|
|
62 |
Note that the dataset used is licensed under a custom license, adapted from OpenRAIL-M, which allows
|
63 |
commercial use with a few restrictions (speech synthesis and biometric identification).
|
64 |
See
|
65 |
-
[license](https://huggingface.co/
|
66 |
|
67 |
|
68 |
## Creators and Funders
|
@@ -74,3 +74,5 @@ Fund](https://innovationsfonden.dk/) and consists of the following partners:
|
|
74 |
- [Agency for Digital Government](https://digst.dk/)
|
75 |
- [Alvenir](https://www.alvenir.ai/)
|
76 |
- [Corti](https://www.corti.ai/)
|
|
|
|
|
|
12 |
- openai/whisper-large-v3
|
13 |
pipeline_tag: automatic-speech-recognition
|
14 |
model-index:
|
15 |
+
- name: coral-1-whisper-large
|
16 |
results:
|
17 |
- task:
|
18 |
type: automatic-speech-recognition
|
|
|
62 |
Note that the dataset used is licensed under a custom license, adapted from OpenRAIL-M, which allows
|
63 |
commercial use with a few restrictions (speech synthesis and biometric identification).
|
64 |
See
|
65 |
+
[license](https://huggingface.co/Alvenir/coral-1-whisper-large/blob/main/LICENSE).
|
66 |
|
67 |
|
68 |
## Creators and Funders
|
|
|
74 |
- [Agency for Digital Government](https://digst.dk/)
|
75 |
- [Alvenir](https://www.alvenir.ai/)
|
76 |
- [Corti](https://www.corti.ai/)
|
77 |
+
|
78 |
+
We would like specifically thank Dan Saattrup Nielsen, Alexandra Institute for (among other things) the repository work and Simon Leminen Madsen, Alexandra Institute for modelling work.
|