Add task category and tags to dataset card
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,8 +1,14 @@
|
|
1 |
---
|
2 |
-
license: cc0-1.0
|
3 |
language:
|
4 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
|
|
6 |
## Dataset Description
|
7 |
|
8 |
- **Repository:** https://github.com/huggingface/datablations
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
license: cc0-1.0
|
5 |
+
task_categories:
|
6 |
+
- text-generation
|
7 |
+
tags:
|
8 |
+
- language-modeling
|
9 |
+
- scaling-laws
|
10 |
---
|
11 |
+
|
12 |
## Dataset Description
|
13 |
|
14 |
- **Repository:** https://github.com/huggingface/datablations
|