Datasets:
ndamulelonemakh
commited on
Commit
•
ad361a7
1
Parent(s):
e8c6432
Decomposing individual headlines
Browse filesDecomposing individual headlines into logical sentences for better annotation
- README.md +14 -8
- data/train-00000-of-00001.parquet +2 -2
README.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: cc-by-nc-sa-4.0
|
|
|
|
|
|
|
3 |
dataset_info:
|
4 |
features:
|
5 |
- name: id
|
@@ -12,22 +17,23 @@ dataset_info:
|
|
12 |
dtype: int64
|
13 |
- name: char_count
|
14 |
dtype: int64
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
splits:
|
16 |
- name: train
|
17 |
-
num_bytes:
|
18 |
num_examples: 16607
|
19 |
-
download_size:
|
20 |
-
dataset_size:
|
21 |
configs:
|
22 |
- config_name: default
|
23 |
data_files:
|
24 |
- split: train
|
25 |
path: data/train-*
|
26 |
-
language:
|
27 |
-
- ve
|
28 |
-
pretty_name: ZaBantu News Headlines[RAW]
|
29 |
-
size_categories:
|
30 |
-
- 1K<n<10K
|
31 |
---
|
32 |
|
33 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- ve
|
4 |
license: cc-by-nc-sa-4.0
|
5 |
+
size_categories:
|
6 |
+
- 1K<n<10K
|
7 |
+
pretty_name: ZaBantu News Headlines[RAW]
|
8 |
dataset_info:
|
9 |
features:
|
10 |
- name: id
|
|
|
17 |
dtype: int64
|
18 |
- name: char_count
|
19 |
dtype: int64
|
20 |
+
- name: sentence_count
|
21 |
+
dtype: int64
|
22 |
+
- name: PotentialSplits
|
23 |
+
sequence: string
|
24 |
+
- name: md5
|
25 |
+
dtype: string
|
26 |
splits:
|
27 |
- name: train
|
28 |
+
num_bytes: 8799449
|
29 |
num_examples: 16607
|
30 |
+
download_size: 5317813
|
31 |
+
dataset_size: 8799449
|
32 |
configs:
|
33 |
- config_name: default
|
34 |
data_files:
|
35 |
- split: train
|
36 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
37 |
---
|
38 |
|
39 |
|
data/train-00000-of-00001.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f49001dd5627b7b9128389886d9bebd0ca9700ea1bdd1e6124c06c2ff5292ad6
|
3 |
+
size 5317813
|