Add task category, library name and tags (#1)
Browse files- Add task category, library name and tags (603ee108a2fa5f512c3bdece3bea2663909cd651)
Co-authored-by: Niels Rogge <[email protected]>
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
|