Datasets:
Add task category to dataset card
Browse filesThis PR adds the missing `task_categories` metadata field with value `other` to properly categorize this dataset on the Hugging Face Hub.
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
| 3 |
dataset_info:
|
| 4 |
- config_name: default
|
| 5 |
features:
|
|
@@ -182,7 +184,7 @@ trail_id,user_id,venue_id,latitude,longitude,name,address,venue_category,venue_c
|
|
| 182 |
|
| 183 |
| City | Users | Trails | POIs | Check-ins | #train | #val | #test |
|
| 184 |
| ----------- | :----: | :-----: | :---: | :-------: | :----: | :---: | :---: |
|
| 185 |
-
| Palembang 🇮🇩 | 267 | 4,699 | 4,343 | 14,467 | 3,289 | 470 | 940
|
| 186 |
|
| 187 |
## Additional Information
|
| 188 |
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- other
|
| 5 |
dataset_info:
|
| 6 |
- config_name: default
|
| 7 |
features:
|
|
|
|
| 184 |
|
| 185 |
| City | Users | Trails | POIs | Check-ins | #train | #val | #test |
|
| 186 |
| ----------- | :----: | :-----: | :---: | :-------: | :----: | :---: | :---: |
|
| 187 |
+
| Palembang 🇮🇩 | 267 | 4,699 | 4,343 | 14,467 | 3,289 | 470 | 940 |
|
| 188 |
|
| 189 |
## Additional Information
|
| 190 |
|