versae commited on
Commit
a95ffe3
1 Parent(s): 0540a77

:fire: First version

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +24 -0
  2. NST.py +267 -0
  3. README.md +1 -1
  4. data/test/nst_no_test_close-0001-of-0003.json +3 -0
  5. data/test/nst_no_test_close-0001-of-0003.tar.gz +3 -0
  6. data/test/nst_no_test_close-0002-of-0003.json +3 -0
  7. data/test/nst_no_test_close-0002-of-0003.tar.gz +3 -0
  8. data/test/nst_no_test_close-0003-of-0003.json +3 -0
  9. data/test/nst_no_test_close-0003-of-0003.tar.gz +3 -0
  10. data/test/nst_no_test_distant-0001-of-0003.json +3 -0
  11. data/test/nst_no_test_distant-0001-of-0003.tar.gz +3 -0
  12. data/test/nst_no_test_distant-0002-of-0003.json +3 -0
  13. data/test/nst_no_test_distant-0002-of-0003.tar.gz +3 -0
  14. data/test/nst_no_test_distant-0003-of-0003.json +3 -0
  15. data/test/nst_no_test_distant-0003-of-0003.tar.gz +3 -0
  16. data/train/nst_no_train_close-0001-of-0009.json +3 -0
  17. data/train/nst_no_train_close-0001-of-0009.tar.gz +3 -0
  18. data/train/nst_no_train_close-0002-of-0009.json +3 -0
  19. data/train/nst_no_train_close-0002-of-0009.tar.gz +3 -0
  20. data/train/nst_no_train_close-0003-of-0009.json +3 -0
  21. data/train/nst_no_train_close-0003-of-0009.tar.gz +3 -0
  22. data/train/nst_no_train_close-0004-of-0009.json +3 -0
  23. data/train/nst_no_train_close-0004-of-0009.tar.gz +3 -0
  24. data/train/nst_no_train_close-0005-of-0009.json +3 -0
  25. data/train/nst_no_train_close-0005-of-0009.tar.gz +3 -0
  26. data/train/nst_no_train_close-0006-of-0009.json +3 -0
  27. data/train/nst_no_train_close-0006-of-0009.tar.gz +3 -0
  28. data/train/nst_no_train_close-0007-of-0009.json +3 -0
  29. data/train/nst_no_train_close-0007-of-0009.tar.gz +3 -0
  30. data/train/nst_no_train_close-0008-of-0009.json +3 -0
  31. data/train/nst_no_train_close-0008-of-0009.tar.gz +3 -0
  32. data/train/nst_no_train_close-0009-of-0009.json +3 -0
  33. data/train/nst_no_train_close-0009-of-0009.tar.gz +3 -0
  34. data/train/nst_no_train_distant-0001-of-0009.json +3 -0
  35. data/train/nst_no_train_distant-0001-of-0009.tar.gz +3 -0
  36. data/train/nst_no_train_distant-0002-of-0009.json +3 -0
  37. data/train/nst_no_train_distant-0002-of-0009.tar.gz +3 -0
  38. data/train/nst_no_train_distant-0003-of-0009.json +3 -0
  39. data/train/nst_no_train_distant-0003-of-0009.tar.gz +3 -0
  40. data/train/nst_no_train_distant-0004-of-0009.json +3 -0
  41. data/train/nst_no_train_distant-0004-of-0009.tar.gz +3 -0
  42. data/train/nst_no_train_distant-0005-of-0009.json +3 -0
  43. data/train/nst_no_train_distant-0005-of-0009.tar.gz +3 -0
  44. data/train/nst_no_train_distant-0006-of-0009.json +3 -0
  45. data/train/nst_no_train_distant-0006-of-0009.tar.gz +3 -0
  46. data/train/nst_no_train_distant-0007-of-0009.json +3 -0
  47. data/train/nst_no_train_distant-0007-of-0009.tar.gz +3 -0
  48. data/train/nst_no_train_distant-0008-of-0009.json +3 -0
  49. data/train/nst_no_train_distant-0008-of-0009.tar.gz +3 -0
  50. data/train/nst_no_train_distant-0009-of-0009.json +3 -0
.gitattributes CHANGED
@@ -36,3 +36,27 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
36
  *.mp3 filter=lfs diff=lfs merge=lfs -text
37
  *.ogg filter=lfs diff=lfs merge=lfs -text
38
  *.wav filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  *.mp3 filter=lfs diff=lfs merge=lfs -text
37
  *.ogg filter=lfs diff=lfs merge=lfs -text
38
  *.wav filter=lfs diff=lfs merge=lfs -text
39
+ data/test/nst_no_test_close-0003-of-0003.json filter=lfs diff=lfs merge=lfs -text
40
+ data/train/nst_no_train_close-0001-of-0009.json filter=lfs diff=lfs merge=lfs -text
41
+ data/train/nst_no_train_close-0002-of-0009.json filter=lfs diff=lfs merge=lfs -text
42
+ data/train/nst_no_train_close-0003-of-0009.json filter=lfs diff=lfs merge=lfs -text
43
+ data/train/nst_no_train_close-0008-of-0009.json filter=lfs diff=lfs merge=lfs -text
44
+ data/test/nst_no_test_close-0002-of-0003.json filter=lfs diff=lfs merge=lfs -text
45
+ data/train/nst_no_train_close-0009-of-0009.json filter=lfs diff=lfs merge=lfs -text
46
+ data/train/nst_no_train_distant-0002-of-0009.json filter=lfs diff=lfs merge=lfs -text
47
+ data/train/nst_no_train_distant-0005-of-0009.json filter=lfs diff=lfs merge=lfs -text
48
+ data/test/nst_no_test_close-0001-of-0003.json filter=lfs diff=lfs merge=lfs -text
49
+ data/test/nst_no_test_distant-0003-of-0003.json filter=lfs diff=lfs merge=lfs -text
50
+ data/train/nst_no_train_close-0006-of-0009.json filter=lfs diff=lfs merge=lfs -text
51
+ data/train/nst_no_train_distant-0003-of-0009.json filter=lfs diff=lfs merge=lfs -text
52
+ data/train/nst_no_train_distant-0004-of-0009.json filter=lfs diff=lfs merge=lfs -text
53
+ data/train/nst_no_train_distant-0008-of-0009.json filter=lfs diff=lfs merge=lfs -text
54
+ data/test/nst_no_test_distant-0002-of-0003.json filter=lfs diff=lfs merge=lfs -text
55
+ data/train/nst_no_train_close-0004-of-0009.json filter=lfs diff=lfs merge=lfs -text
56
+ data/train/nst_no_train_close-0005-of-0009.json filter=lfs diff=lfs merge=lfs -text
57
+ data/train/nst_no_train_close-0007-of-0009.json filter=lfs diff=lfs merge=lfs -text
58
+ data/train/nst_no_train_distant-0001-of-0009.json filter=lfs diff=lfs merge=lfs -text
59
+ data/train/nst_no_train_distant-0006-of-0009.json filter=lfs diff=lfs merge=lfs -text
60
+ data/train/nst_no_train_distant-0007-of-0009.json filter=lfs diff=lfs merge=lfs -text
61
+ data/train/nst_no_train_distant-0009-of-0009.json filter=lfs diff=lfs merge=lfs -text
62
+ data/test/nst_no_test_distant-0001-of-0003.json filter=lfs diff=lfs merge=lfs -text
NST.py ADDED
@@ -0,0 +1,267 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # coding=utf-8
2
+ # Copyright 2020 The TensorFlow Datasets Authors and the HuggingFace Datasets Authors.
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+
16
+ # Lint as: python3
17
+ """NST: Nordic Language Technology"""
18
+
19
+ import io
20
+ import json
21
+ import tarfile
22
+ import datasets
23
+ from datasets.tasks import AutomaticSpeechRecognition
24
+
25
+
26
+ _CITATION = """\
27
+ @inproceedings{,
28
+ title={},
29
+ author={},
30
+ booktitle={},
31
+ year={2022},
32
+ url={https://arxiv.org/abs/}
33
+ }
34
+ """
35
+
36
+ _DESCRIPTION = """\
37
+ This database was created by Nordic Language Technology for the development of automatic speech recognition and dictation in Norwegian. In this version, the organization of the data have been altered to improve the usefulness of the database.
38
+
39
+ The acoustic databases described below were developed by the firm Nordisk språkteknologi holding AS (NST), which went bankrupt in 2003. In 2006, a consortium consisting of the University of Oslo, the University of Bergen, the Norwegian University of Science and Technology, the Norwegian Language Council and IBM bought the bankruptcy estate of NST, in order to ensure that the language resources developed by NST were preserved. In 2009, the Norwegian Ministry of Culture charged the National Library of Norway with the task of creating a Norwegian language bank, which they initiated in 2010. The resources from NST were transferred to the National Library in May 2011, and are now made available in Språkbanken, for the time being without any further modification. Språkbanken is open for feedback from users about how the resources can be improved, and we are also interested in improved versions of the databases that users wish to share with other users. Please send response and feedback to sprakbanken@nb.no.
40
+ """
41
+
42
+ _HOMEPAGE = "https://www.nb.no/sprakbanken/en/resource-catalogue/oai-nb-no-sbr-54/"
43
+
44
+ # Example: https://huggingface.co/datasets/NbAiLab/NST/resolve/main/data/train/nst_no_train_distant-0005-of-0009.tar.gz
45
+ _DATA_URL = "https://huggingface.co/datasets/NbAiLab/NST/resolve/main/data/{split}/nst_{lang}_{split}_{mic}-{shard_idx}-of-{shard_total}.tar.gz"
46
+ # Example: https://huggingface.co/datasets/NbAiLab/NST/resolve/main/data/test/nst_no_test_close-0002-of-0003.json
47
+ _METADATA_URL = "https://huggingface.co/datasets/NbAiLab/NST/resolve/main/data/{split}/nst_{lang}_{split}_{mic}-{shard_idx}-of-{shard_total}.json"
48
+
49
+ _SHARDS = {
50
+ "no": {
51
+ "test": 3,
52
+ "train": 9,
53
+ },
54
+ }
55
+
56
+ _METADATA_MAPPING = {
57
+ "pid": "pid",
58
+ "age": "Age",
59
+ "region_of_birth": "Region_of_Birth",
60
+ "region_of_youth": "Region_of_Youth",
61
+ "remarks": "Remarks",
62
+ "sex": "Sex",
63
+ "speaker_id": "Speaker_ID",
64
+ "directory": "Directory",
65
+ "imported_sheet_file": "Imported_sheet_file",
66
+ "number_of_recordings": "Number_of_recordings",
67
+ "recording_date": "RecDate",
68
+ "recording_time": "RecTime",
69
+ "recording_duration": "Record_duration",
70
+ "recording_session": "Record_session",
71
+ "sheet_number": "Sheet_number",
72
+ "ansi_codepage": "ANSI_Codepage",
73
+ "board": "Board",
74
+ "byte_format": "ByteFormat",
75
+ "channels": "Channels",
76
+ "character_set": "CharacterSet",
77
+ "coding": "Coding",
78
+ "dos_Codepage": "DOS_Codepage",
79
+ "delimiter": "Delimiter",
80
+ "frequency": "Frequency",
81
+ "memo": "Memo",
82
+ "script": "Script",
83
+ "version": "Version",
84
+ "dst": "DST",
85
+ "noi": "NOI",
86
+ "qua": "QUA",
87
+ "snd": "SND",
88
+ "spc": "SPC",
89
+ "utt": "UTT",
90
+ "file": "file",
91
+ "t0": "t0",
92
+ "t1": "t1",
93
+ "t2": "t2",
94
+ "text": "text",
95
+ "type": "type",
96
+ }
97
+
98
+
99
+ class NstConfig(datasets.BuilderConfig):
100
+ """BuilderConfig for NST."""
101
+
102
+ def __init__(self, *args, **kwargs):
103
+ """BuilderConfig for NST.
104
+ Args:
105
+ **kwargs: keyword arguments forwarded to super.
106
+ """
107
+ super(NstConfig, self).__init__(*args, **kwargs)
108
+
109
+
110
+ class Nst(datasets.GeneratorBasedBuilder):
111
+ """NST dataset."""
112
+
113
+ DEFAULT_WRITER_BATCH_SIZE = 1000
114
+ BUILDER_CONFIGS = [
115
+ NstConfig(
116
+ name="no-both",
117
+ version=datasets.Version("1.0.0"),
118
+ description="NST Norwegian (both close and distant microphones)",
119
+ ),
120
+ NstConfig(
121
+ name="no-close",
122
+ version=datasets.Version("1.0.0"),
123
+ description="NST Norwegian (close microphone)",
124
+ ),
125
+ NstConfig(
126
+ name="no-distant",
127
+ version=datasets.Version("1.0.0"),
128
+ description="NST Norwegian (distant microphone)",
129
+ ),
130
+ ]
131
+
132
+ def _info(self):
133
+ sampling_rate = 16_000
134
+ return datasets.DatasetInfo(
135
+ description=_DESCRIPTION,
136
+ features=datasets.Features({
137
+ "id": datasets.Value("string"),
138
+ "audio": datasets.features.Audio(sampling_rate=sampling_rate),
139
+ "lang_code": datasets.Value("string"),
140
+ "microphone_position": datasets.Value("string"),
141
+ # Metadata
142
+ "pid": datasets.Value("string"), # "no14xx31-24012000-1820",
143
+ "age": datasets.Value("int32"), # 18,
144
+ "region_of_birth": datasets.Value("string"), # "Voss og omland",
145
+ "region_of_youth": datasets.Value("string"), # "Voss og omland",
146
+ "remarks": datasets.Value("string"), # "Some text",
147
+ "sex": datasets.Value("string"), # "female",
148
+ "speaker_id": datasets.Value("string"), # 31,
149
+ "directory": datasets.Value("string"), # "c:\\adb_0464\\data\\scr0464\\17\\04641701\\r4640006",
150
+ "imported_sheet_file": datasets.Value("string"), # "c:\\adb\\dsdr\\scripts\\nor464\\nor464.psh",
151
+ "number_of_recordings": datasets.Value("int32"), # 987,
152
+ "recording_date": datasets.Value("string"), # "24 jan 2000",
153
+ "recording_time": datasets.Value("string"), # "18:20:52",
154
+ "recording_duration": datasets.Value("string"), # "232' 15\"",
155
+ "recording_session": datasets.Value("int32"), # "6",
156
+ "sheet_number": datasets.Value("int32"), # "31",
157
+ "ansi_codepage": datasets.Value("string"), # "1252",
158
+ "board": datasets.Value("string"), # "2;NI DSP2200",
159
+ "byte_format": datasets.Value("string"), # "01",
160
+ "channels": datasets.Value("int32"), # 2,
161
+ "character_set": datasets.Value("string"), # "ANSI",
162
+ "coding": datasets.Value("string"), # "PCM;Linear",
163
+ "dos_codepage": datasets.Value("string"), # "850",
164
+ "delimiter": datasets.Value("string"), # ">-<",
165
+ "frequency": datasets.Value("int32"), # 16000,
166
+ "memo": datasets.Value("string"), # "",
167
+ "script": datasets.Value("string"), # "464",
168
+ "version": datasets.Value("string"), # "0001_1",
169
+ "dst": datasets.Value("string"), # "0",
170
+ "noi": datasets.Value("string"), # "0",
171
+ "qua": datasets.Value("string"), # "X",
172
+ "snd": datasets.Value("string"), # "0",
173
+ "spc": datasets.Value("string"), # "0",
174
+ "utt": datasets.Value("string"), # "0",
175
+ "file": datasets.Value("string"), # "u0006733.wav",
176
+ "t0": datasets.Value("int32"), # 417024,
177
+ "t1": datasets.Value("int32"), # 249777024,
178
+ "t2": datasets.Value("int32"), # 250193024,
179
+ "text": datasets.Value("string"), # "Selv rett utenfor administrasjonsbygningen er det anlagt en liten fotballbane.",
180
+ "type": datasets.Value("string"), # "ISp71",
181
+ }),
182
+ supervised_keys=None,
183
+ homepage=_HOMEPAGE,
184
+ citation=_CITATION,
185
+ task_templates=[
186
+ AutomaticSpeechRecognition(
187
+ audio_file_path_column="audio",
188
+ transcription_column="text"
189
+ )
190
+ ],
191
+ )
192
+
193
+ def _split_generators(self, dl_manager):
194
+ """Returns SplitGenerators."""
195
+ data_urls = {}
196
+ lang_code, mic = self.config.name.split("-")
197
+ if lang_code == "both":
198
+ lang_codes = ["close", "distant"]
199
+ else:
200
+ lang_codes = [lang_code]
201
+ for split in ["train", "test"]:
202
+ data_urls[split] = []
203
+ for lang_code in lang_codes:
204
+ shard_total = _SHARDS[lang_code][split]
205
+ for shard_idx in range(shard_total + 1):
206
+ # .../data/{split}/nst_{lang_code}_{split}_{mic}-{shard_idx}-of-{shard_total}
207
+ string_formating = dict(
208
+ split=split,
209
+ lang_code=lang_code,
210
+ mic=mic,
211
+ shard_idx=shard_idx + 1,
212
+ shard_total=shard_total
213
+ )
214
+ data_urls[split] += [(
215
+ _METADATA_URL.format(**string_formating),
216
+ _DATA_URL.format(**string_formating)
217
+ )]
218
+ train_downloaded_data = dl_manager.download(data_urls["train"])
219
+ test_downloaded_data = dl_manager.download(data_urls["test"])
220
+ return [
221
+ datasets.SplitGenerator(
222
+ name=datasets.Split.TRAIN, gen_kwargs={
223
+ "filepaths": train_downloaded_data,
224
+ }
225
+ ),
226
+ datasets.SplitGenerator(
227
+ name=datasets.Split.TEST, gen_kwargs={
228
+ "filepaths": test_downloaded_data,
229
+ }
230
+ ),
231
+ ]
232
+
233
+ def _generate_examples(self, filepaths):
234
+ """Yields examples."""
235
+ lang_code, _ = self.config.name.split("-")
236
+ data_fields = list(self._info().features.keys())
237
+ data_fields.remove("id")
238
+ data_fields.remove("audio")
239
+ data_fields.remove("lang_code")
240
+ data_fields.remove("microphone_position")
241
+ for metadata_path, archive_path in filepaths:
242
+ mic = "close" if metadata_file.name else "distant"
243
+ metadata = {}
244
+ with open(metadata_path) as metadata_file:
245
+ for line in metadata_file.read().split("\n"):
246
+ if line:
247
+ metadata_object = json.loads(line)
248
+ metadata_key = f'{metadata_object["pid"]}_{metadata_object["file"].replace(".wav", "")}_{mic}'
249
+ metadata[metadata_key] = metadata_object
250
+ with open(archive_path, "rb") as archive_fs:
251
+ archive_bytes = io.BytesIO(archive_fs.read())
252
+ with tarfile.open(fileobj=archive_bytes, mode="r") as tar:
253
+ for audio_file in tar.getmembers():
254
+ if audio_file.isfile() and audio_file.name.endswith(".mp3"):
255
+ metadata_key = f'{audio_file.name.replace(".mp3", "")}_{mic}'
256
+ audio_bytes = tar.extractfile(audio_file).read()
257
+ audio_dict = {"bytes": audio_bytes, "path": audio_file.name}
258
+ fields = {key: metadata[metadata_key][_METADATA_MAPPING[key]] for key in data_fields}
259
+ fields["channels"] = 1
260
+ fields["file"] = fields["file"].replace(".wav", ".mp3")
261
+ yield metadata_key, {
262
+ "id": metadata_key,
263
+ "audio": audio_dict,
264
+ "lang_code": lang_code,
265
+ "microphone_position": mic,
266
+ **fields
267
+ }
README.md CHANGED
@@ -1,3 +1,3 @@
1
  ---
2
- license: cc0-1.0
3
  ---
1
  ---
2
+ license: apache-2.0
3
  ---
data/test/nst_no_test_close-0001-of-0003.json ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83faac575aca9cc2c788930c05535eb1c3a2bfb8e4eb1713b01cfeb18d731423
3
+ size 29361034
data/test/nst_no_test_close-0001-of-0003.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:240b080f16996c9d058de3d5fc4e182e93b94bfca372425bb31c386d9d50c5c1
3
+ size 510299457
data/test/nst_no_test_close-0002-of-0003.json ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7aeb763484af1201e66892bab3d781196f9a9857177a20b8f4f75af502c0d2c
3
+ size 29338822
data/test/nst_no_test_close-0002-of-0003.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92efaa0327e8d9ef80fa706a4be126576c8194db7b2a72f7fdf6325373101102
3
+ size 510281042
data/test/nst_no_test_close-0003-of-0003.json ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5db2c757523e79c6c31809d8373a619af385d68efafa02cc7e4a362812b98041
3
+ size 13046475
data/test/nst_no_test_close-0003-of-0003.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a98913c63ac6772133393e0aedcf872b7fefbb2a1380419c6d35832115d3e2b2
3
+ size 227585812
data/test/nst_no_test_distant-0001-of-0003.json ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83faac575aca9cc2c788930c05535eb1c3a2bfb8e4eb1713b01cfeb18d731423
3
+ size 29361034
data/test/nst_no_test_distant-0001-of-0003.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9a2bafc736b777da1b395dd1b942274248825c4ff6bfa485c96b3a2751a8f61
3
+ size 510689869
data/test/nst_no_test_distant-0002-of-0003.json ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7aeb763484af1201e66892bab3d781196f9a9857177a20b8f4f75af502c0d2c
3
+ size 29338822
data/test/nst_no_test_distant-0002-of-0003.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03b053961dd96b321690d378a6aaab32bb6cb5d1f2a870eeb3b43ac2cd84df24
3
+ size 510671546
data/test/nst_no_test_distant-0003-of-0003.json ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5db2c757523e79c6c31809d8373a619af385d68efafa02cc7e4a362812b98041
3
+ size 13046475
data/test/nst_no_test_distant-0003-of-0003.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0ce8b055747c1ad4237ab6bad6104d6133184337b6711bbe53ecf7653407399
3
+ size 227758840
data/train/nst_no_train_close-0001-of-0009.json ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4cc2f17f21bb1b42a67a2078ca7aa50467627b3f686dabbf2a1557a151f4949
3
+ size 33357446
data/train/nst_no_train_close-0001-of-0009.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11972b4dff679592652c6289dd26ec347c34131e8cb6a602142f98e7487e9c56
3
+ size 511154654
data/train/nst_no_train_close-0002-of-0009.json ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97094b1e738066253ea6a1ffd5b8246ffe38d0ee8a2b2b800cd0b289acad10f2
3
+ size 33421201
data/train/nst_no_train_close-0002-of-0009.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:179e02a66ce93e22834d40ef864a6283010536b95a339aa8562aa10f4c857f51
3
+ size 511128054
data/train/nst_no_train_close-0003-of-0009.json ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b47e0e38fe54711ac8b52128683b27bae9cb4c7aa6d7f6cc005184f77335ee33
3
+ size 33563223
data/train/nst_no_train_close-0003-of-0009.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeebd8f4885dc2b2018f931bb1b79feded639797f3945fd8a78c521ba405e56b
3
+ size 511084836
data/train/nst_no_train_close-0004-of-0009.json ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:453d58f075f8743fbcbb9422c935730464cbcfc4370d3ddf09b185f2516f2e48
3
+ size 33538556
data/train/nst_no_train_close-0004-of-0009.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca7149b16501e9091d074d6e996fac52803af70aa9012b72c2c7b8f95946b3ac
3
+ size 511074132
data/train/nst_no_train_close-0005-of-0009.json ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58402f86d590f6ded217987f1d107a8aa91fb527ec2dda3e6201cbb2fac7cf74
3
+ size 33349361
data/train/nst_no_train_close-0005-of-0009.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b39a43e41eb2d7aff26161779cb51043024b59c16ed5d315db6242c14d33e6d
3
+ size 511114995
data/train/nst_no_train_close-0006-of-0009.json ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4b42e8e2e332e41bc5762cb2478dad0989fdd23207e7e81d1cedaf7c3495751
3
+ size 33419538
data/train/nst_no_train_close-0006-of-0009.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08d3717152572de98e792717ec8c5b80e49f22a84bca11bb02f2803d6c37900e
3
+ size 511132922
data/train/nst_no_train_close-0007-of-0009.json ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fafbfa0d6e9aa8a7ea63e02b237a94d96fad52fd925955fe52f4a49f750c07e5
3
+ size 33393201
data/train/nst_no_train_close-0007-of-0009.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d753f5cb9096a200a925f4a7080a65844d8e87477ba91ef5ad7c10ecaae20fb
3
+ size 511110044
data/train/nst_no_train_close-0008-of-0009.json ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:618847fdc12d61b21c5dce55a1ded298c87952150455835de4ffc2940dc0beb9
3
+ size 33551184
data/train/nst_no_train_close-0008-of-0009.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0135f9df018542ef250276e56612b3edb1db636a5a76570b83aea0b46fce09df
3
+ size 511145050
data/train/nst_no_train_close-0009-of-0009.json ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:895d328a1af83b7127fc3da18221c1e666183de634aa6092175576f7ea446372
3
+ size 25042682
data/train/nst_no_train_close-0009-of-0009.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:927573ea7979a4ba9d9ebc11863438df23d607d7f18713d8efc09953435da9f7
3
+ size 383328970
data/train/nst_no_train_distant-0001-of-0009.json ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4cc2f17f21bb1b42a67a2078ca7aa50467627b3f686dabbf2a1557a151f4949
3
+ size 33357446
data/train/nst_no_train_distant-0001-of-0009.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5379b7f345318e681c1927f50012c8fe8bf5ecdd63a070373223dd0c16f86b4d
3
+ size 511369778
data/train/nst_no_train_distant-0002-of-0009.json ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97094b1e738066253ea6a1ffd5b8246ffe38d0ee8a2b2b800cd0b289acad10f2
3
+ size 33421201
data/train/nst_no_train_distant-0002-of-0009.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52377fb27ca9c896f76fde5fc6880da1ba9c210eebdbfe580161cfcee66fdd48
3
+ size 511351654
data/train/nst_no_train_distant-0003-of-0009.json ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b47e0e38fe54711ac8b52128683b27bae9cb4c7aa6d7f6cc005184f77335ee33
3
+ size 33563223
data/train/nst_no_train_distant-0003-of-0009.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f98bd1aae3950e747232f292440d22714aadbeca0d0553e45e7648c6bd82c3dc
3
+ size 511308246
data/train/nst_no_train_distant-0004-of-0009.json ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:453d58f075f8743fbcbb9422c935730464cbcfc4370d3ddf09b185f2516f2e48
3
+ size 33538556
data/train/nst_no_train_distant-0004-of-0009.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ccaa5a022ec2aaa153018ddda8deb873b5d4544c5fa4a14c207ac9b2cab6bee
3
+ size 511292468
data/train/nst_no_train_distant-0005-of-0009.json ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58402f86d590f6ded217987f1d107a8aa91fb527ec2dda3e6201cbb2fac7cf74
3
+ size 33349361
data/train/nst_no_train_distant-0005-of-0009.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a24f8f20258365d7979389e260027f0b4833de70b45789c8bcaf4fd6b7256754
3
+ size 511339367
data/train/nst_no_train_distant-0006-of-0009.json ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4b42e8e2e332e41bc5762cb2478dad0989fdd23207e7e81d1cedaf7c3495751
3
+ size 33419538
data/train/nst_no_train_distant-0006-of-0009.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bbf726cb789b97b2db1f9c8e0d07ea4ea70c374424ea6adc500a902aa8dbb0c
3
+ size 511344737
data/train/nst_no_train_distant-0007-of-0009.json ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fafbfa0d6e9aa8a7ea63e02b237a94d96fad52fd925955fe52f4a49f750c07e5
3
+ size 33393201
data/train/nst_no_train_distant-0007-of-0009.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:121565d8ea4568068ba8c61d4e3887a976f5690c9ed828ddba58494629867a73
3
+ size 511337906
data/train/nst_no_train_distant-0008-of-0009.json ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:618847fdc12d61b21c5dce55a1ded298c87952150455835de4ffc2940dc0beb9
3
+ size 33551184
data/train/nst_no_train_distant-0008-of-0009.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8ce8faa148d46ea8af274a69772418dd0bd316596e2b63f32789127a0609839
3
+ size 511363525
data/train/nst_no_train_distant-0009-of-0009.json ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:895d328a1af83b7127fc3da18221c1e666183de634aa6092175576f7ea446372
3
+ size 25042682