rifoag commited on
Commit
055739e
·
verified ·
1 Parent(s): 62083eb

Upload dataset

Browse files
BG/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:189579303a6ead6fe2998b621adaea1f755b1f345e37aa99bd131d101d5f1100
3
+ size 63885
BG/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f272339abcdc3f08c903e15632d58a83b8d2e713a6d0376421c68eef20ad5634
3
+ size 367929
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: BG
4
+ features:
5
+ - name: document
6
+ dtype: string
7
+ - name: categories
8
+ dtype: string
9
+ - name: subcategories
10
+ dtype: string
11
+ - name: explanation
12
+ dtype: string
13
+ splits:
14
+ - name: train
15
+ num_bytes: 761656
16
+ num_examples: 197
17
+ - name: dev
18
+ num_bytes: 110545
19
+ num_examples: 28
20
+ download_size: 431814
21
+ dataset_size: 872201
22
+ configs:
23
+ - config_name: BG
24
+ data_files:
25
+ - split: train
26
+ path: BG/train-*
27
+ - split: dev
28
+ path: BG/dev-*
29
+ ---