Datasets:
fix configs paths
#2
by
egrace479
- opened
README.md
CHANGED
|
@@ -19,34 +19,34 @@ configs:
|
|
| 19 |
- config_name: full_data
|
| 20 |
data_files:
|
| 21 |
- split: train
|
| 22 |
-
path: all/*_TRAINING.tsv.gz
|
| 23 |
- split: test
|
| 24 |
-
path: all/*_ALL_NON_TRAIN.tsv.gz
|
| 25 |
default: true
|
| 26 |
- config_name: characiformes
|
| 27 |
data_files:
|
| 28 |
- split: train
|
| 29 |
-
path: characiformes/*_TRAINING.tsv.gz
|
| 30 |
- split: test
|
| 31 |
-
path: characiformes/*_ALL_NON_TRAIN.tsv.gz
|
| 32 |
- config_name: cypriniformes
|
| 33 |
data_files:
|
| 34 |
- split: train
|
| 35 |
-
path: cypriniformes/*_TRAINING.tsv.gz
|
| 36 |
- split: test
|
| 37 |
-
path: cypriniformes/*_ALL_NON_TRAIN.tsv.gz
|
| 38 |
- config_name: gymnotiformes
|
| 39 |
data_files:
|
| 40 |
- split: train
|
| 41 |
-
path: gymnotiformes/*_TRAINING.tsv.gz
|
| 42 |
- split: test
|
| 43 |
-
path: gymnotiformes/*_ALL_NON_TRAIN.tsv.gz
|
| 44 |
- config_name: siluriformes
|
| 45 |
data_files:
|
| 46 |
- split: train
|
| 47 |
-
path: siluriformes/*_TRAINING.tsv.gz
|
| 48 |
- split: test
|
| 49 |
-
path: siluriformes/*_ALL_NON_TRAIN.tsv.gz
|
| 50 |
---
|
| 51 |
|
| 52 |
# Dataset Card for Character Similarity Dataset
|
|
@@ -132,17 +132,7 @@ Ex: All images are named <img_id>.png, each within a folder named for the specie
|
|
| 132 |
- `character_2`:
|
| 133 |
- `desc_2`: Textual trait description.
|
| 134 |
[More Information Needed]
|
| 135 |
-
|
| 136 |
-
Describe the types of the data files or the columns in a CSV with metadata.
|
| 137 |
-
|
| 138 |
-
Ex:
|
| 139 |
-
**metadata.csv**:
|
| 140 |
-
- `img_id`: Unique identifier for the dataset.
|
| 141 |
-
- `specimen_id`: ID of specimen in the image, provided by museum data source. There are multiple images of a single specimen.
|
| 142 |
-
- `species`: Species of the specimen in the image. There are N different species of <genus> of <animal>.
|
| 143 |
-
- `view`: View of the specimen in the image (e.g., `ventral` or `dorsal` OR `top` or `bottom`, etc.; specify options where reasonable).
|
| 144 |
-
- `file_name`: Relative path to image from the root of the directory (`<species>/<img_id>.png`); allows for image to be displayed in the dataset viewer alongside its associated metadata.
|
| 145 |
-
-->
|
| 146 |
|
| 147 |
### Data Splits
|
| 148 |
|
|
|
|
| 19 |
- config_name: full_data
|
| 20 |
data_files:
|
| 21 |
- split: train
|
| 22 |
+
path: processed-data/all/*_TRAINING.tsv.gz
|
| 23 |
- split: test
|
| 24 |
+
path: processed-data/all/*_ALL_NON_TRAIN.tsv.gz
|
| 25 |
default: true
|
| 26 |
- config_name: characiformes
|
| 27 |
data_files:
|
| 28 |
- split: train
|
| 29 |
+
path: processed-data/characiformes/*_TRAINING.tsv.gz
|
| 30 |
- split: test
|
| 31 |
+
path: processed-data/characiformes/*_ALL_NON_TRAIN.tsv.gz
|
| 32 |
- config_name: cypriniformes
|
| 33 |
data_files:
|
| 34 |
- split: train
|
| 35 |
+
path: processed-data/cypriniformes/*_TRAINING.tsv.gz
|
| 36 |
- split: test
|
| 37 |
+
path: processed-data/cypriniformes/*_ALL_NON_TRAIN.tsv.gz
|
| 38 |
- config_name: gymnotiformes
|
| 39 |
data_files:
|
| 40 |
- split: train
|
| 41 |
+
path: processed-data/gymnotiformes/*_TRAINING.tsv.gz
|
| 42 |
- split: test
|
| 43 |
+
path: processed-data/gymnotiformes/*_ALL_NON_TRAIN.tsv.gz
|
| 44 |
- config_name: siluriformes
|
| 45 |
data_files:
|
| 46 |
- split: train
|
| 47 |
+
path: processed-data/siluriformes/*_TRAINING.tsv.gz
|
| 48 |
- split: test
|
| 49 |
+
path: processed-data/siluriformes/*_ALL_NON_TRAIN.tsv.gz
|
| 50 |
---
|
| 51 |
|
| 52 |
# Dataset Card for Character Similarity Dataset
|
|
|
|
| 132 |
- `character_2`:
|
| 133 |
- `desc_2`: Textual trait description.
|
| 134 |
[More Information Needed]
|
| 135 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 136 |
|
| 137 |
### Data Splits
|
| 138 |
|