Upload dataset
Browse files- README.md +67 -50
- subsample_definitions/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -1,62 +1,79 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
task_categories:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
tags:
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
language:
|
| 24 |
-
|
| 25 |
pretty_name: HUGO-Bench Paper Reproducibility Data
|
| 26 |
size_categories:
|
| 27 |
-
|
| 28 |
source_datasets:
|
| 29 |
-
|
| 30 |
configs:
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
---
|
| 61 |
|
| 62 |
# HUGO-Bench Paper Reproducibility
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
task_categories:
|
| 4 |
+
- image-classification
|
| 5 |
+
- zero-shot-classification
|
| 6 |
tags:
|
| 7 |
+
- biology
|
| 8 |
+
- ecology
|
| 9 |
+
- wildlife
|
| 10 |
+
- camera-traps
|
| 11 |
+
- vision-transformers
|
| 12 |
+
- clustering
|
| 13 |
+
- zero-shot-learning
|
| 14 |
+
- biodiversity
|
| 15 |
+
- reproducibility
|
| 16 |
+
- benchmarking
|
| 17 |
+
- embeddings
|
| 18 |
+
- dinov3
|
| 19 |
+
- dinov2
|
| 20 |
+
- bioclip
|
| 21 |
+
- clip
|
| 22 |
+
- siglip
|
| 23 |
language:
|
| 24 |
+
- en
|
| 25 |
pretty_name: HUGO-Bench Paper Reproducibility Data
|
| 26 |
size_categories:
|
| 27 |
+
- 100K<n<1M
|
| 28 |
source_datasets:
|
| 29 |
+
- AI-EcoNet/HUGO-Bench
|
| 30 |
configs:
|
| 31 |
+
- config_name: cluster_count_prediction
|
| 32 |
+
data_files:
|
| 33 |
+
- split: train
|
| 34 |
+
path: 06_cluster_count_prediction/*.json
|
| 35 |
+
- config_name: clustering_supervised
|
| 36 |
+
data_files:
|
| 37 |
+
- split: train
|
| 38 |
+
path: 04_clustering_supervised/*.json
|
| 39 |
+
- config_name: clustering_unsupervised
|
| 40 |
+
data_files:
|
| 41 |
+
- split: train
|
| 42 |
+
path: 05_clustering_unsupervised/*.json
|
| 43 |
+
- config_name: dimensionality_reduction
|
| 44 |
+
data_files:
|
| 45 |
+
- split: train
|
| 46 |
+
path: 03_dimensionality_reduction/*.json
|
| 47 |
+
- config_name: model_comparison
|
| 48 |
+
data_files:
|
| 49 |
+
- split: train
|
| 50 |
+
path: 02_model_comparison/*.json
|
| 51 |
+
- config_name: primary_benchmarking
|
| 52 |
+
data_files:
|
| 53 |
+
- split: train
|
| 54 |
+
path: 01_primary_benchmarking/*.csv
|
| 55 |
+
default: true
|
| 56 |
+
- config_name: scaling_tests
|
| 57 |
+
data_files:
|
| 58 |
+
- split: train
|
| 59 |
+
path: 09_scaling_tests/**/*.json
|
| 60 |
+
- config_name: subsample_definitions
|
| 61 |
+
data_files:
|
| 62 |
+
- split: train
|
| 63 |
+
path: subsample_definitions/train-*
|
| 64 |
+
dataset_info:
|
| 65 |
+
config_name: subsample_definitions
|
| 66 |
+
features:
|
| 67 |
+
- name: filename
|
| 68 |
+
dtype: string
|
| 69 |
+
- name: content
|
| 70 |
+
dtype: string
|
| 71 |
+
splits:
|
| 72 |
+
- name: train
|
| 73 |
+
num_bytes: 3038864
|
| 74 |
+
num_examples: 10
|
| 75 |
+
download_size: 643403
|
| 76 |
+
dataset_size: 3038864
|
| 77 |
---
|
| 78 |
|
| 79 |
# HUGO-Bench Paper Reproducibility
|
subsample_definitions/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd6106a72d580e6a61b64e6ae8dd1eda71ed14dc80c7a8763ea3629efae9b8b3
|
| 3 |
+
size 643403
|