@@ -45,22 +45,22 @@ directory:
4545 ` int ` , and ` bytes ` .
4646 * ` description ` : An optional description of the field.
4747
48- 2 . ** ` deployments_metadata .csv` ** : This file contains metadata for each
48+ 2 . ** ` hoplite_deployments_metadata .csv` ** : This file contains metadata for each
4949 deployment. The first column must be the deployment identifier (which
5050 corresponds to the directory name if audio files are in
5151 ` deployment/recording.wav `
5252 format), and subsequent columns should match ` field_name ` s from
5353 ` metadata_description.csv ` where ` metadata_level ` is ` deployment ` .
5454
55- 3 . ** ` recordings_metadata .csv` ** : This file contains metadata for each
55+ 3 . ** ` hoplite_recordings_metadata .csv` ** : This file contains metadata for each
5656 recording. The first column must be the recording identifier (e.g.
5757 ` deployment/recording.wav ` ),
5858 and subsequent columns should match ` field_name ` s from
5959 ` metadata_description.csv ` where ` metadata_level ` is ` recording ` .
6060
6161### Example
6262
63- ** ` metadata_description .csv` **
63+ ** ` hoplite_metadata_description .csv` **
6464
6565``` csv
6666field_name,metadata_level,type,description
@@ -71,15 +71,15 @@ file_id,recording,str,Recording identifier.
7171mic_type,recording,str,Microphone type.
7272```
7373
74- ** ` deployments_metadata .csv` **
74+ ** ` hoplite_deployments_metadata .csv` **
7575
7676``` csv
7777deployment_name,habitat,latitude
7878DEP01,"forest",47.6
7979DEP02,"grassland",45.1
8080```
8181
82- ** ` recordings_metadata .csv` **
82+ ** ` hoplite_recordings_metadata .csv` **
8383
8484``` csv
8585file_id,mic_type
@@ -98,7 +98,8 @@ and `Recording` objects returned by the database interface (e.g.,
9898
9999If you have existing annotations for your audio data, Hoplite can ingest these
100100during the embedding process. Annotations should be stored in CSV files named
101- ` annotations.csv ` alongside your audio data. Each ` annotations.csv ` should
101+ ` hoplite_annotations.csv ` alongside your audio data. Each
102+ ` hoplite_annotations.csv ` should
102103contain columns for ` recording ` (the filename or file_id of the audio),
103104` start_offset_s ` , ` end_offset_s ` , ` label ` , and ` label_type ` ('positive',
104105'negative', or 'uncertain'). When embeddings are generated, Hoplite will find
@@ -107,7 +108,7 @@ appropriate time windows.
107108
108109### Example
109110
110- ** ` annotations .csv` **
111+ ** ` hoplite_annotations .csv` **
111112
112113``` csv
113114recording,start_offset_s,end_offset_s,label,label_type
0 commit comments