Update README.md
Browse files
README.md
CHANGED
|
@@ -18,6 +18,22 @@ Latest total length: 120 minutes
|
|
| 18 |
Source:
|
| 19 |
[Scottish phrases 1-10](https://www.youtube.com/@Cannaekickaroonhere/videos), privately recorded audio, [Limmy](https://www.youtube.com/@DaftLimmy), and 1 episode of [Glasga Da](https://youtu.be/CRM_npynkvA)
|
| 20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
Fine-tuned whisper-small using this dataset:
|
| 22 |
* [model](https://huggingface.co/divakaivan/glaswegian-asr)
|
| 23 |
* [demo](https://huggingface.co/spaces/divakaivan/glaswegian-whisper)
|
|
|
|
| 18 |
Source:
|
| 19 |
[Scottish phrases 1-10](https://www.youtube.com/@Cannaekickaroonhere/videos), privately recorded audio, [Limmy](https://www.youtube.com/@DaftLimmy), and 1 episode of [Glasga Da](https://youtu.be/CRM_npynkvA)
|
| 20 |
|
| 21 |
+
Metadata:
|
| 22 |
+
|
| 23 |
+
| Column Name | Data Type | Information |
|
| 24 |
+
|----------------------|----------|-----------------------------------------------------------------------------------------------|
|
| 25 |
+
| index | int | Unique identifier for each row |
|
| 26 |
+
| file_name | string | Path to the audio file |
|
| 27 |
+
| transcription | string | Text transcription of the audio |
|
| 28 |
+
| length_seconds | float | Length of the audio file in seconds |
|
| 29 |
+
| sampling_rate | int | Sampling rate of the audio file, typically in Hertz (Hz) |
|
| 30 |
+
| gender | string | Gender of the speaker |
|
| 31 |
+
| age | string | Age range of the speaker |
|
| 32 |
+
| class | string | Socioeconomic class or demographic classification of the speaker |
|
| 33 |
+
| location | string | Geographic origin or region of the speaker |
|
| 34 |
+
| speaker_id | int | Unique identifier for the speaker, useful for distinguishing between different speakers |
|
| 35 |
+
|
| 36 |
+
|
| 37 |
Fine-tuned whisper-small using this dataset:
|
| 38 |
* [model](https://huggingface.co/divakaivan/glaswegian-asr)
|
| 39 |
* [demo](https://huggingface.co/spaces/divakaivan/glaswegian-whisper)
|