perisolb commited on
Commit
6922ed5
1 Parent(s): 0bfdb94

Additions and corrections to the datacard

Browse files
Files changed (1) hide show
  1. README.md +10 -6
README.md CHANGED
@@ -47,8 +47,9 @@ task_ids:
47
  - **Paper:** https://www.nb.no/sprakbanken/
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
- **!!! UPDATE? 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
@@ -78,7 +79,9 @@ The NPSC dataset contains json lines with language training data. Here is an exa
78
  }
79
 
80
  }
81
-
 
 
82
 
83
  ```
84
  ## Data Fields (!!!!We really need a descrption here - and maybe some cleaning!!!)
@@ -101,7 +104,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. !!!!!Verify that this is correct!!!!!!!!!!!!!!!
105
 
106
 
107
  #### Initial Data Collection
@@ -122,12 +125,13 @@ The procedure for the dataset creation is described in detail in our paper.
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/).
 
47
  - **Paper:** https://www.nb.no/sprakbanken/
48
  - **Point of Contact:** [Per Erik Solberg](mailto:per.solberg@nb.no)
49
 
50
+ The Norwegian Parliamentary Speech Corpus (NPSC) is a speech corpus made by the Norwegian Language Bank at the National Library of Norway in 2019-2021. The NPSC consists of recordings of speech from Stortinget, the Norwegian parliament, and corresponding orthographic transcriptions to Norwegian Bokmål and Norwegian Nynorsk. All transcriptions are done manually by trained linguists or philologists, and the manual transcriptions are subsequently proofread to ensure consistency and accuracy. Entire days of Parliamentary meetings are transcribed in the dataset.
51
+
52
+ This repository contains a version of the NPSC tailored for Huggingface. Note that the official release of the dataset, which can be found in [the repository of the Norwegian Language Bank](https://www.nb.no/sprakbanken/ressurskatalog/oai-nb-no-sbr-58/), contains more information that the version found here, including word-level metadata, metadata about the speakers, and detailed documentation.
53
 
54
  ## How to Use
55
  ```python
 
79
  }
80
 
81
  }
82
+ !!!PES: Not all the fields above and below correspond to what is actually found
83
+ in the json files. It would be good if you could correct this. When you have, I can
84
+ add further descriptions of the fields where needed.!!!
85
 
86
  ```
87
  ## Data Fields (!!!!We really need a descrption here - and maybe some cleaning!!!)
 
104
 
105
  ### Dataset Creation
106
  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.
107
+ All files are gzipped. There is also a **test** split, which is not shared here. It is, however part of the [official release of the NPSC](https://www.nb.no/sprakbanken/ressurskatalog/oai-nb-no-sbr-58/).
108
 
109
 
110
  #### Initial Data Collection
 
125
 
126
 
127
  !!!It would be great to know how many hours of Bokmål/Nynorsk/English(?) here!!!!!
128
+ !!!PES: As long as we have the percentages, I don't think it is necessary!!!
129
 
130
  ## Considerations for Using the Data
131
+ This corpus contains speech data. All recordings are of members of Parliament in a public setting, and can be distributed without any restrains.
132
 
133
  ### Dataset Creators and Curators
134
+ The content of the dataset was created by the Norwegian Language Bank (Språkbanken) at the National Library of Norway. [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.
135
 
136
  ## License
137
  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/).