Datasets:
Tags:
speech-modeling
License:
Update README.md
Browse files
README.md
CHANGED
@@ -48,7 +48,7 @@ task_ids:
|
|
48 |
- **Point of Contact:** [Per Erik Solberg](mailto:per.solberg@nb.no)
|
49 |
|
50 |
The Norwegian Parliament Speech Corpus (NPSC) is a corpus for training a Norwegian ASR (Automatic Speech Recognition) models.
|
51 |
-
**!!!
|
52 |
|
53 |
## How to Use
|
54 |
```python
|
@@ -81,14 +81,14 @@ The NPSC dataset contains json lines with language training data. Here is an exa
|
|
81 |
|
82 |
|
83 |
```
|
84 |
-
## Data Fields (!!!!
|
85 |
|**id:** | String with id to source of line and a unique identifier|
|
86 |
|:-----------|:------------|
|
87 |
|**sentence_order** | String with order of sentence |
|
88 |
|**speaker id** | Integer id of speaker |
|
89 |
| **speaker_name** | String name of speaker |
|
90 |
| **sentence_text** | String sentence text |
|
91 |
-
| **sentence_language_code** | String sentence text (!!!
|
92 |
| **text** | String sentence text. This is a copy of "sentence_text". It is included here to make it more convenient to interleave with other datasets.|
|
93 |
| **start_time** | int start time |
|
94 |
| **end_time** | int end time |
|
@@ -101,7 +101,7 @@ The NPSC dataset contains json lines with language training data. Here is an exa
|
|
101 |
|
102 |
### Dataset Creation
|
103 |
We are providing a **train** and a **validation** split. The standard size of the validation is a single 1GB file, while train is sharded in 1GB chunks.
|
104 |
-
All files are gzipped. There is also a **test** split available for the dataset but this is hidden. Please contact [Per Erik Solberg](mailto:per.erik.solberg@nb.no) for access to the test set. !!!!!
|
105 |
|
106 |
|
107 |
#### Initial Data Collection
|
@@ -121,13 +121,13 @@ The procedure for the dataset creation is described in detail in our paper.
|
|
121 |
| | Male: 61.7% |
|
122 |
|
123 |
|
124 |
-
!!!
|
125 |
|
126 |
## Considerations for Using the Data
|
127 |
This corpus contains speech data. All recordings are of parliament members in a public setting, and can be distributed without any restrains.
|
128 |
|
129 |
### Dataset Creators and Curators
|
130 |
-
The content of the dataset was done by Språkbanken.
|
131 |
|
132 |
## License
|
133 |
The sound and the transcriptions are released under the [CC-ZERO-license](https://creativecommons.org/publicdomain/zero/1.0/). The curation of the HuggingFace Dataset is released under [CC-BY-SA-3-license](https://creativecommons.org/licenses/by-sa/3.0/).
|
|
|
48 |
- **Point of Contact:** [Per Erik Solberg](mailto:per.solberg@nb.no)
|
49 |
|
50 |
The Norwegian Parliament Speech Corpus (NPSC) is a corpus for training a Norwegian ASR (Automatic Speech Recognition) models.
|
51 |
+
**!!! COULD YOU PLEASE UPDATE THIS? 1-2 paragraphs. FOR PEOPLE NOT BOTHERING TO READ THE ARTICLE!!! We need a real description here. About one paragraph summing up that is on the main web page, and telling how this dataset is the same but different - ie it is in a streaming format... This is X days of transcripts of parliamentary speeches. Each day XX hours. Most without any manuscript. They are split into XXXXX based on.... The id allows you to combine this into single sound files....**
|
52 |
|
53 |
## How to Use
|
54 |
```python
|
|
|
81 |
|
82 |
|
83 |
```
|
84 |
+
## Data Fields (!!!!We really need a descrption here - and maybe some cleaning!!!)
|
85 |
|**id:** | String with id to source of line and a unique identifier|
|
86 |
|:-----------|:------------|
|
87 |
|**sentence_order** | String with order of sentence |
|
88 |
|**speaker id** | Integer id of speaker |
|
89 |
| **speaker_name** | String name of speaker |
|
90 |
| **sentence_text** | String sentence text |
|
91 |
+
| **sentence_language_code** | String sentence text (!!!LIST ALL ALTERNATIVES!!!)|
|
92 |
| **text** | String sentence text. This is a copy of "sentence_text". It is included here to make it more convenient to interleave with other datasets.|
|
93 |
| **start_time** | int start time |
|
94 |
| **end_time** | int end time |
|
|
|
101 |
|
102 |
### Dataset Creation
|
103 |
We are providing a **train** and a **validation** split. The standard size of the validation is a single 1GB file, while train is sharded in 1GB chunks.
|
104 |
+
All files are gzipped. There is also a **test** split available for the dataset but this is hidden. Please contact [Per Erik Solberg](mailto:per.erik.solberg@nb.no) for access to the test set. !!!!!Verify that this is correct!!!!!!!!!!!!!!!
|
105 |
|
106 |
|
107 |
#### Initial Data Collection
|
|
|
121 |
| | Male: 61.7% |
|
122 |
|
123 |
|
124 |
+
!!!It would be great to know how many hours of Bokmål/Nynorsk/English(?) here!!!!!
|
125 |
|
126 |
## Considerations for Using the Data
|
127 |
This corpus contains speech data. All recordings are of parliament members in a public setting, and can be distributed without any restrains.
|
128 |
|
129 |
### Dataset Creators and Curators
|
130 |
+
The content of the dataset was done by Språkbanken. !!!!!!!!!!!!!!!!!!!!. [Javier de la Rosa](mailto:javier.rosa@nb.no), [Freddy Wetjen](mailto:Freddy.wetjen@nb.no), [Per Egil Kummervold](mailto:per.kummervold@nb.no), and [Andre Kaasen](mailto:andre.kasen@nb.no) all contributed in making this into a HuggingFace Dataset. Thanks to the HuggingFace team for assistance.
|
131 |
|
132 |
## License
|
133 |
The sound and the transcriptions are released under the [CC-ZERO-license](https://creativecommons.org/publicdomain/zero/1.0/). The curation of the HuggingFace Dataset is released under [CC-BY-SA-3-license](https://creativecommons.org/licenses/by-sa/3.0/).
|