Datasets:
first submit
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +3 -0
- NPSC.py +96 -0
- README.md +161 -0
- dev.json +3 -0
- dev/clips_16k_mp3/20170209-095509_3100646_3105613.mp3 +3 -0
- dev/clips_16k_mp3/20170209-095509_3105613_3110113.mp3 +3 -0
- dev/clips_16k_mp3/20170209-095509_3110113_3115106.mp3 +3 -0
- dev/clips_16k_mp3/20170209-095509_3115106_3119280.mp3 +3 -0
- dev/clips_16k_mp3/20170209-095509_3119280_3124473.mp3 +3 -0
- dev/clips_16k_mp3/20170209-095509_3124473_3131653.mp3 +3 -0
- dev/clips_16k_mp3/20170209-095509_3131653_3133960.mp3 +3 -0
- dev/clips_16k_mp3/20170209-095509_313330_316340.mp3 +3 -0
- dev/clips_16k_mp3/20170209-095509_3133960_3143900.mp3 +3 -0
- dev/clips_16k_mp3/20170209-095509_3143900_3151080.mp3 +3 -0
- dev/clips_16k_mp3/20170209-095509_3151080_3158346.mp3 +3 -0
- dev/clips_16k_mp3/20170209-095509_3158346_3165520.mp3 +3 -0
- dev/clips_16k_mp3/20170209-095509_316340_317270.mp3 +3 -0
- dev/clips_16k_mp3/20170209-095509_3165520_3175506.mp3 +3 -0
- dev/clips_16k_mp3/20170209-095509_3175506_3179520.mp3 +3 -0
- dev/clips_16k_mp3/20170209-095509_317760_329270.mp3 +3 -0
- dev/clips_16k_mp3/20170209-095509_3179520_3181026.mp3 +3 -0
- dev/clips_16k_mp3/20170209-095509_3181026_3193546.mp3 +3 -0
- dev/clips_16k_mp3/20170209-095509_3193546_3195700.mp3 +3 -0
- dev/clips_16k_mp3/20170209-095509_3195700_3203766.mp3 +3 -0
- dev/clips_48k_wav/20170209-095509_3100646_3105613.wav +3 -0
- dev/clips_48k_wav/20170209-095509_3105613_3110113.wav +3 -0
- dev/clips_48k_wav/20170209-095509_3110113_3115106.wav +3 -0
- dev/clips_48k_wav/20170209-095509_3115106_3119280.wav +3 -0
- dev/clips_48k_wav/20170209-095509_3119280_3124473.wav +3 -0
- dev/clips_48k_wav/20170209-095509_3124473_3131653.wav +3 -0
- dev/clips_48k_wav/20170209-095509_3131653_3133960.wav +3 -0
- dev/clips_48k_wav/20170209-095509_313330_316340.wav +3 -0
- dev/clips_48k_wav/20170209-095509_3133960_3143900.wav +3 -0
- dev/clips_48k_wav/20170209-095509_3143900_3151080.wav +3 -0
- dev/clips_48k_wav/20170209-095509_3151080_3158346.wav +3 -0
- dev/clips_48k_wav/20170209-095509_3158346_3165520.wav +3 -0
- dev/clips_48k_wav/20170209-095509_316340_317270.wav +3 -0
- dev/clips_48k_wav/20170209-095509_3165520_3175506.wav +3 -0
- dev/clips_48k_wav/20170209-095509_3175506_3179520.wav +3 -0
- dev/clips_48k_wav/20170209-095509_317760_329270.wav +3 -0
- dev/clips_48k_wav/20170209-095509_3179520_3181026.wav +3 -0
- dev/clips_48k_wav/20170209-095509_3181026_3193546.wav +3 -0
- dev/clips_48k_wav/20170209-095509_3193546_3195700.wav +3 -0
- dev/clips_48k_wav/20170209-095509_3195700_3203766.wav +3 -0
- dev/metadata.json +3 -0
- test.json +3 -0
- test/clips_16k_mp3/20171219-095511_16001930_16006690.mp3 +3 -0
- test/clips_16k_mp3/20171219-095511_16006690_16010260.mp3 +3 -0
- test/clips_16k_mp3/20171219-095511_16010260_16012900.mp3 +3 -0
- test/clips_16k_mp3/20171219-095511_16012900_16017120.mp3 +3 -0
.gitattributes
CHANGED
@@ -25,3 +25,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
25 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
26 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
27 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
25 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
26 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
27 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*json* filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*wav* filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*mp3* filter=lfs diff=lfs merge=lfs -text
|
NPSC.py
ADDED
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"""NPSC dataset."""
|
2 |
+
import gzip
|
3 |
+
import json
|
4 |
+
import datasets
|
5 |
+
|
6 |
+
logger = datasets.logging.get_logger(__name__)
|
7 |
+
_DESCRIPTION = """\\nNorwegian Colossal Corpus v2. Short sequences of maximum 100k characters."""
|
8 |
+
_CITATION = """
|
9 |
+
TO BE DONE
|
10 |
+
"""
|
11 |
+
_URL = "https://www.nb.no/sprakbanken/ressurskatalog/oai-nb-no-sbr-58/"
|
12 |
+
_DATA_URL = "https://huggingface.co/datasets/NbAiLab/NPSC/resolve/main/data/{split_suffix}-shard-{index:04d}-of-{n_shards:04d}.json.gz"
|
13 |
+
_N_SHARDS_PER_SPLIT = {
|
14 |
+
"train": 1, "dev": 1, "test": 1
|
15 |
+
}
|
16 |
+
|
17 |
+
|
18 |
+
class NPSCConfig(datasets.BuilderConfig):
|
19 |
+
"""BuilderConfig for NbNn."""
|
20 |
+
|
21 |
+
def __init__(self, *args, **kwargs):
|
22 |
+
"""BuilderConfig for NbNn.
|
23 |
+
Args:
|
24 |
+
**kwargs: keyword arguments forwarded to super.
|
25 |
+
"""
|
26 |
+
super().__init__(
|
27 |
+
*args,
|
28 |
+
name="NPSC",
|
29 |
+
**kwargs,
|
30 |
+
)
|
31 |
+
|
32 |
+
|
33 |
+
class NPSC(datasets.GeneratorBasedBuilder):
|
34 |
+
BUILDER_CONFIGS = [NPSCConfig()]
|
35 |
+
BUILDER_CONFIG_CLASS = NPSCConfig
|
36 |
+
|
37 |
+
def _info(self):
|
38 |
+
return datasets.DatasetInfo(
|
39 |
+
description=_DESCRIPTION,
|
40 |
+
features=datasets.Features(
|
41 |
+
{
|
42 |
+
"sentence_order": datasets.Value("int32"),
|
43 |
+
"speaker_id" : datasets.Value("int32"),
|
44 |
+
"speaker_name": datasets.Value("string"),
|
45 |
+
"sentence_text": datasets.Value("string"),
|
46 |
+
"sentence_language_code": datasets.Value("string"),
|
47 |
+
"text": datasets.Value("string"),
|
48 |
+
"start_time": datasets.Value("int32"),
|
49 |
+
"end_time": datasets.Value("int32"),
|
50 |
+
"normsentence_text": datasets.Value("string"),
|
51 |
+
"transsentence_text": datasets.Value("string"),
|
52 |
+
"translated": datasets.Value("int32"),
|
53 |
+
"audio": datasets.features.Audio(sampling_rate=48000),
|
54 |
+
|
55 |
+
}
|
56 |
+
),
|
57 |
+
supervised_keys=None,
|
58 |
+
homepage=_URL,
|
59 |
+
citation=_CITATION,
|
60 |
+
)
|
61 |
+
|
62 |
+
def _split_generators(self, dl_manager):
|
63 |
+
data_urls = {}
|
64 |
+
for split in ["train", "dev", "test"]:
|
65 |
+
data_urls[split] = [
|
66 |
+
_DATA_URL.format(
|
67 |
+
language=self.config.name,
|
68 |
+
split_suffix=split,
|
69 |
+
index=index,
|
70 |
+
n_shards=_N_SHARDS_PER_SPLIT[split],
|
71 |
+
)
|
72 |
+
for index in range(1, _N_SHARDS_PER_SPLIT[split] + 1)
|
73 |
+
]
|
74 |
+
train_downloaded_files = dl_manager.download(data_urls["train"])
|
75 |
+
dev_downloaded_files = dl_manager.download(data_urls["dev"])
|
76 |
+
test_downloaded_files = dl_manager.download(data_urls["test"])
|
77 |
+
|
78 |
+
return [
|
79 |
+
datasets.SplitGenerator(name=datasets.Split.TRAIN, gen_kwargs={"filepaths": train_downloaded_files}),
|
80 |
+
datasets.SplitGenerator(
|
81 |
+
name=datasets.Split.VALIDATION, gen_kwargs={"filepaths": validation_downloaded_files}
|
82 |
+
),
|
83 |
+
|
84 |
+
]
|
85 |
+
|
86 |
+
def _generate_examples(self, filepaths):
|
87 |
+
"""This function returns the examples in the raw (text) form by iterating on all the files."""
|
88 |
+
id_ = 0
|
89 |
+
for filepath in filepaths:
|
90 |
+
logger.info("generating examples from = %s", filepath)
|
91 |
+
with gzip.open(open(filepath, "rb"), "rt", encoding="utf-8") as f:
|
92 |
+
for line in f:
|
93 |
+
if line:
|
94 |
+
example = json.loads(line)
|
95 |
+
yield id_, example
|
96 |
+
id_ += 1
|
README.md
ADDED
@@ -0,0 +1,161 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
YAML tags:
|
3 |
+
|
4 |
+
annotations_creators:
|
5 |
+
- no-annotation
|
6 |
+
language_creators:
|
7 |
+
- found
|
8 |
+
languages:
|
9 |
+
- nb,no,nn
|
10 |
+
licenses:
|
11 |
+
- CC-ZERO
|
12 |
+
multilinguality:
|
13 |
+
- monolingual
|
14 |
+
pretty_name: NPSC
|
15 |
+
size_categories:
|
16 |
+
- 2G<n<1B
|
17 |
+
source_datasets:
|
18 |
+
- original
|
19 |
+
task_categories:
|
20 |
+
- sequence-modeling
|
21 |
+
task_ids:
|
22 |
+
- speech-modeling
|
23 |
+
|
24 |
+
---
|
25 |
+
# Dataset Card for NBAiLab/NPSC
|
26 |
+
|
27 |
+
|
28 |
+
## Table of Contents
|
29 |
+
- [Dataset Description](#dataset-description)
|
30 |
+
- [Dataset Summary](#dataset-summary)
|
31 |
+
- [Data Fields](#data-fiels)
|
32 |
+
- [Dataset Creation](#dataset-creation)
|
33 |
+
- [Statistics](#statistics)
|
34 |
+
- [Document Types](#document-types)
|
35 |
+
- [Languages](#languages)
|
36 |
+
- [Publish Periode](#publish-periode)
|
37 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
38 |
+
- [Social Impact of Dataset](#social-impact-of-dataset)
|
39 |
+
- [Discussion of Biases](#discussion-of-biases)
|
40 |
+
- [Other Known Limitations](#other-known-limitations)
|
41 |
+
- [Additional Information](#additional-information)
|
42 |
+
- [Dataset Curators](#dataset-curators)
|
43 |
+
- [Licensing Information](#licensing-information)
|
44 |
+
- [Citation Information](#citation-information)
|
45 |
+
|
46 |
+
## Dataset Description
|
47 |
+
- **Homepage:** https://www.nb.no/sprakbanken/
|
48 |
+
- **Repository:** https://www.nb.no/sprakbanken/ressurskatalog/oai-nb-no-sbr-58/
|
49 |
+
- **Paper:** https://www.nb.no/sprakbanken/
|
50 |
+
- **Point of Contact:** [Per Erik Solberg](mailto:[email protected])
|
51 |
+
|
52 |
+
The Norwegian Parliament Speech Corpus (NPSC) is a corpus for training a Norwegian ASR (Automatic Speech Recognition) models. The corpus is created by Språkbanken at the National Library in Norway.
|
53 |
+
|
54 |
+
NPSC is based on sound recording from meeting in the Norwegian Parliament. These talks are orthographically transcribed to either Norwegian Bokmål or Norwegian Nynorsk. There are a significant amount of metadata related to the speakers, as well as minutes from the actual meetings.
|
55 |
+
|
56 |
+
The corpus is in total sound recordings from 40 entire days of meetings. This amounts to 140 hours of speech, 65,000 sentences or 1.2 million words.
|
57 |
+
|
58 |
+
This corpus is an adaption of the original corpus made for efficiant ASR training. For simplicity and portability, a few of the original datasets features, like the token transcription, is ommitted. You can find the complete dataset at [the Resource Catalogue at Språkbanken](https://www.nb.no/sprakbanken/ressurskatalog/oai-nb-no-sbr-58/).
|
59 |
+
|
60 |
+
## How to Use (This needs to be edited of course)
|
61 |
+
```python
|
62 |
+
from datasets import load_dataset
|
63 |
+
data = load_dataset("nb/NPSC", streaming=True)
|
64 |
+
```
|
65 |
+
|
66 |
+
## Dataset Summary
|
67 |
+
The NPSC dataset contains json lines with language training data. Here is an example json line:
|
68 |
+
```json
|
69 |
+
|
70 |
+
{
|
71 |
+
"sentence_id": 49853,
|
72 |
+
"sentence_order": 0,
|
73 |
+
"speaker_id": 32,
|
74 |
+
"speaker_name": "Olemic Thommessen",
|
75 |
+
"sentence_text": "Stortingets møte er lovlig satt",
|
76 |
+
"sentence_language_code": "nb-NO",
|
77 |
+
"text": "Stortingets møte er lovlig satt",
|
78 |
+
"start_time": 320246, "end_time": 323590,
|
79 |
+
"normsentence_text": "Stortingets møte er lovlig satt",
|
80 |
+
"transsentence_text": "Stortingets møte er lovleg sett",
|
81 |
+
"translated": 1,
|
82 |
+
"audio": {"path": "audio/20170110-095504_320246_323590.wav",
|
83 |
+
"array": [.......]
|
84 |
+
}
|
85 |
+
|
86 |
+
}
|
87 |
+
|
88 |
+
|
89 |
+
```
|
90 |
+
## Data Fields
|
91 |
+
Currently there are two versions included in this repo.
|
92 |
+
|
93 |
+
### Version A
|
94 |
+
This verison has a short list of the metadata and includes the audio (48k mp3) encoded as a float32 array in the dataset itself.
|
95 |
+
|
96 |
+
The current dataloader script is associated with this version.
|
97 |
+
|
98 |
+
|**id:** | String with id to source of line and a unique identifier|
|
99 |
+
|:-----------|:------------|
|
100 |
+
|**sentence_order** | String with order of sentence |
|
101 |
+
|**speaker id** | Integer id of speaker |
|
102 |
+
| **speaker_name** | String name of speaker |
|
103 |
+
| **sentence_text** | String sentence text |
|
104 |
+
| **sentence_language_code** | String sentence text |
|
105 |
+
| **text** | String sentence text |
|
106 |
+
| **start_time** | int start time |
|
107 |
+
| **end_time** | int end time |
|
108 |
+
| **normsentence_text** | String normalised sentence text |
|
109 |
+
| **transsentence_text** | String translated sentence text |
|
110 |
+
| **translated** | int text translated |
|
111 |
+
| **audio** | audio audio record with 'path',(mp3) 'array','sampling_rate' (48000) |
|
112 |
+
|
113 |
+
|
114 |
+
### Version B
|
115 |
+
This verison does not contain the audio encoded in the dataset. Instead it has the audio files placed in sub-directories. There are currently both samples in clips_48k_wav and clips_16k_mp3. Only the base filename is referred in the dataset. Please not that there are both sentence-based audio clips as well at meeting-based audio clips. The dataset contains referrals to both, the latter referral has start and stop time as well.
|
116 |
+
|
117 |
+
|
118 |
+
### Dataset Creation
|
119 |
+
We are providing a **train**, **dev** and **test** split. These are the same as in the orginal corpus.
|
120 |
+
|
121 |
+
Build date: 20012022
|
122 |
+
|
123 |
+
#### Initial Data Collection and Curation
|
124 |
+
The procedure for the dataset creation is described in detail in the paper.
|
125 |
+
|
126 |
+
|
127 |
+
## Statistics
|
128 |
+
| Feature | Value |
|
129 |
+
|:---------|-----------:|
|
130 |
+
| Duration, pauses included | 140,3 hours|
|
131 |
+
| Duration, pauses not included | 125,7 hours |
|
132 |
+
| Word count | 1,2 million |
|
133 |
+
| Sentence count | 64.531 |
|
134 |
+
| Language distribution | Nynorsk: 12,8%|
|
135 |
+
| | Bokmål: 87,2%%|
|
136 |
+
| Gender distribution | Female: 38,3% |
|
137 |
+
| | Male: 61.7% |
|
138 |
+
|
139 |
+
## Considerations for Using the Data
|
140 |
+
This corpus contains speech data and is allowed to be used outside the National Library of Norway for speech recognition technology purposes.
|
141 |
+
|
142 |
+
### Discussion of Biases
|
143 |
+
Please refer to our paper.
|
144 |
+
|
145 |
+
### Dataset Curators
|
146 |
+
[Per Erik Solberg](mailto:[email protected])
|
147 |
+
|
148 |
+
[Freddy Wetjen](mailto:[email protected]), [Andre Kaasen](mailto:[email protected]) and [Per Egil Kummervold](mailto: [email protected]) has contributed to porting it to Hugging Face.
|
149 |
+
|
150 |
+
### Licensing Information
|
151 |
+
Licensed for use outside the National Library of Norway.
|
152 |
+
|
153 |
+
## License
|
154 |
+
CC-ZERO(https://creativecommons.org/publicdomain/zero/1.0/)
|
155 |
+
|
156 |
+
### Citation Information
|
157 |
+
We are preparing an article with detailed information about this corpus. Until it is published, please cite out paper discussing the first version of this corpus:
|
158 |
+
```
|
159 |
+
ANDRE: TO BE DONE
|
160 |
+
|
161 |
+
```
|
dev.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f4cc1dc54e7c368328b6ceb12dc9ed422d54a149c7f3c00df7e5025327d2012e
|
3 |
+
size 42568339
|
dev/clips_16k_mp3/20170209-095509_3100646_3105613.mp3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b70d2d93ec2d3c239ff9042005416e09b023aa6d6e7a202e1cccead2410df1dd
|
3 |
+
size 20205
|
dev/clips_16k_mp3/20170209-095509_3105613_3110113.mp3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db7e5f1bdd05908dd6e291ea48a7fec9ba304a867fa13e55b979bc443a68da0e
|
3 |
+
size 18381
|
dev/clips_16k_mp3/20170209-095509_3110113_3115106.mp3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:588fc8aa65282747efb7d56739f8866df56a299da9eee217dcb623305b7036f4
|
3 |
+
size 20397
|
dev/clips_16k_mp3/20170209-095509_3115106_3119280.mp3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2c6d5932fd0c5a5cbc9b3bcf556ff183ee73cc59b47c63dbca02c93e7f9826f
|
3 |
+
size 17037
|
dev/clips_16k_mp3/20170209-095509_3119280_3124473.mp3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0cfba065e1fe48f1430223b43bcf5b34f4d8a1b6033951accb856876a6f8da7
|
3 |
+
size 21165
|
dev/clips_16k_mp3/20170209-095509_3124473_3131653.mp3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c41e8e5db89788c4da7d36f3f294fb2f842a46f1d00d9a60bb4a5c4eec8b335
|
3 |
+
size 29133
|
dev/clips_16k_mp3/20170209-095509_3131653_3133960.mp3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b88b77c575859c2815c92ff0f2ae2dcde10640bbe27b3f7667aebaa5a1d79e3
|
3 |
+
size 9645
|
dev/clips_16k_mp3/20170209-095509_313330_316340.mp3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40723e229a614b3769b613042c3f9bf0066e46dd1eef8a77d6c730cde158a704
|
3 |
+
size 12429
|
dev/clips_16k_mp3/20170209-095509_3133960_3143900.mp3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74f7b3b89d324b264e7f5db3a2633e5d792bda436646e04fbdfab357200f6baf
|
3 |
+
size 40173
|
dev/clips_16k_mp3/20170209-095509_3143900_3151080.mp3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50095a2366e23a9d1da954ccb95d0386421472447471ed86097e39aadca2d4e2
|
3 |
+
size 29133
|
dev/clips_16k_mp3/20170209-095509_3151080_3158346.mp3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5346123acbcb380e280ebdf0f81b943c2948ad900a86ce851cc2d51b7de5a095
|
3 |
+
size 29421
|
dev/clips_16k_mp3/20170209-095509_3158346_3165520.mp3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49824ef32c319a7e3eab82ef50e705082915e6a48a34e9dbcb4e03b409061834
|
3 |
+
size 29037
|
dev/clips_16k_mp3/20170209-095509_316340_317270.mp3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a21723e407684d96e5bdcfdb8269585aa60a9833df9117e5f438ed8a25a677bf
|
3 |
+
size 4077
|
dev/clips_16k_mp3/20170209-095509_3165520_3175506.mp3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:656e5ca2e19a2d497eff90664b6a3199187180b711495cfee67b00a66265649a
|
3 |
+
size 40365
|
dev/clips_16k_mp3/20170209-095509_3175506_3179520.mp3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a284dd4c7ba19b909c3da26b24b89b15ad35dd427084fb33db728081653080f
|
3 |
+
size 16461
|
dev/clips_16k_mp3/20170209-095509_317760_329270.mp3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1335e2bc590798120ad84651a5cc5b2a2a00606052ccb5ce477b12e9f0d18e40
|
3 |
+
size 46413
|
dev/clips_16k_mp3/20170209-095509_3179520_3181026.mp3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3978efa6dc89ec88ef7d15f6e79526e0b5ce19d1e9fce87a5f3f0a2c51f5e7e0
|
3 |
+
size 6381
|
dev/clips_16k_mp3/20170209-095509_3181026_3193546.mp3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5bb75e5a2df8b805219cbbbbee13ee60ac9408898daa1f3caef793f008749f39
|
3 |
+
size 50445
|
dev/clips_16k_mp3/20170209-095509_3193546_3195700.mp3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27878116a78ffdd6a322cf2acc4dafa09368027283a2e87d7cd255dcb36ab7b7
|
3 |
+
size 8973
|
dev/clips_16k_mp3/20170209-095509_3195700_3203766.mp3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:feea55ae9958053becce53b2d28cb8ff364fd70e230385e0b7d1f7587b394e49
|
3 |
+
size 32685
|
dev/clips_48k_wav/20170209-095509_3100646_3105613.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9b455e60682f03cab5adeab19db4e49520c8e5379613cc77ecb70bf22854cc7
|
3 |
+
size 953708
|
dev/clips_48k_wav/20170209-095509_3105613_3110113.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54f10bf00dd93b6a7a29cd0c4b47b8edd7d86a8c13397a5e82a5c5b468d1bb67
|
3 |
+
size 864044
|
dev/clips_48k_wav/20170209-095509_3110113_3115106.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ac621dfb668a0d935042fa6dae35fbed24ebda52c40fe516b2f01a82ba3cf4a
|
3 |
+
size 958700
|
dev/clips_48k_wav/20170209-095509_3115106_3119280.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d7b6b216ee777c5ffe200a0ce464a9871317eb98ced2ea6739cbabbd984a746
|
3 |
+
size 801452
|
dev/clips_48k_wav/20170209-095509_3119280_3124473.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a7bf22c778d39c685fad2ad6bd034afc46b9937107e9cfb9d98364a54c045e1
|
3 |
+
size 997100
|
dev/clips_48k_wav/20170209-095509_3124473_3131653.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3a71490263ace92edd1515ff7de6e4979c4b401294d4706be2590d49fe73be7
|
3 |
+
size 1378604
|
dev/clips_48k_wav/20170209-095509_3131653_3133960.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ccbaffb1fa9025a429c64da4ee3c2c442ed11257912e5b251b299d8ca9a25611
|
3 |
+
size 442988
|
dev/clips_48k_wav/20170209-095509_313330_316340.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1cca224fd73929e68b7462bae1ddd5ff9fe6e95fc17a975c99684ab4159cd618
|
3 |
+
size 577964
|
dev/clips_48k_wav/20170209-095509_3133960_3143900.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b8556baaa5c173134bfe18193fd07d5140c51b7a43070e6d2d430b3d7f17dd0
|
3 |
+
size 1908524
|
dev/clips_48k_wav/20170209-095509_3143900_3151080.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6e64f6672cc81184ff8f7f408a830539fe083103f4e6e53b4e5afc7a727c268
|
3 |
+
size 1378604
|
dev/clips_48k_wav/20170209-095509_3151080_3158346.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:451d4dbb047fbabc166a355ca10bf0ce2f75713620e1604fb89b0183bc951172
|
3 |
+
size 1395116
|
dev/clips_48k_wav/20170209-095509_3158346_3165520.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6f9158a50df4d4052530c26b3e647c5596860c8cd776d30c2e4066567214114
|
3 |
+
size 1377452
|
dev/clips_48k_wav/20170209-095509_316340_317270.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e50c0c9e06e1e57c07a619445db76b0e38e29332a1998a5cd2c969ac17e20a6
|
3 |
+
size 178604
|
dev/clips_48k_wav/20170209-095509_3165520_3175506.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a14035b53d3168f7e34033cbc7e8e4ecd208bb94e494bf6129844a99da03dddf
|
3 |
+
size 1917356
|
dev/clips_48k_wav/20170209-095509_3175506_3179520.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb1c3c0ac94b363d4fddeafc67fe2b0c52edc49cc5d0d21943c08a1f843622fd
|
3 |
+
size 770732
|
dev/clips_48k_wav/20170209-095509_317760_329270.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc5695664c44064ac201cc7b5f10c5537ad27775e323d99414d4f3b68428da6f
|
3 |
+
size 2209964
|
dev/clips_48k_wav/20170209-095509_3179520_3181026.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ca7afba350e3ad01a8ad8fd198b55083fbf927351ab322fd2b840d9ddd9f269
|
3 |
+
size 289196
|
dev/clips_48k_wav/20170209-095509_3181026_3193546.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9fa434b49233703ebbe31fc171cc35fa6e30e528a8ce092858972749ecf20ae
|
3 |
+
size 2403884
|
dev/clips_48k_wav/20170209-095509_3193546_3195700.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df503408787bcf48ad7814de1b535b933ca2572f62bb036de786328088c38801
|
3 |
+
size 413612
|
dev/clips_48k_wav/20170209-095509_3195700_3203766.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94725275e55c25988bea2378a6ba3b5976363450973909318403a09727bff6cd
|
3 |
+
size 1548716
|
dev/metadata.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:902c6b4c6b9c0d3845be0edb6adb73d4d99ca03fd01d55853fa5deae1e95beac
|
3 |
+
size 5711571
|
test.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59f42bbcf3bd4d50141ecd0814995b33f4f6d379966b2112a70a762be633bcbb
|
3 |
+
size 28214682
|
test/clips_16k_mp3/20171219-095511_16001930_16006690.mp3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:503e0000de9cbd7d849c89a4547f66567a5badb02381cb7c01374f803c30f71f
|
3 |
+
size 19437
|
test/clips_16k_mp3/20171219-095511_16006690_16010260.mp3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26d94e1240c642e31e45966efeb0e1e6a1af0c876407614298cbd48b119a7002
|
3 |
+
size 14637
|
test/clips_16k_mp3/20171219-095511_16010260_16012900.mp3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4bdcd28656235a37ac487c43400907c877c2c78e418c12a5c53ba5dc6ebe6c6a
|
3 |
+
size 10893
|
test/clips_16k_mp3/20171219-095511_16012900_16017120.mp3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:09242f09ea525fcfbe82f079fbc7d75c97f4c6142c040aeb59f92f5908c005d0
|
3 |
+
size 17229
|