-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
# ADS-master-thesis | ||
This repository is created to host code and scripts related to my Applied Data Science masters thesis. | ||
|
||
A table is provided as overview and guidance when using the various files. | ||
|
||
|
||
| File | Purpose | | ||
|-------------------------|-------------------------------------------------------| | ||
| data_exploration.ipynb | Exploratory analysis of the dataset | | ||
| dev_sampler.sh | Create a development subset | | ||
| hypothesis_cleaner.py | Clean Whisper transcripts for use as JiWER hypothesis | | ||
| test_sampler.sh | Create a test subset | | ||
| transcript_converter.py | Clean ort transcripts and convert to txt files | |