nielsr HF Staff commited on
Commit
e39efa9
·
verified ·
1 Parent(s): 380d1d1

Add depth-estimation task category to metadata

Browse files

This PR improves the dataset card for PrediTree by adding `depth-estimation` to the `task_categories` in the metadata.

The dataset is explicitly designed for "training and evaluating tree height prediction models" and to "predict the canopy height", making `depth-estimation` the most appropriate task category for its discoverability and classification on the Hugging Face Hub.

Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -1,4 +1,8 @@
1
  ---
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: id
@@ -65,8 +69,6 @@ configs:
65
  data_files:
66
  - split: train
67
  path: data/train-*
68
- license: apache-2.0
69
- pretty_name: PrediTree
70
  tags:
71
  - remote-sensing
72
  - multi-temporal
 
1
  ---
2
+ license: apache-2.0
3
+ pretty_name: PrediTree
4
+ task_categories:
5
+ - depth-estimation
6
  dataset_info:
7
  features:
8
  - name: id
 
69
  data_files:
70
  - split: train
71
  path: data/train-*
 
 
72
  tags:
73
  - remote-sensing
74
  - multi-temporal