Add task categories metadata to dataset card
#1
by nielsr HF Staff - opened
|
@@ -1,5 +1,9 @@
|
|
1
|
---
|
|
2
|
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3
|
---
|
|
4
|
|
|
5
|
# LiveOIBench Tests
|
|
|
|
1
|
---
|
|
2
|
license: cc-by-4.0
|
|
3
|
+
task_categories:
|
|
4
|
+
- text-generation
|
|
5
|
+
tags:
|
|
6
|
+
- code-generation
|
|
7
|
---
|
|
8
|
|
|
9
|
# LiveOIBench Tests
|