Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 4 new columns ({'version', 'updated', 'description', 'schema'}) and 6 missing columns ({'text_metrics', 'audio_metadata', 'temporal', 'original_id', 'export_id', 'annotations'}).

This happened while the json dataset builder was generating data using

hf://datasets/danielrosehill/Voice-Note-Audio/schema/annotation_schema_v1.json (at revision 79e629e6a2d8eb5aca97cefc31eb1199efa2e33a)

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1831, in _prepare_split_single
                  writer.write_table(table)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 714, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              version: string
              updated: timestamp[s]
              description: string
              schema: struct<classification: struct<description: string, type: string, categories: list<item: struct<id: s (... 652 chars omitted)
                child 0, classification: struct<description: string, type: string, categories: list<item: struct<id: string, label: string, d (... 21 chars omitted)
                    child 0, description: string
                    child 1, type: string
                    child 2, categories: list<item: struct<id: string, label: string, description: string>>
                        child 0, item: struct<id: string, label: string, description: string>
                            child 0, id: string
                            child 1, label: string
                            child 2, description: string
                child 1, audio_defects: struct<description: string, type: string, categories: list<item: struct<id: string, label: string, d (... 21 chars omitted)
                    child 0, description: string
                    child 1, type: string
                    child 2, categories: list<item: struct<id: string, label: string, description: string>>
                        child 0, item: struct<id: string, label: string, description: string>
                            child 0, id: string
                            child 1, label: string
                            child 2, description: string
                child 2, content_issues: struct<description: string, type: string, categories: list<item: struct<id: string, label: string, d (... 21 chars omitted)
                    child 0, description: string
                    child 1, type: string
                    child 2, categories: list<item: struct<id: string, label: string, description: string>>
                        child 0, item: struct<id: string, label: string, description: string>
                            child 0, id: string
                            child 1, label: string
                            child 2, description: string
                child 3, languages: struct<description: string, type: string, categories: list<item: struct<id: string, label: string, d (... 21 chars omitted)
                    child 0, description: string
                    child 1, type: string
                    child 2, categories: list<item: struct<id: string, label: string, description: string>>
                        child 0, item: struct<id: string, label: string, description: string>
                            child 0, id: string
                            child 1, label: string
                            child 2, description: string
                child 4, transcription_quality: struct<description: string, type: string, categories: list<item: struct<id: string, label: string, d (... 21 chars omitted)
                    child 0, description: string
                    child 1, type: string
                    child 2, categories: list<item: struct<id: string, label: string, description: string>>
                        child 0, item: struct<id: string, label: string, description: string>
                            child 0, id: string
                            child 1, label: string
                            child 2, description: string
                child 5, notes: struct<description: string, type: string>
                    child 0, description: string
                    child 1, type: string
              to
              {'original_id': Value('int64'), 'export_id': Value('int64'), 'audio_metadata': {'duration_seconds': Value('float64'), 'duration_formatted': Value('string'), 'bitrate': Value('int64'), 'sample_rate': Value('int64'), 'channels': Value('int64'), 'file_size_mb': Value('float64'), 'audio_codec': Value('null')}, 'text_metrics': {'word_count': Value('int64'), 'character_count': Value('int64'), 'unique_word_count': Value('int64'), 'lexical_diversity': Value('float64'), 'sentence_count': Value('int64'), 'wpm': Value('float64')}, 'temporal': {'upload_timestamp': Value('string'), 'recording_date': Value('timestamp[s]'), 'recording_time_of_day': Value('string')}, 'annotations': List(Value('null'))}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1455, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1054, in convert_to_parquet
                  builder.download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 894, in download_and_prepare
                  self._download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 970, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1702, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1833, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 4 new columns ({'version', 'updated', 'description', 'schema'}) and 6 missing columns ({'text_metrics', 'audio_metadata', 'temporal', 'original_id', 'export_id', 'annotations'}).
              
              This happened while the json dataset builder was generating data using
              
              hf://datasets/danielrosehill/Voice-Note-Audio/schema/annotation_schema_v1.json (at revision 79e629e6a2d8eb5aca97cefc31eb1199efa2e33a)
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

original_id
int64
export_id
int64
audio_metadata
dict
text_metrics
dict
temporal
dict
annotations
list
101
1
{ "duration_seconds": 65.74, "duration_formatted": "1:05", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 1.51, "audio_codec": null }
{ "word_count": 108, "character_count": 710, "unique_word_count": 72, "lexical_diversity": 0.667, "sentence_count": 4, "wpm": 98.6 }
{ "upload_timestamp": "2025-10-27T01:49:44.006780", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
92
10
{ "duration_seconds": 54.78, "duration_formatted": "0:54", "bitrate": 192000, "sample_rate": 44100, "channels": 2, "file_size_mb": 1.25, "audio_codec": null }
{ "word_count": 121, "character_count": 655, "unique_word_count": 85, "lexical_diversity": 0.702, "sentence_count": 5, "wpm": 132.5 }
{ "upload_timestamp": "2025-10-27T01:47:04.155863", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
2
100
{ "duration_seconds": 117.26, "duration_formatted": "1:57", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 2.68, "audio_codec": null }
{ "word_count": 150, "character_count": 877, "unique_word_count": 84, "lexical_diversity": 0.56, "sentence_count": 7, "wpm": 76.8 }
{ "upload_timestamp": "2025-10-27T02:21:23.107047", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
1
101
{ "duration_seconds": 182.66, "duration_formatted": "3:02", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 4.18, "audio_codec": null }
{ "word_count": 296, "character_count": 1804, "unique_word_count": 161, "lexical_diversity": 0.544, "sentence_count": 12, "wpm": 97.2 }
{ "upload_timestamp": "2025-10-27T02:07:57.426277", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
91
11
{ "duration_seconds": 66.61, "duration_formatted": "1:06", "bitrate": 192000, "sample_rate": 44100, "channels": 2, "file_size_mb": 1.53, "audio_codec": null }
{ "word_count": 95, "character_count": 567, "unique_word_count": 63, "lexical_diversity": 0.663, "sentence_count": 5, "wpm": 85.6 }
{ "upload_timestamp": "2025-10-27T01:46:45.655990", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
90
12
{ "duration_seconds": 53.58, "duration_formatted": "0:53", "bitrate": 192000, "sample_rate": 44100, "channels": 2, "file_size_mb": 1.23, "audio_codec": null }
{ "word_count": 94, "character_count": 564, "unique_word_count": 62, "lexical_diversity": 0.66, "sentence_count": 4, "wpm": 105.3 }
{ "upload_timestamp": "2025-10-27T01:46:17.731230", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
89
13
{ "duration_seconds": 55.78, "duration_formatted": "0:55", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 1.28, "audio_codec": null }
{ "word_count": 92, "character_count": 548, "unique_word_count": 57, "lexical_diversity": 0.62, "sentence_count": 5, "wpm": 99 }
{ "upload_timestamp": "2025-10-27T01:46:01.221828", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
88
14
{ "duration_seconds": 44.9, "duration_formatted": "0:44", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 1.03, "audio_codec": null }
{ "word_count": 114, "character_count": 641, "unique_word_count": 69, "lexical_diversity": 0.605, "sentence_count": 5, "wpm": 152.3 }
{ "upload_timestamp": "2025-10-27T01:45:46.065039", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
87
15
{ "duration_seconds": 39.94, "duration_formatted": "0:39", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 0.91, "audio_codec": null }
{ "word_count": 90, "character_count": 473, "unique_word_count": 59, "lexical_diversity": 0.656, "sentence_count": 5, "wpm": 135.2 }
{ "upload_timestamp": "2025-10-27T01:45:30.648655", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
86
16
{ "duration_seconds": 35.78, "duration_formatted": "0:35", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 0.82, "audio_codec": null }
{ "word_count": 70, "character_count": 413, "unique_word_count": 55, "lexical_diversity": 0.786, "sentence_count": 3, "wpm": 117.4 }
{ "upload_timestamp": "2025-10-27T01:45:16.694906", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
85
17
{ "duration_seconds": 168.65, "duration_formatted": "2:48", "bitrate": 192000, "sample_rate": 44100, "channels": 2, "file_size_mb": 3.86, "audio_codec": null }
{ "word_count": 355, "character_count": 1870, "unique_word_count": 181, "lexical_diversity": 0.51, "sentence_count": 15, "wpm": 126.3 }
{ "upload_timestamp": "2025-10-27T01:44:29.769433", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
84
18
{ "duration_seconds": 38.78, "duration_formatted": "0:38", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 0.89, "audio_codec": null }
{ "word_count": 74, "character_count": 395, "unique_word_count": 53, "lexical_diversity": 0.716, "sentence_count": 1, "wpm": 114.5 }
{ "upload_timestamp": "2025-10-27T01:44:06.362952", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
83
19
{ "duration_seconds": 106.78, "duration_formatted": "1:46", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 2.44, "audio_codec": null }
{ "word_count": 189, "character_count": 1196, "unique_word_count": 117, "lexical_diversity": 0.619, "sentence_count": 8, "wpm": 106.2 }
{ "upload_timestamp": "2025-10-27T01:43:50.645428", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
100
2
{ "duration_seconds": 45.5, "duration_formatted": "0:45", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 1.04, "audio_codec": null }
{ "word_count": 103, "character_count": 601, "unique_word_count": 72, "lexical_diversity": 0.699, "sentence_count": 6, "wpm": 135.8 }
{ "upload_timestamp": "2025-10-27T01:49:24.498335", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
82
20
{ "duration_seconds": 54.33, "duration_formatted": "0:54", "bitrate": 192000, "sample_rate": 44100, "channels": 2, "file_size_mb": 1.24, "audio_codec": null }
{ "word_count": 125, "character_count": 736, "unique_word_count": 77, "lexical_diversity": 0.616, "sentence_count": 8, "wpm": 138 }
{ "upload_timestamp": "2025-10-27T01:43:12.731654", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
81
21
{ "duration_seconds": 160.03, "duration_formatted": "2:40", "bitrate": 192000, "sample_rate": 44100, "channels": 2, "file_size_mb": 3.66, "audio_codec": null }
{ "word_count": 405, "character_count": 2186, "unique_word_count": 205, "lexical_diversity": 0.506, "sentence_count": 18, "wpm": 151.8 }
{ "upload_timestamp": "2025-10-27T01:41:01.938865", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
80
22
{ "duration_seconds": 149.58, "duration_formatted": "2:29", "bitrate": 192000, "sample_rate": 44100, "channels": 2, "file_size_mb": 3.42, "audio_codec": null }
{ "word_count": 187, "character_count": 1046, "unique_word_count": 108, "lexical_diversity": 0.578, "sentence_count": 11, "wpm": 75 }
{ "upload_timestamp": "2025-10-27T01:40:45.391810", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
79
23
{ "duration_seconds": 48.46, "duration_formatted": "0:48", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 1.11, "audio_codec": null }
{ "word_count": 79, "character_count": 475, "unique_word_count": 52, "lexical_diversity": 0.658, "sentence_count": 3, "wpm": 97.8 }
{ "upload_timestamp": "2025-10-27T01:40:27.009086", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
78
24
{ "duration_seconds": 104.83, "duration_formatted": "1:44", "bitrate": 192000, "sample_rate": 44100, "channels": 2, "file_size_mb": 2.4, "audio_codec": null }
{ "word_count": 199, "character_count": 1039, "unique_word_count": 124, "lexical_diversity": 0.623, "sentence_count": 16, "wpm": 113.9 }
{ "upload_timestamp": "2025-10-27T01:40:07.434558", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
77
25
{ "duration_seconds": 19.12, "duration_formatted": "0:19", "bitrate": 192000, "sample_rate": 44100, "channels": 2, "file_size_mb": 0.44, "audio_codec": null }
{ "word_count": 46, "character_count": 212, "unique_word_count": 40, "lexical_diversity": 0.87, "sentence_count": 3, "wpm": 144.4 }
{ "upload_timestamp": "2025-10-27T01:39:55.634910", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
76
26
{ "duration_seconds": 258.3, "duration_formatted": "4:18", "bitrate": 192000, "sample_rate": 44100, "channels": 2, "file_size_mb": 5.91, "audio_codec": null }
{ "word_count": 516, "character_count": 2789, "unique_word_count": 233, "lexical_diversity": 0.452, "sentence_count": 21, "wpm": 119.9 }
{ "upload_timestamp": "2025-10-27T01:39:20.700196", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
75
27
{ "duration_seconds": 199.9, "duration_formatted": "3:19", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 4.58, "audio_codec": null }
{ "word_count": 447, "character_count": 2451, "unique_word_count": 210, "lexical_diversity": 0.47, "sentence_count": 20, "wpm": 134.2 }
{ "upload_timestamp": "2025-10-27T01:39:03.749136", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
74
28
{ "duration_seconds": 67.81, "duration_formatted": "1:07", "bitrate": 192000, "sample_rate": 44100, "channels": 2, "file_size_mb": 1.55, "audio_codec": null }
{ "word_count": 153, "character_count": 852, "unique_word_count": 93, "lexical_diversity": 0.608, "sentence_count": 10, "wpm": 135.4 }
{ "upload_timestamp": "2025-10-27T01:38:45.132245", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
73
29
{ "duration_seconds": 27.98, "duration_formatted": "0:27", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 0.64, "audio_codec": null }
{ "word_count": 54, "character_count": 302, "unique_word_count": 43, "lexical_diversity": 0.796, "sentence_count": 4, "wpm": 115.8 }
{ "upload_timestamp": "2025-10-27T01:38:29.682105", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
99
3
{ "duration_seconds": 142.47, "duration_formatted": "2:22", "bitrate": 192000, "sample_rate": 44100, "channels": 2, "file_size_mb": 3.26, "audio_codec": null }
{ "word_count": 297, "character_count": 1671, "unique_word_count": 148, "lexical_diversity": 0.498, "sentence_count": 10, "wpm": 125.1 }
{ "upload_timestamp": "2025-10-27T01:48:53.637285", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
72
30
{ "duration_seconds": 83.62, "duration_formatted": "1:23", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 1.91, "audio_codec": null }
{ "word_count": 208, "character_count": 1160, "unique_word_count": 106, "lexical_diversity": 0.51, "sentence_count": 19, "wpm": 149.2 }
{ "upload_timestamp": "2025-10-27T01:38:17.742438", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
71
31
{ "duration_seconds": 43.94, "duration_formatted": "0:43", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 1.01, "audio_codec": null }
{ "word_count": 90, "character_count": 494, "unique_word_count": 61, "lexical_diversity": 0.678, "sentence_count": 2, "wpm": 122.9 }
{ "upload_timestamp": "2025-10-27T01:38:03.068064", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
70
32
{ "duration_seconds": 61.34, "duration_formatted": "1:01", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 1.4, "audio_codec": null }
{ "word_count": 84, "character_count": 453, "unique_word_count": 55, "lexical_diversity": 0.655, "sentence_count": 4, "wpm": 82.2 }
{ "upload_timestamp": "2025-10-27T01:36:31.434768", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
69
33
{ "duration_seconds": 22.41, "duration_formatted": "0:22", "bitrate": 192000, "sample_rate": 44100, "channels": 2, "file_size_mb": 0.51, "audio_codec": null }
{ "word_count": 40, "character_count": 224, "unique_word_count": 30, "lexical_diversity": 0.75, "sentence_count": 3, "wpm": 107.1 }
{ "upload_timestamp": "2025-10-27T01:36:17.091113", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
68
34
{ "duration_seconds": 18.34, "duration_formatted": "0:18", "bitrate": 192000, "sample_rate": 44100, "channels": 2, "file_size_mb": 0.42, "audio_codec": null }
{ "word_count": 42, "character_count": 260, "unique_word_count": 39, "lexical_diversity": 0.929, "sentence_count": 2, "wpm": 137.4 }
{ "upload_timestamp": "2025-10-27T01:35:26.089319", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
67
35
{ "duration_seconds": 31.54, "duration_formatted": "0:31", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 0.72, "audio_codec": null }
{ "word_count": 58, "character_count": 365, "unique_word_count": 46, "lexical_diversity": 0.793, "sentence_count": 4, "wpm": 110.3 }
{ "upload_timestamp": "2025-10-27T01:34:52.584792", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
66
36
{ "duration_seconds": 434.78, "duration_formatted": "7:14", "bitrate": 192000, "sample_rate": 44100, "channels": 2, "file_size_mb": 9.95, "audio_codec": null }
{ "word_count": 791, "character_count": 4288, "unique_word_count": 320, "lexical_diversity": 0.405, "sentence_count": 42, "wpm": 109.2 }
{ "upload_timestamp": "2025-10-27T01:34:33.693352", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
65
37
{ "duration_seconds": 41.51, "duration_formatted": "0:41", "bitrate": 192000, "sample_rate": 44100, "channels": 2, "file_size_mb": 0.95, "audio_codec": null }
{ "word_count": 101, "character_count": 548, "unique_word_count": 70, "lexical_diversity": 0.693, "sentence_count": 7, "wpm": 146 }
{ "upload_timestamp": "2025-10-27T01:32:36.841093", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
64
38
{ "duration_seconds": 304.51, "duration_formatted": "5:04", "bitrate": 192000, "sample_rate": 44100, "channels": 2, "file_size_mb": 6.97, "audio_codec": null }
{ "word_count": 598, "character_count": 3177, "unique_word_count": 247, "lexical_diversity": 0.413, "sentence_count": 30, "wpm": 117.8 }
{ "upload_timestamp": "2025-10-27T01:32:19.712781", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
63
39
{ "duration_seconds": 112.46, "duration_formatted": "1:52", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 2.57, "audio_codec": null }
{ "word_count": 287, "character_count": 1506, "unique_word_count": 142, "lexical_diversity": 0.495, "sentence_count": 11, "wpm": 153.1 }
{ "upload_timestamp": "2025-10-27T01:31:50.389209", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
98
4
{ "duration_seconds": 88.78, "duration_formatted": "1:28", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 2.03, "audio_codec": null }
{ "word_count": 218, "character_count": 1193, "unique_word_count": 111, "lexical_diversity": 0.509, "sentence_count": 3, "wpm": 147.3 }
{ "upload_timestamp": "2025-10-27T01:48:37.741224", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
62
40
{ "duration_seconds": 95.54, "duration_formatted": "1:35", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 2.19, "audio_codec": null }
{ "word_count": 149, "character_count": 843, "unique_word_count": 86, "lexical_diversity": 0.577, "sentence_count": 7, "wpm": 93.6 }
{ "upload_timestamp": "2025-10-27T01:31:33.075014", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
61
41
{ "duration_seconds": 139.57, "duration_formatted": "2:19", "bitrate": 192000, "sample_rate": 44100, "channels": 2, "file_size_mb": 3.2, "audio_codec": null }
{ "word_count": 254, "character_count": 1471, "unique_word_count": 138, "lexical_diversity": 0.543, "sentence_count": 13, "wpm": 109.2 }
{ "upload_timestamp": "2025-10-27T01:29:34.519659", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
60
42
{ "duration_seconds": 68.23, "duration_formatted": "1:08", "bitrate": 192000, "sample_rate": 44100, "channels": 2, "file_size_mb": 1.56, "audio_codec": null }
{ "word_count": 156, "character_count": 868, "unique_word_count": 91, "lexical_diversity": 0.583, "sentence_count": 8, "wpm": 137.2 }
{ "upload_timestamp": "2025-10-27T01:29:21.664904", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
59
43
{ "duration_seconds": 150.28, "duration_formatted": "2:30", "bitrate": 192000, "sample_rate": 44100, "channels": 2, "file_size_mb": 3.44, "audio_codec": null }
{ "word_count": 317, "character_count": 1657, "unique_word_count": 145, "lexical_diversity": 0.457, "sentence_count": 20, "wpm": 126.6 }
{ "upload_timestamp": "2025-10-27T01:29:01.796950", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
58
44
{ "duration_seconds": 170.79, "duration_formatted": "2:50", "bitrate": 192000, "sample_rate": 44100, "channels": 2, "file_size_mb": 3.91, "audio_codec": null }
{ "word_count": 269, "character_count": 1493, "unique_word_count": 144, "lexical_diversity": 0.535, "sentence_count": 13, "wpm": 94.5 }
{ "upload_timestamp": "2025-10-27T01:28:50.280997", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
57
45
{ "duration_seconds": 97.96, "duration_formatted": "1:37", "bitrate": 192000, "sample_rate": 44100, "channels": 2, "file_size_mb": 2.24, "audio_codec": null }
{ "word_count": 194, "character_count": 1067, "unique_word_count": 116, "lexical_diversity": 0.598, "sentence_count": 12, "wpm": 118.8 }
{ "upload_timestamp": "2025-10-27T01:28:34.476861", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
56
46
{ "duration_seconds": 231.38, "duration_formatted": "3:51", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 5.3, "audio_codec": null }
{ "word_count": 462, "character_count": 2774, "unique_word_count": 197, "lexical_diversity": 0.426, "sentence_count": 24, "wpm": 119.8 }
{ "upload_timestamp": "2025-10-27T01:27:28.261520", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
55
47
{ "duration_seconds": 38.66, "duration_formatted": "0:38", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 0.89, "audio_codec": null }
{ "word_count": 91, "character_count": 543, "unique_word_count": 66, "lexical_diversity": 0.725, "sentence_count": 5, "wpm": 141.2 }
{ "upload_timestamp": "2025-10-27T01:27:09.180325", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
54
48
{ "duration_seconds": 38.86, "duration_formatted": "0:38", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 0.89, "audio_codec": null }
{ "word_count": 78, "character_count": 477, "unique_word_count": 51, "lexical_diversity": 0.654, "sentence_count": 4, "wpm": 120.4 }
{ "upload_timestamp": "2025-10-27T01:26:41.825708", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
53
49
{ "duration_seconds": 42.02, "duration_formatted": "0:42", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 0.96, "audio_codec": null }
{ "word_count": 92, "character_count": 560, "unique_word_count": 67, "lexical_diversity": 0.728, "sentence_count": 5, "wpm": 131.4 }
{ "upload_timestamp": "2025-10-27T01:26:27.190209", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
97
5
{ "duration_seconds": 100.78, "duration_formatted": "1:40", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 2.31, "audio_codec": null }
{ "word_count": 177, "character_count": 938, "unique_word_count": 106, "lexical_diversity": 0.599, "sentence_count": 11, "wpm": 105.4 }
{ "upload_timestamp": "2025-10-27T01:48:22.772014", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
52
50
{ "duration_seconds": 69.14, "duration_formatted": "1:09", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 1.58, "audio_codec": null }
{ "word_count": 120, "character_count": 768, "unique_word_count": 80, "lexical_diversity": 0.667, "sentence_count": 5, "wpm": 104.1 }
{ "upload_timestamp": "2025-10-27T01:24:40.728677", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
51
51
{ "duration_seconds": 71.9, "duration_formatted": "1:11", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 1.65, "audio_codec": null }
{ "word_count": 101, "character_count": 685, "unique_word_count": 77, "lexical_diversity": 0.762, "sentence_count": 4, "wpm": 84.3 }
{ "upload_timestamp": "2025-10-27T01:24:29.317757", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
50
52
{ "duration_seconds": 29.74, "duration_formatted": "0:29", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 0.68, "audio_codec": null }
{ "word_count": 57, "character_count": 401, "unique_word_count": 42, "lexical_diversity": 0.737, "sentence_count": 4, "wpm": 115 }
{ "upload_timestamp": "2025-10-27T01:24:17.555391", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
49
53
{ "duration_seconds": 15.5, "duration_formatted": "0:15", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 0.36, "audio_codec": null }
{ "word_count": 44, "character_count": 242, "unique_word_count": 33, "lexical_diversity": 0.75, "sentence_count": 2, "wpm": 170.3 }
{ "upload_timestamp": "2025-10-27T01:24:06.617682", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
48
54
{ "duration_seconds": 87.38, "duration_formatted": "1:27", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 2, "audio_codec": null }
{ "word_count": 111, "character_count": 676, "unique_word_count": 70, "lexical_diversity": 0.631, "sentence_count": 9, "wpm": 76.2 }
{ "upload_timestamp": "2025-10-27T01:23:56.126640", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
47
55
{ "duration_seconds": 121.42, "duration_formatted": "2:01", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 2.78, "audio_codec": null }
{ "word_count": 229, "character_count": 1289, "unique_word_count": 128, "lexical_diversity": 0.559, "sentence_count": 10, "wpm": 113.2 }
{ "upload_timestamp": "2025-10-27T01:23:39.370021", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
46
56
{ "duration_seconds": 21.26, "duration_formatted": "0:21", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 0.49, "audio_codec": null }
{ "word_count": 51, "character_count": 280, "unique_word_count": 40, "lexical_diversity": 0.784, "sentence_count": 2, "wpm": 143.9 }
{ "upload_timestamp": "2025-10-27T01:23:23.499720", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
45
57
{ "duration_seconds": 55.9, "duration_formatted": "0:55", "bitrate": 192000, "sample_rate": 44100, "channels": 2, "file_size_mb": 1.28, "audio_codec": null }
{ "word_count": 153, "character_count": 850, "unique_word_count": 98, "lexical_diversity": 0.641, "sentence_count": 9, "wpm": 164.2 }
{ "upload_timestamp": "2025-10-27T01:22:58.690828", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
44
58
{ "duration_seconds": 64.81, "duration_formatted": "1:04", "bitrate": 192000, "sample_rate": 44100, "channels": 2, "file_size_mb": 1.48, "audio_codec": null }
{ "word_count": 104, "character_count": 599, "unique_word_count": 81, "lexical_diversity": 0.779, "sentence_count": 6, "wpm": 96.3 }
{ "upload_timestamp": "2025-10-27T01:22:18.900917", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
43
59
{ "duration_seconds": 148.51, "duration_formatted": "2:28", "bitrate": 192000, "sample_rate": 44100, "channels": 2, "file_size_mb": 3.4, "audio_codec": null }
{ "word_count": 264, "character_count": 1491, "unique_word_count": 133, "lexical_diversity": 0.504, "sentence_count": 16, "wpm": 106.7 }
{ "upload_timestamp": "2025-10-27T01:22:07.864797", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
96
6
{ "duration_seconds": 42.98, "duration_formatted": "0:42", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 0.98, "audio_codec": null }
{ "word_count": 58, "character_count": 369, "unique_word_count": 39, "lexical_diversity": 0.672, "sentence_count": 4, "wpm": 81 }
{ "upload_timestamp": "2025-10-27T01:48:10.088003", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
42
60
{ "duration_seconds": 198.92, "duration_formatted": "3:18", "bitrate": 192000, "sample_rate": 44100, "channels": 2, "file_size_mb": 4.55, "audio_codec": null }
{ "word_count": 473, "character_count": 2721, "unique_word_count": 229, "lexical_diversity": 0.484, "sentence_count": 22, "wpm": 142.7 }
{ "upload_timestamp": "2025-10-27T01:21:53.488819", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
41
61
{ "duration_seconds": 61.86, "duration_formatted": "1:01", "bitrate": 192000, "sample_rate": 44100, "channels": 2, "file_size_mb": 1.42, "audio_codec": null }
{ "word_count": 116, "character_count": 603, "unique_word_count": 72, "lexical_diversity": 0.621, "sentence_count": 15, "wpm": 112.5 }
{ "upload_timestamp": "2025-10-27T01:21:24.113298", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
40
62
{ "duration_seconds": 375.58, "duration_formatted": "6:15", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 8.6, "audio_codec": null }
{ "word_count": 723, "character_count": 4047, "unique_word_count": 249, "lexical_diversity": 0.344, "sentence_count": 37, "wpm": 115.5 }
{ "upload_timestamp": "2025-10-27T01:21:10.984176", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
39
63
{ "duration_seconds": 84.22, "duration_formatted": "1:24", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 1.93, "audio_codec": null }
{ "word_count": 271, "character_count": 1483, "unique_word_count": 147, "lexical_diversity": 0.542, "sentence_count": 17, "wpm": 193.1 }
{ "upload_timestamp": "2025-10-27T01:20:53.076685", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
38
64
{ "duration_seconds": 49.06, "duration_formatted": "0:49", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 1.12, "audio_codec": null }
{ "word_count": 129, "character_count": 686, "unique_word_count": 77, "lexical_diversity": 0.597, "sentence_count": 8, "wpm": 157.8 }
{ "upload_timestamp": "2025-10-27T01:20:34.860796", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
37
65
{ "duration_seconds": 138.02, "duration_formatted": "2:18", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 3.16, "audio_codec": null }
{ "word_count": 335, "character_count": 1742, "unique_word_count": 181, "lexical_diversity": 0.54, "sentence_count": 14, "wpm": 145.6 }
{ "upload_timestamp": "2025-10-27T01:18:48.960884", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
36
66
{ "duration_seconds": 71.66, "duration_formatted": "1:11", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 1.64, "audio_codec": null }
{ "word_count": 145, "character_count": 852, "unique_word_count": 88, "lexical_diversity": 0.607, "sentence_count": 11, "wpm": 121.4 }
{ "upload_timestamp": "2025-10-27T01:18:26.319787", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
35
67
{ "duration_seconds": 102.26, "duration_formatted": "1:42", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 2.34, "audio_codec": null }
{ "word_count": 204, "character_count": 1144, "unique_word_count": 114, "lexical_diversity": 0.559, "sentence_count": 14, "wpm": 119.7 }
{ "upload_timestamp": "2025-10-27T01:18:10.558709", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
34
68
{ "duration_seconds": 32.9, "duration_formatted": "0:32", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 0.75, "audio_codec": null }
{ "word_count": 87, "character_count": 493, "unique_word_count": 70, "lexical_diversity": 0.805, "sentence_count": 2, "wpm": 158.7 }
{ "upload_timestamp": "2025-10-27T01:17:48.851092", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
33
69
{ "duration_seconds": 96.1, "duration_formatted": "1:36", "bitrate": 192000, "sample_rate": 44100, "channels": 2, "file_size_mb": 2.2, "audio_codec": null }
{ "word_count": 175, "character_count": 1062, "unique_word_count": 101, "lexical_diversity": 0.577, "sentence_count": 6, "wpm": 109.3 }
{ "upload_timestamp": "2025-10-27T01:17:35.464521", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
95
7
{ "duration_seconds": 97.38, "duration_formatted": "1:37", "bitrate": 192000, "sample_rate": 44100, "channels": 2, "file_size_mb": 2.23, "audio_codec": null }
{ "word_count": 193, "character_count": 1040, "unique_word_count": 112, "lexical_diversity": 0.58, "sentence_count": 7, "wpm": 118.9 }
{ "upload_timestamp": "2025-10-27T01:47:57.162688", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
32
70
{ "duration_seconds": 111.14, "duration_formatted": "1:51", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 2.54, "audio_codec": null }
{ "word_count": 214, "character_count": 1175, "unique_word_count": 110, "lexical_diversity": 0.514, "sentence_count": 11, "wpm": 115.5 }
{ "upload_timestamp": "2025-10-27T01:13:57.538642", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
31
71
{ "duration_seconds": 107.78, "duration_formatted": "1:47", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 2.47, "audio_codec": null }
{ "word_count": 145, "character_count": 829, "unique_word_count": 87, "lexical_diversity": 0.6, "sentence_count": 9, "wpm": 80.7 }
{ "upload_timestamp": "2025-10-27T01:02:56.636817", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
30
72
{ "duration_seconds": 150.22, "duration_formatted": "2:30", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 3.44, "audio_codec": null }
{ "word_count": 272, "character_count": 1539, "unique_word_count": 147, "lexical_diversity": 0.54, "sentence_count": 13, "wpm": 108.6 }
{ "upload_timestamp": "2025-10-27T01:02:41.061129", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
29
73
{ "duration_seconds": 224.55, "duration_formatted": "3:44", "bitrate": 192000, "sample_rate": 44100, "channels": 2, "file_size_mb": 5.14, "audio_codec": null }
{ "word_count": 385, "character_count": 2129, "unique_word_count": 192, "lexical_diversity": 0.499, "sentence_count": 21, "wpm": 102.9 }
{ "upload_timestamp": "2025-10-27T01:02:24.734157", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
28
74
{ "duration_seconds": 69.67, "duration_formatted": "1:09", "bitrate": 192000, "sample_rate": 44100, "channels": 2, "file_size_mb": 1.6, "audio_codec": null }
{ "word_count": 90, "character_count": 512, "unique_word_count": 62, "lexical_diversity": 0.689, "sentence_count": 6, "wpm": 77.5 }
{ "upload_timestamp": "2025-10-27T01:02:07.400057", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
27
75
{ "duration_seconds": 27.01, "duration_formatted": "0:27", "bitrate": 192000, "sample_rate": 44100, "channels": 2, "file_size_mb": 0.62, "audio_codec": null }
{ "word_count": 62, "character_count": 361, "unique_word_count": 46, "lexical_diversity": 0.742, "sentence_count": 4, "wpm": 137.7 }
{ "upload_timestamp": "2025-10-27T01:01:44.893718", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
26
76
{ "duration_seconds": 106.9, "duration_formatted": "1:46", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 2.45, "audio_codec": null }
{ "word_count": 162, "character_count": 968, "unique_word_count": 90, "lexical_diversity": 0.556, "sentence_count": 8, "wpm": 90.9 }
{ "upload_timestamp": "2025-10-27T01:01:20.625891", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
25
77
{ "duration_seconds": 134.78, "duration_formatted": "2:14", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 3.09, "audio_codec": null }
{ "word_count": 263, "character_count": 1503, "unique_word_count": 125, "lexical_diversity": 0.475, "sentence_count": 9, "wpm": 117.1 }
{ "upload_timestamp": "2025-10-27T01:00:56.623733", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
24
78
{ "duration_seconds": 107.38, "duration_formatted": "1:47", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 2.46, "audio_codec": null }
{ "word_count": 136, "character_count": 785, "unique_word_count": 76, "lexical_diversity": 0.559, "sentence_count": 12, "wpm": 76 }
{ "upload_timestamp": "2025-10-27T01:00:41.241833", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
23
79
{ "duration_seconds": 86.26, "duration_formatted": "1:26", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 1.97, "audio_codec": null }
{ "word_count": 182, "character_count": 1001, "unique_word_count": 101, "lexical_diversity": 0.555, "sentence_count": 6, "wpm": 126.6 }
{ "upload_timestamp": "2025-10-27T01:00:22.920969", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
94
8
{ "duration_seconds": 31.19, "duration_formatted": "0:31", "bitrate": 192000, "sample_rate": 44100, "channels": 2, "file_size_mb": 0.71, "audio_codec": null }
{ "word_count": 69, "character_count": 364, "unique_word_count": 49, "lexical_diversity": 0.71, "sentence_count": 2, "wpm": 132.7 }
{ "upload_timestamp": "2025-10-27T01:47:38.257584", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
22
80
{ "duration_seconds": 117.26, "duration_formatted": "1:57", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 2.68, "audio_codec": null }
{ "word_count": 150, "character_count": 877, "unique_word_count": 84, "lexical_diversity": 0.56, "sentence_count": 7, "wpm": 76.8 }
{ "upload_timestamp": "2025-10-27T01:00:08.042145", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
21
81
{ "duration_seconds": 326.86, "duration_formatted": "5:26", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 7.48, "audio_codec": null }
{ "word_count": 523, "character_count": 3094, "unique_word_count": 239, "lexical_diversity": 0.457, "sentence_count": 31, "wpm": 96 }
{ "upload_timestamp": "2025-10-27T02:21:10.032864", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
20
82
{ "duration_seconds": 367.31, "duration_formatted": "6:07", "bitrate": 192000, "sample_rate": 44100, "channels": 2, "file_size_mb": 8.41, "audio_codec": null }
{ "word_count": 485, "character_count": 2688, "unique_word_count": 217, "lexical_diversity": 0.447, "sentence_count": 36, "wpm": 79.2 }
{ "upload_timestamp": "2025-10-27T02:20:31.371384", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
19
83
{ "duration_seconds": 181.63, "duration_formatted": "3:01", "bitrate": 192000, "sample_rate": 44100, "channels": 2, "file_size_mb": 4.16, "audio_codec": null }
{ "word_count": 399, "character_count": 2207, "unique_word_count": 190, "lexical_diversity": 0.476, "sentence_count": 18, "wpm": 131.8 }
{ "upload_timestamp": "2025-10-27T02:19:58.419170", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
18
84
{ "duration_seconds": 36.98, "duration_formatted": "0:36", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 0.85, "audio_codec": null }
{ "word_count": 80, "character_count": 470, "unique_word_count": 58, "lexical_diversity": 0.725, "sentence_count": 4, "wpm": 129.8 }
{ "upload_timestamp": "2025-10-27T02:19:39.421144", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
17
85
{ "duration_seconds": 129.7, "duration_formatted": "2:09", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 2.97, "audio_codec": null }
{ "word_count": 180, "character_count": 1059, "unique_word_count": 105, "lexical_diversity": 0.583, "sentence_count": 10, "wpm": 83.3 }
{ "upload_timestamp": "2025-10-27T02:18:53.925075", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
16
86
{ "duration_seconds": 61.82, "duration_formatted": "1:01", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 1.42, "audio_codec": null }
{ "word_count": 103, "character_count": 513, "unique_word_count": 68, "lexical_diversity": 0.66, "sentence_count": 5, "wpm": 100 }
{ "upload_timestamp": "2025-10-27T02:18:38.423403", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
15
87
{ "duration_seconds": 41.9, "duration_formatted": "0:41", "bitrate": 192000, "sample_rate": 44100, "channels": 2, "file_size_mb": 0.96, "audio_codec": null }
{ "word_count": 102, "character_count": 576, "unique_word_count": 65, "lexical_diversity": 0.637, "sentence_count": 6, "wpm": 146.1 }
{ "upload_timestamp": "2025-10-27T02:18:19.923596", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
14
88
{ "duration_seconds": 111.14, "duration_formatted": "1:51", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 2.54, "audio_codec": null }
{ "word_count": 214, "character_count": 1175, "unique_word_count": 110, "lexical_diversity": 0.514, "sentence_count": 11, "wpm": 115.5 }
{ "upload_timestamp": "2025-10-27T02:26:07.897018", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
13
89
{ "duration_seconds": 107.78, "duration_formatted": "1:47", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 2.47, "audio_codec": null }
{ "word_count": 145, "character_count": 829, "unique_word_count": 87, "lexical_diversity": 0.6, "sentence_count": 9, "wpm": 80.7 }
{ "upload_timestamp": "2025-10-27T02:25:48.592143", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
93
9
{ "duration_seconds": 24.86, "duration_formatted": "0:24", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 0.57, "audio_codec": null }
{ "word_count": 66, "character_count": 346, "unique_word_count": 47, "lexical_diversity": 0.712, "sentence_count": 1, "wpm": 159.3 }
{ "upload_timestamp": "2025-10-27T01:47:18.336610", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
12
90
{ "duration_seconds": 63.5, "duration_formatted": "1:03", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 1.45, "audio_codec": null }
{ "word_count": 122, "character_count": 694, "unique_word_count": 90, "lexical_diversity": 0.738, "sentence_count": 3, "wpm": 115.3 }
{ "upload_timestamp": "2025-10-27T02:08:18.004295", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
11
91
{ "duration_seconds": 150.22, "duration_formatted": "2:30", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 3.44, "audio_codec": null }
{ "word_count": 272, "character_count": 1539, "unique_word_count": 147, "lexical_diversity": 0.54, "sentence_count": 13, "wpm": 108.6 }
{ "upload_timestamp": "2025-10-27T02:24:47.171000", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
10
92
{ "duration_seconds": 224.55, "duration_formatted": "3:44", "bitrate": 192000, "sample_rate": 44100, "channels": 2, "file_size_mb": 5.14, "audio_codec": null }
{ "word_count": 385, "character_count": 2129, "unique_word_count": 192, "lexical_diversity": 0.499, "sentence_count": 21, "wpm": 102.9 }
{ "upload_timestamp": "2025-10-27T02:24:21.046513", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
9
93
{ "duration_seconds": 69.67, "duration_formatted": "1:09", "bitrate": 192000, "sample_rate": 44100, "channels": 2, "file_size_mb": 1.6, "audio_codec": null }
{ "word_count": 90, "character_count": 512, "unique_word_count": 62, "lexical_diversity": 0.689, "sentence_count": 6, "wpm": 77.5 }
{ "upload_timestamp": "2025-10-27T02:23:38.269571", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
8
94
{ "duration_seconds": 27.01, "duration_formatted": "0:27", "bitrate": 192000, "sample_rate": 44100, "channels": 2, "file_size_mb": 0.62, "audio_codec": null }
{ "word_count": 62, "character_count": 361, "unique_word_count": 46, "lexical_diversity": 0.742, "sentence_count": 4, "wpm": 137.7 }
{ "upload_timestamp": "2025-10-27T02:23:19.348442", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
7
95
{ "duration_seconds": 106.9, "duration_formatted": "1:46", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 2.45, "audio_codec": null }
{ "word_count": 162, "character_count": 968, "unique_word_count": 90, "lexical_diversity": 0.556, "sentence_count": 8, "wpm": 90.9 }
{ "upload_timestamp": "2025-10-27T02:22:53.477395", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
6
96
{ "duration_seconds": 124.18, "duration_formatted": "2:04", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 2.84, "audio_codec": null }
{ "word_count": 245, "character_count": 1409, "unique_word_count": 133, "lexical_diversity": 0.543, "sentence_count": 11, "wpm": 118.4 }
{ "upload_timestamp": "2025-10-27T02:22:39.246216", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
5
97
{ "duration_seconds": 134.78, "duration_formatted": "2:14", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 3.09, "audio_codec": null }
{ "word_count": 263, "character_count": 1503, "unique_word_count": 125, "lexical_diversity": 0.475, "sentence_count": 9, "wpm": 117.1 }
{ "upload_timestamp": "2025-10-27T02:22:17.016700", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
4
98
{ "duration_seconds": 107.38, "duration_formatted": "1:47", "bitrate": 192000, "sample_rate": 48000, "channels": 1, "file_size_mb": 2.46, "audio_codec": null }
{ "word_count": 136, "character_count": 785, "unique_word_count": 76, "lexical_diversity": 0.559, "sentence_count": 12, "wpm": 76 }
{ "upload_timestamp": "2025-10-27T02:22:02.427893", "recording_date": "2025-10-27T00:00:00", "recording_time_of_day": "night" }
[]
End of preview.
YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/datasets-cards)

Voice Notes Dataset

Dataset Description

This dataset contains real-world voice recordings with transcripts and comprehensive annotations.

Dataset Statistics

  • Total Entries: 2
  • Audio Files: 2
  • Uncorrected Transcripts: 2
  • Ground Truth Transcripts: 0
  • Annotation Files: 2
  • Export Date: 2025-10-27

Dataset Structure

audio/                      # Audio recordings (MP3, etc.)
├── 1.mp3
├── 2.mp3
└── ...

transcripts/
├── uncorrected/           # Original STT transcripts
│   ├── 1.txt
│   ├── 2.txt
│   └── ...
└── ground_truths/         # Corrected transcripts (when available)
    ├── 1.txt
    ├── 2.txt
    └── ...

annotations/               # Metadata and annotations
├── 1.json
├── 2.json
└── ...

Annotation Schema

Each annotation file contains:

  • Audio metadata (duration, bitrate, sample rate, etc.)
  • Text metrics (word count, WPM, lexical diversity)
  • Temporal information (recording date, time of day)
  • Custom annotations (audio quality, classification, etc.)

Use Cases

  1. Real-World STT Evaluation: Test speech-to-text models on non-ideal conditions
  2. Voice Note Classification: Train models to categorize voice notes
  3. Audio Quality Assessment: Analyze impact of background noise on transcription

Citation

If you use this dataset, please cite:

@dataset{voice_notes_dataset,
  author = {Daniel Rosehill},
  title = {Voice Notes Dataset},
  year = {2025},
  publisher = {Hugging Face},
  howpublished = {\url{https://huggingface.co/datasets/...}}
}

License

[Specify your license here]

Contact

For questions or feedback, please contact: [email protected]

Downloads last month
155

Collection including danielrosehill/Voice-Note-Audio