Update README.md
Browse files
README.md
CHANGED
@@ -53,18 +53,23 @@ And on the test set:
|
|
53 |
|
54 |
## Model description
|
55 |
|
56 |
-
|
|
|
57 |
|
58 |
## Intended uses & limitations
|
59 |
|
60 |
-
|
|
|
|
|
61 |
|
62 |
## Training and evaluation data
|
63 |
|
64 |
-
|
65 |
|
66 |
## Training procedure
|
67 |
|
|
|
|
|
68 |
### Training hyperparameters
|
69 |
|
70 |
The following hyperparameters were used during training:
|
|
|
53 |
|
54 |
## Model description
|
55 |
|
56 |
+
This model has been developed for my Master's thesis in "Voice Technology" at Rijksuniversiteit Groningen - Campus Fryslân. It corresponds to experiment 2 where
|
57 |
+
I use as training set all validated data (~50 hours) except the test and validation sets (~4.5 hours each). The number of training hours adds up to 41 hours of Frisian speech.
|
58 |
|
59 |
## Intended uses & limitations
|
60 |
|
61 |
+
The intended use is for recognizing Frisian speech.
|
62 |
+
|
63 |
+
Limitations include no LM rescoring and using version 8.0 of Common Voice instead of 13.0.
|
64 |
|
65 |
## Training and evaluation data
|
66 |
|
67 |
+
The evaluation split used is the one available in the Common Voice 8.0 Frisian subset. The train split corresponds to all of the validated data except for the recordings found in the evaluation and test splits.
|
68 |
|
69 |
## Training procedure
|
70 |
|
71 |
+
The script used for training this model can be found in this GitHub repository: [link](https://github.com/greenw0lf/MSc-VT-Thesis/).
|
72 |
+
|
73 |
### Training hyperparameters
|
74 |
|
75 |
The following hyperparameters were used during training:
|