Skip to content

Commit

Permalink
Update website title
Browse files Browse the repository at this point in the history
  • Loading branch information
greenw0lf committed Jun 3, 2024
1 parent 2b81eba commit c2da985
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# ASR_NL_results
# Dutch Open Speech Recognition Benchmark

Welcome to the website created for researchers and developers of Dutch ASR technology to share the results they obtained.
Welcome to the website created for researchers and developers of Dutch ASR technology to share obtained evaluation results.

It is accessible at: https://opensource-spraakherkenning-nl.github.io/ASR_NL_results

## Local setup
To test changes locally, you can set up the website on your own machine by following the [official Github guide](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll).

## File structure
Each page of the website has its own markdown file. `index.md` corresponds to the main page of the website. The folder `UT` contains the WER results and time performance of the models as reported by University of Twente. Inside the folder, there are 2 markdown files corresponding to the 2 different corpora used during evaluation.
Each page of the website has its own markdown file. `index.md` corresponds to the main page of the website. Each folder must contain at least the WER/main performance metric results, in the format of a matrix. Optional, but recommended, information that can be added is time performance, hardware setup, or normalization steps applied.

Each researcher/developer should create a new folder with an unique and semnificative name. The structure inside that folder can vary, according to how the researcher/developer wants to structure it. Some ideas include reporting the WER and time in 2 separate files, for all datasets/corpora, or the same structure as in the `UT` folder, reporting all results for each dataset/corpus used.

Expand All @@ -20,4 +20,4 @@ We encourage all Dutch ASR researchers and developers to upload the results they
3. Opening a PR from your fork to this repository

## Feedback
If you have any suggestions or feedback to share about this website or its structure, we encourage you to open an issue or a pull request and we will make sure to review them.
If you have any suggestions or feedback to share about this website or its structure, we encourage you to open an issue or a pull request.
2 changes: 1 addition & 1 deletion UT/CommonVoice/cv.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Multiple versions of the dataset are available, released by Mozilla every few mo

Here is a matrix with **WER** results and the **time** each model/configuration spent transcribing the dataset:

|Model\Dataset|WER|Time|
|Model|WER|Time|
|---|---|---|
|Kaldi_NL|20.7%|8h:15m:54s*|
|faster-whisper v2|5.6%|1h:58m:37s|
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
remote_theme: pages-themes/slate@v0.2.0
title: Dutch Open Speech Recognition Benchmark
plugins:
- jekyll-remote-theme # add this line to the plugins list if you already have one

0 comments on commit c2da985

Please sign in to comment.