perisolb commited on
Commit
d898fb3
·
1 Parent(s): de509e4

Update dataset card

Browse files
Files changed (1) hide show
  1. README.md +49 -61
README.md CHANGED
@@ -1,45 +1,3 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: speaker_id
5
- dtype: string
6
- - name: gender
7
- dtype: string
8
- - name: utterance_id
9
- dtype: string
10
- - name: language
11
- dtype: string
12
- - name: raw_text
13
- dtype: string
14
- - name: full_audio_file
15
- dtype: string
16
- - name: original_data_split
17
- dtype: string
18
- - name: region
19
- dtype: string
20
- - name: duration
21
- dtype: float64
22
- - name: start
23
- dtype: float64
24
- - name: end
25
- dtype: float64
26
- - name: utterance_audio_file
27
- dtype: audio
28
- - name: standardized_text
29
- dtype: string
30
- splits:
31
- - name: train
32
- num_bytes: 8190809957.84
33
- num_examples: 40008
34
- - name: test
35
- num_bytes: 1026553338.856
36
- num_examples: 5044
37
- - name: validation
38
- num_bytes: 1097030649.769
39
- num_examples: 5461
40
- download_size: 10261847599
41
- dataset_size: 10314393946.465
42
- ---
43
  # Dataset Card for NPSC Bokmål (< 15 sec. segments)
44
 
45
  ## Table of Contents
@@ -72,6 +30,7 @@ dataset_info:
72
  - **Homepage:**
73
  - **Repository:** <https://github.com/scribe-project/nodalida_2023_combined_training>
74
  - **Paper:**
 
75
  ```@inproceedings{
76
  solberg2023improving,
77
  title={Improving Generalization of Norwegian {ASR} with Limited Linguistic Resources},
@@ -79,34 +38,63 @@ author={Per Erik Solberg and Pablo Ortiz and Phoebe Parsons and Torbj{\o}rn Sven
79
  booktitle={The 24rd Nordic Conference on Computational Linguistics},
80
  year={2023}
81
  }```
82
- - **Point of Contact:**
83
-
84
- ### Dataset Summary
85
 
86
- Bla bla
87
 
88
- ### Supported Tasks and Leaderboards
89
 
90
- [More Information Needed]
 
 
91
 
92
  ### Languages
93
 
94
- [More Information Needed]
95
 
96
  ## Dataset Structure
97
 
98
- ### Data Instances
99
-
100
- [More Information Needed]
101
-
102
- ### Data Fields
103
-
104
- [More Information Needed]
105
-
106
- ### Data Splits
107
-
108
- [More Information Needed]
109
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
110
  ## Dataset Creation
111
 
112
  ### Curation Rationale
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Dataset Card for NPSC Bokmål (< 15 sec. segments)
2
 
3
  ## Table of Contents
 
30
  - **Homepage:**
31
  - **Repository:** <https://github.com/scribe-project/nodalida_2023_combined_training>
32
  - **Paper:**
33
+
34
  ```@inproceedings{
35
  solberg2023improving,
36
  title={Improving Generalization of Norwegian {ASR} with Limited Linguistic Resources},
 
38
  booktitle={The 24rd Nordic Conference on Computational Linguistics},
39
  year={2023}
40
  }```
 
 
 
41
 
42
+ - **Point of Contact:** [Per Erik Solberg](mailto:per.solberg@nb.no)
43
 
44
+ ### Dataset Summary
45
 
46
+ This is the version of the Bokmål part of the Norwegian Parliamentary Speech Corpus (NPSC) used for training and testing the STORTINGET model
47
+ in the paper *Improving Generalization of Norwegian ASR with Limited Linguistic Resources* presented at NoDaLiDa 2013.
48
+ It only contains segments of a length < 15 sec. For a fuller version of the NPSC, we refer to [this repository](https://huggingface.co/datasets/NbAiLab/NPSC).
49
 
50
  ### Languages
51
 
52
+ Norwegian Boknål
53
 
54
  ## Dataset Structure
55
 
56
+ ---
57
+ dataset_info:
58
+ features:
59
+ - name: speaker_id
60
+ dtype: string
61
+ - name: gender
62
+ dtype: string
63
+ - name: utterance_id
64
+ dtype: string
65
+ - name: language
66
+ dtype: string
67
+ - name: raw_text
68
+ dtype: string
69
+ - name: full_audio_file
70
+ dtype: string
71
+ - name: original_data_split
72
+ dtype: string
73
+ - name: region
74
+ dtype: string
75
+ - name: duration
76
+ dtype: float64
77
+ - name: start
78
+ dtype: float64
79
+ - name: end
80
+ dtype: float64
81
+ - name: utterance_audio_file
82
+ dtype: audio
83
+ - name: standardized_text
84
+ dtype: string
85
+ splits:
86
+ - name: train
87
+ num_bytes: 8190809957.84
88
+ num_examples: 40008
89
+ - name: test
90
+ num_bytes: 1026553338.856
91
+ num_examples: 5044
92
+ - name: validation
93
+ num_bytes: 1097030649.769
94
+ num_examples: 5461
95
+ download_size: 10261847599
96
+ dataset_size: 10314393946.465
97
+ ---
98
  ## Dataset Creation
99
 
100
  ### Curation Rationale