Add task category, library name and tags
Browse filesThis PR adds the `task_categories` and `library_name` fields to the dataset card, sets the task category to `other`, and adds relevant tags. The github repository of the project is also added.
README.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# LLM4POI
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- other
|
| 5 |
+
library_name: datasets
|
| 6 |
+
tags:
|
| 7 |
+
- poi-recommendation
|
| 8 |
+
- recommendation
|
| 9 |
+
- llm
|
| 10 |
---
|
| 11 |
|
| 12 |
# LLM4POI
|