Erland commited on
Commit
3e4eaaa
·
verified ·
1 Parent(s): 4b40e8d

Upload dataset

Browse files
Files changed (2) hide show
  1. EN/train-00000-of-00001.parquet +3 -0
  2. README.md +20 -0
EN/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:864bbf66b14d00029b97c2796cf52264648e89baf3e2ceb864a0f6f831e3f0d7
3
+ size 211596
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: EN
4
+ features:
5
+ - name: text
6
+ sequence: string
7
+ - name: label
8
+ dtype: string
9
+ splits:
10
+ - name: train
11
+ num_bytes: 318987
12
+ num_examples: 88
13
+ download_size: 211596
14
+ dataset_size: 318987
15
+ configs:
16
+ - config_name: EN
17
+ data_files:
18
+ - split: train
19
+ path: EN/train-*
20
+ ---