Commit
•
7115439
1
Parent(s):
d8b6f9b
Librarian Bot: Add language metadata for dataset (#1)
Browse files- Librarian Bot: Add language metadata for dataset (1953712a08ebffbff669ea548a7008b37a68c172)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,4 +1,11 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
dataset_info:
|
3 |
features:
|
4 |
- name: text
|
@@ -14,11 +21,6 @@ configs:
|
|
14 |
data_files:
|
15 |
- split: train
|
16 |
path: data/train-*
|
17 |
-
license: odc-by
|
18 |
-
task_categories:
|
19 |
-
- text-generation
|
20 |
-
size_categories:
|
21 |
-
- 1K<n<10K
|
22 |
---
|
23 |
|
24 |
# BeeWeb-5k
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: odc-by
|
5 |
+
size_categories:
|
6 |
+
- 1K<n<10K
|
7 |
+
task_categories:
|
8 |
+
- text-generation
|
9 |
dataset_info:
|
10 |
features:
|
11 |
- name: text
|
|
|
21 |
data_files:
|
22 |
- split: train
|
23 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
24 |
---
|
25 |
|
26 |
# BeeWeb-5k
|