Upload dataset
Browse files- BG/test-00000-of-00001.parquet +3 -0
- BG/train-00000-of-00001.parquet +3 -0
- README.md +43 -0
BG/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a3ad189ca48e91fd17a367db36f039f71143befeeec970d7c2a3877ac6da82d
|
3 |
+
size 99647
|
BG/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e48867926eb457244b1b48da74cb873aaa8f051eec16cf0069570ac995f7376d
|
3 |
+
size 317519
|
README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
config_name: BG
|
4 |
+
features:
|
5 |
+
- name: text
|
6 |
+
dtype: string
|
7 |
+
- name: language
|
8 |
+
dtype: string
|
9 |
+
- name: document_id
|
10 |
+
dtype: string
|
11 |
+
- name: categories
|
12 |
+
sequence: string
|
13 |
+
- name: subcategories
|
14 |
+
sequence: string
|
15 |
+
- name: category_labels
|
16 |
+
sequence: int64
|
17 |
+
- name: subcategory_labels
|
18 |
+
sequence: int64
|
19 |
+
- name: all_possible_categories
|
20 |
+
sequence: string
|
21 |
+
- name: all_possible_subcategories
|
22 |
+
sequence: string
|
23 |
+
- name: has_climate_content
|
24 |
+
dtype: bool
|
25 |
+
- name: has_war_content
|
26 |
+
dtype: bool
|
27 |
+
splits:
|
28 |
+
- name: train
|
29 |
+
num_bytes: 1801852
|
30 |
+
num_examples: 168
|
31 |
+
- name: test
|
32 |
+
num_bytes: 442397
|
33 |
+
num_examples: 43
|
34 |
+
download_size: 417166
|
35 |
+
dataset_size: 2244249
|
36 |
+
configs:
|
37 |
+
- config_name: BG
|
38 |
+
data_files:
|
39 |
+
- split: train
|
40 |
+
path: BG/train-*
|
41 |
+
- split: test
|
42 |
+
path: BG/test-*
|
43 |
+
---
|