davidilag commited on
Commit
61a7376
·
verified ·
1 Parent(s): d70b5cc

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. README.md +61 -0
  2. data/train/audio/shard_0000/M2_S0145.wav +3 -0
  3. data/train/audio/shard_0000/M2_S0151.wav +3 -0
  4. data/train/audio/shard_0000/M2_S0152.wav +3 -0
  5. data/train/audio/shard_0000/M2_S0153.wav +3 -0
  6. data/train/audio/shard_0000/M2_S0154.wav +3 -0
  7. data/train/audio/shard_0000/M2_S0155.wav +3 -0
  8. data/train/audio/shard_0000/M2_S0156.wav +3 -0
  9. data/train/audio/shard_0000/M2_S0157.wav +3 -0
  10. data/train/audio/shard_0000/M2_S0158.wav +3 -0
  11. data/train/audio/shard_0000/M2_S0159.wav +3 -0
  12. data/train/audio/shard_0000/M2_S0160.wav +3 -0
  13. data/train/audio/shard_0000/M2_S0161.wav +3 -0
  14. data/train/audio/shard_0000/M2_S0162.wav +3 -0
  15. data/train/audio/shard_0000/M2_S0163.wav +3 -0
  16. data/train/audio/shard_0000/M2_S0164.wav +3 -0
  17. data/train/audio/shard_0000/M2_S0165.wav +3 -0
  18. data/train/audio/shard_0000/M2_S0166.wav +3 -0
  19. data/train/audio/shard_0000/M2_S0167.wav +3 -0
  20. data/train/audio/shard_0000/M2_S0168.wav +3 -0
  21. data/train/audio/shard_0000/M2_S0169.wav +3 -0
  22. data/train/audio/shard_0000/M2_S0170.wav +3 -0
  23. data/train/audio/shard_0000/M2_S0171.wav +3 -0
  24. data/train/audio/shard_0000/M2_S0172.wav +3 -0
  25. data/train/audio/shard_0000/M2_S0173.wav +3 -0
  26. data/train/audio/shard_0000/M2_S0174.wav +3 -0
  27. data/train/audio/shard_0000/M2_S0175.wav +3 -0
  28. data/train/audio/shard_0000/M2_S0176.wav +3 -0
  29. data/train/audio/shard_0000/M2_S0177.wav +3 -0
  30. data/train/audio/shard_0000/M2_S0178.wav +3 -0
  31. data/train/audio/shard_0000/M2_S0179.wav +3 -0
  32. data/train/audio/shard_0000/M2_S0180.wav +3 -0
  33. data/train/audio/shard_0000/M2_S0181.wav +3 -0
  34. data/train/audio/shard_0000/M2_S0182.wav +3 -0
  35. data/train/audio/shard_0000/M2_S0183.wav +3 -0
  36. data/train/audio/shard_0000/M2_S0184.wav +3 -0
  37. data/train/audio/shard_0000/M2_S0185.wav +3 -0
  38. data/train/audio/shard_0000/M2_S0186.wav +3 -0
  39. data/train/audio/shard_0000/M2_S0187.wav +3 -0
  40. data/train/audio/shard_0000/M2_S0188.wav +3 -0
  41. data/train/audio/shard_0000/M2_S0189.wav +3 -0
  42. data/train/audio/shard_0000/M2_S0190.wav +3 -0
  43. data/train/audio/shard_0000/M2_S0191.wav +3 -0
  44. data/train/audio/shard_0000/M2_S0192.wav +3 -0
  45. data/train/audio/shard_0000/M2_S0193.wav +3 -0
  46. data/train/audio/shard_0000/M2_S0194.wav +3 -0
  47. data/train/audio/shard_0000/M2_S0195.wav +3 -0
  48. data/train/audio/shard_0000/M2_S0196.wav +3 -0
  49. data/train/audio/shard_0000/M2_S0197.wav +3 -0
  50. dataset_stats.json +14 -0
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - automatic-speech-recognition
5
+ language:
6
+ - fo
7
+ pretty_name: FPSC-ASR
8
+ size_categories:
9
+ - 10K<n<100K
10
+ ---
11
+
12
+ # FPSC-ASR
13
+
14
+ FPSC-ASR is a Faroese parliamentary ASR dataset based on speech recordings from Løgtingið, the Faroese Parliament.
15
+
16
+ The dataset contains WAV audio files, parliamentary metadata, and machine-generated transcripts selected by ROVER-style system voting.
17
+
18
+ ## Format
19
+
20
+ The dataset follows a standard Hugging Face audio dataset format using `AudioFolder`.
21
+
22
+ Main ASR columns:
23
+
24
+ - `audio_id`: original WAV filename
25
+ - `audio`: audio column created by Hugging Face when loading the dataset
26
+ - `speaker_id`: speaker identifier, mapped from `mp_id`
27
+ - `gender`: speaker gender metadata
28
+ - `age`: age group, mapped from `age_group`
29
+ - `duration`: audio duration in seconds, mapped from `length`
30
+ - `normalized_text`: machine-generated transcript, mapped from `winner_text`
31
+ - `dialect`: speaker dialect metadata
32
+ - `winner_text`: original winning ROVER transcript
33
+ - `text`: same as `winner_text`, included for ASR training convenience
34
+
35
+ ROVER voting columns:
36
+
37
+ - `confidence`: ROVER voting confidence
38
+ - `winner_model_id`: full Hugging Face model id of the winning model
39
+ - `winner_model_short`: short model name of the winning model
40
+ - `costs`: full ROVER costs dictionary stored as a JSON string
41
+ - `cost_wav2vec2_fo_cpt`: flattened cost for Wav2Vec2-FO-CPT
42
+ - `cost_whisper_fo`: flattened cost for Whisper-FO
43
+ - `cost_wav2vec2_fo`: flattened cost for Wav2Vec2-FO
44
+ - `cost_whisper_no_is_fo`: flattened cost for Whisper-NO/IS/FO
45
+
46
+ All original parliamentary metadata fields are also included.
47
+
48
+ ## Transcript note
49
+
50
+ The transcripts are machine-generated and should be treated as weak labels, not manually verified gold-standard transcripts.
51
+
52
+ ## Loading
53
+
54
+ ```python
55
+ from datasets import load_dataset, Audio
56
+
57
+ ds = load_dataset("davidilag/FPSC-ASR")
58
+ ds = ds.cast_column("audio", Audio(sampling_rate=16000))
59
+
60
+ print(ds)
61
+ print(ds["train"][0])
data/train/audio/shard_0000/M2_S0145.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bf8cb10ab9f53c6c7eb9cacdcc6e6a51555a29858888138c18efff2d6636aba
3
+ size 28896044
data/train/audio/shard_0000/M2_S0151.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2603f601ad844178bd16e633e24d7d0c84d98447a816f7ce80b5749ba2c55c40
3
+ size 1600044
data/train/audio/shard_0000/M2_S0152.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4229946405d01a5dc6d7342b0352b2b7c1baee9e401193d2407fbe574d7dd2e0
3
+ size 96044
data/train/audio/shard_0000/M2_S0153.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18857dd47b44c84b5bf4262c3b6912aee0995bfbd669bfc41b38d2ea99cba8a2
3
+ size 2336044
data/train/audio/shard_0000/M2_S0154.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:189ed0f432301d356c32324e4e6d2e7aad2c5d47d9385b987cb4db0afaae46f8
3
+ size 160044
data/train/audio/shard_0000/M2_S0155.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64410d407e252e656734d476bb65f75ebc0c48dacfdd6469a929f72b82fe18b4
3
+ size 1568044
data/train/audio/shard_0000/M2_S0156.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55d2597f7ec9cd08173beab082fca98ce9ccc4b030bad29f779bdb1c28a5e06f
3
+ size 64044
data/train/audio/shard_0000/M2_S0157.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16b6c8eea60a91894324b6192a2354ad451772ddb8562155d4ad6ca80b4cf076
3
+ size 2560044
data/train/audio/shard_0000/M2_S0158.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:701f3b436f0ce7ef0d9b947cd85a47d9ef3cbdfd64b1eb5c4493cdb994841125
3
+ size 320044
data/train/audio/shard_0000/M2_S0159.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f62f525ff5bb22f3032258f65c75c90e41dff3bc50a392fa7e538d07b734bed4
3
+ size 1984044
data/train/audio/shard_0000/M2_S0160.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0af3208b4c20f55ed83412c8708a0dcc9e986deaeb2b696a2322c78bbae1197
3
+ size 128044
data/train/audio/shard_0000/M2_S0161.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f20e045db0e0f3d91d9b25e713601dfd984954b227e6fbbec899322b948fbcb0
3
+ size 2272044
data/train/audio/shard_0000/M2_S0162.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a0b4fa8ed07ae03a7338490ac270c2cd394b7708deb238354d3312d0d166204
3
+ size 160044
data/train/audio/shard_0000/M2_S0163.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0341537011547bec60cf88227c95b4ee86d5dbfac31e8a73b1fd499364c79748
3
+ size 2016044
data/train/audio/shard_0000/M2_S0164.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad4ce0d554e0de82e504006ce4f692c5fe7f09f7b2acb77fdd4db515a63d82a1
3
+ size 160044
data/train/audio/shard_0000/M2_S0165.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a11c57e877fb4be3d464dd69b04d71e452a293debabd320ff1b01687d2995b1
3
+ size 2208044
data/train/audio/shard_0000/M2_S0166.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e035479c3c99803ed1294d8b8d29497cf914155d796491674fb39aa91f6023d
3
+ size 160044
data/train/audio/shard_0000/M2_S0167.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad6e1acebefc46110f6fb622e22130433c6ee588dcafec7ae8cad502300856ee
3
+ size 992044
data/train/audio/shard_0000/M2_S0168.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1697f22ed7a625ca1292474105fb801ddba198d878e34f982aa8db69e410490f
3
+ size 64044
data/train/audio/shard_0000/M2_S0169.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0452117310fe412252e5122263eea7842a126335204d7af5c5808ddeeae77d9d
3
+ size 1440044
data/train/audio/shard_0000/M2_S0170.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dabf74bd34d59ab1cee0228fd0b05731be37c4438424197165441e19e12c1a9
3
+ size 160044
data/train/audio/shard_0000/M2_S0171.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4899b5d62bc28badc83802a018ae7d50872f51fd95d3b34b2730549bf16ce327
3
+ size 2016044
data/train/audio/shard_0000/M2_S0172.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e766d99652bfc419fe45c5e36b38bd68d019408aafd49273d9f7b9d19c6439a
3
+ size 160044
data/train/audio/shard_0000/M2_S0173.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d8b9e29830af0c9b9237089a4058d799c3bce5a33be9c550584b4804f563977
3
+ size 1440044
data/train/audio/shard_0000/M2_S0174.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7965a29df9d34b882f5f9a67d7f80932ab013338bb88cfbb4aa29d4f8b828cbb
3
+ size 160044
data/train/audio/shard_0000/M2_S0175.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:010c914c2b76dc125e9e99a0c60cef707c11b7ff381db4d250cfcf5a0e6db8c3
3
+ size 1984044
data/train/audio/shard_0000/M2_S0176.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cba2c19dccf537e724bdcdcea6b1dc13621e3def9a7d20a77884874895d68fcc
3
+ size 192044
data/train/audio/shard_0000/M2_S0177.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f4c1b2fe70cbcd82a58c71ff6320d071d9aa539d370a7eb750c437bb791f95a
3
+ size 1344044
data/train/audio/shard_0000/M2_S0178.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e30204aea922d7ecc6d844e9dd918facae34e35e150ba16d4e3f7931b1a2d34d
3
+ size 192044
data/train/audio/shard_0000/M2_S0179.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3a623b9477e65ac5322412f1cdccd73e825c8eb7ab46d217384817180b3acfa
3
+ size 2048044
data/train/audio/shard_0000/M2_S0180.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d81963094a3401c75fa4113506c066aee11fd5f1082b87cb9eb16f3e0c31718
3
+ size 160044
data/train/audio/shard_0000/M2_S0181.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05781900bc8dadd84f3174b3c9f24b894ac9a61c9e8a17e877a4738082390c67
3
+ size 2016044
data/train/audio/shard_0000/M2_S0182.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43b3b611e87ffdbaac4da56bb5f947c222e0766b5f5a2ac234f1bd45ec069277
3
+ size 192044
data/train/audio/shard_0000/M2_S0183.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10fcdef2f668ed1e84a2b1ed1d2abcb91ca11e461c3dc5a8430b12fde999e37a
3
+ size 1344044
data/train/audio/shard_0000/M2_S0184.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c68f88618e97cc71e8bf9eb7733de5e89d6d5a591a4125808f403ad837aa4df4
3
+ size 96044
data/train/audio/shard_0000/M2_S0185.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41ebd8e9f7c3c8675aca17f132fe0fc2aa32dd133341dd5275eeeac00893e71f
3
+ size 2240044
data/train/audio/shard_0000/M2_S0186.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32aa96947c2f8237e284589dec825dbfb0ebf5fccb4709fc6a4960fe170699f2
3
+ size 160044
data/train/audio/shard_0000/M2_S0187.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3490f5d876860c4e6f6aa1cd14a2e188727a0c7e97844a678d85a185a79ed543
3
+ size 1536044
data/train/audio/shard_0000/M2_S0188.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63cdec8e5adf47f16c37b5b59d1b7dafe81fee33a3c606ba1e1e26a04d338a92
3
+ size 128044
data/train/audio/shard_0000/M2_S0189.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c86dddf2bbfa58ca1140d396e03387df083fe5aa7385ad2ccff7cbaba043d857
3
+ size 1760044
data/train/audio/shard_0000/M2_S0190.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d430d6281748cae2f032857e634ec812ce551eabf336de76fc6f7aa29f5171ae
3
+ size 224044
data/train/audio/shard_0000/M2_S0191.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f762e3155f7abdbc5040eee726cd2fdecd0ac9128cc5119fa74dacc7606d7bb
3
+ size 19936044
data/train/audio/shard_0000/M2_S0192.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ff3c572559a2ae80e565dc135b990b15fbcfdcff53152bbc2ca7e16c613664f
3
+ size 192044
data/train/audio/shard_0000/M2_S0193.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3fe8a94337d94778a22d5e4fe10e6a8b94edda0995521ad86f8b3da51cee73d
3
+ size 1920044
data/train/audio/shard_0000/M2_S0194.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95ae0e9e452dc3b33ade8d8425d13853829fb27d487e9ccb1b6daec8e918b7fc
3
+ size 256044
data/train/audio/shard_0000/M2_S0195.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:346693a17f76615c47421df569fad1307980bde63086346c51955513618d5fe1
3
+ size 1280044
data/train/audio/shard_0000/M2_S0196.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11b46dcf3a1da56d3d169ddd3abba163790d1fd6f280b902a653aacf76e81d5e
3
+ size 128044
data/train/audio/shard_0000/M2_S0197.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbca376f4abd75dfc0f5d4a30155c3196f4b9f57b935e9ee9599ee84566b90e0
3
+ size 640044
dataset_stats.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_id": "davidilag/FPSC-ASR",
3
+ "metadata_rows": 89486,
4
+ "rover_rows": 48028,
5
+ "rover_rows_after_duplicate_removal": 48028,
6
+ "merged_rows": 89486,
7
+ "rows_with_audio": 89486,
8
+ "rows_without_audio": 0,
9
+ "rows_with_winner_text": 48028,
10
+ "rows_without_winner_text": 41458,
11
+ "final_rows_included": 48028,
12
+ "copy_audio": true,
13
+ "keep_only_with_transcript": true
14
+ }