nkundiushuti commited on
Commit
64c2b71
·
verified ·
1 Parent(s): 6850157

Remove dataset data files (keep Croissant + datasheet)

Browse files
README.md DELETED
@@ -1,32 +0,0 @@
1
- ---
2
- license: apache-2.0
3
- configs:
4
- - config_name: metadata
5
- default: true
6
- data_files:
7
- - split: test
8
- path: beans_next_metadata.parquet
9
- - config_name: audio
10
- data_files:
11
- - split: test
12
- path: beans_next_audio.parquet
13
- ---
14
-
15
- # beans-next
16
-
17
- **beans-next** ships two root Parquet files:
18
-
19
- - **`beans_next_metadata.parquet`** — one row per evaluation sample (columns include ``subset``, ``tier``, ``sample_id``, and ``audio_id`` or ``audio_ids`` / ``query_audio_id`` for tier 4).
20
- - **`beans_next_audio.parquet`** — one row per **unique** audio blob (deduplicated by SHA-256); columns include ``audio_id``, ``sha256``, and ``audio_bytes`` (canonical WAV).
21
-
22
- Tier 3 can be added later by regenerating both Parquets and re-uploading.
23
-
24
- ## Loading with ``datasets``
25
-
26
- ```python
27
- from datasets import load_dataset
28
-
29
- meta = load_dataset("EarthSpeciesProject/beans-next", "metadata", split="test")
30
- audio = load_dataset("EarthSpeciesProject/beans-next", "audio", split="test")
31
- # Join on meta['audio_id'] etc. to audio['audio_id']
32
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
beans_next_audio.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0bb36bc6822386e637f30ef90c5f68a763fe1f47dee5d50e4cec6b7a03f9db5b
3
- size 763363342
 
 
 
 
beans_next_metadata.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0cda777adc6eea46f6b806453d508e1acdd5b1aad725e2c407914be644f28bb9
3
- size 126170