Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -14,4 +14,14 @@ configs:
|
|
14 |
data_files:
|
15 |
- split: train
|
16 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
---
|
|
|
|
|
|
14 |
data_files:
|
15 |
- split: train
|
16 |
path: data/train-*
|
17 |
+
license: odc-by
|
18 |
+
task_categories:
|
19 |
+
- text-generation
|
20 |
+
language:
|
21 |
+
- en
|
22 |
+
- de
|
23 |
+
size_categories:
|
24 |
+
- 1K<n<10K
|
25 |
---
|
26 |
+
|
27 |
+
This dataset was created as a calibration dataset for use with `PruneMe`. It contains the first 5000 entries each of the English and German subsets of [allenai/c4](https://huggingface.co/datasets/allenai/c4).
|