ygorg commited on
Commit
1a3b2f1
·
verified ·
1 Parent(s): a852a22

Add 'cls' config data files

Browse files
README.md CHANGED
@@ -1,6 +1,34 @@
1
  ---
2
  dataset_info:
3
- config_name: pos
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  features:
5
  - name: id
6
  dtype: string
@@ -62,6 +90,14 @@ dataset_info:
62
  download_size: 1003785
63
  dataset_size: 4454362
64
  configs:
 
 
 
 
 
 
 
 
65
  - config_name: pos
66
  data_files:
67
  - split: train
 
1
  ---
2
  dataset_info:
3
+ - config_name: cls
4
+ features:
5
+ - name: id
6
+ dtype: string
7
+ - name: document_id
8
+ dtype: string
9
+ - name: tokens
10
+ list: string
11
+ - name: label
12
+ dtype:
13
+ class_label:
14
+ names:
15
+ '0': negation_speculation
16
+ '1': negation
17
+ '2': neutral
18
+ '3': speculation
19
+ splits:
20
+ - name: train
21
+ num_bytes: 1173011
22
+ num_examples: 5073
23
+ - name: validation
24
+ num_bytes: 171520
25
+ num_examples: 725
26
+ - name: test
27
+ num_bytes: 334459
28
+ num_examples: 1450
29
+ download_size: 501672
30
+ dataset_size: 1678990
31
+ - config_name: pos
32
  features:
33
  - name: id
34
  dtype: string
 
90
  download_size: 1003785
91
  dataset_size: 4454362
92
  configs:
93
+ - config_name: cls
94
+ data_files:
95
+ - split: train
96
+ path: cls/train-*
97
+ - split: validation
98
+ path: cls/validation-*
99
+ - split: test
100
+ path: cls/test-*
101
  - config_name: pos
102
  data_files:
103
  - split: train
cls/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f7a5fa1aed64f8a1abf22cef5c21da558c1bf7f57bde2e05355ca8dea794498
3
+ size 107588
cls/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c98c342d2745694f39283ab73919bca6c0a1a9f6b648ecb092ae432dd96814a
3
+ size 337987
cls/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c769e1fd8a89db881323a2f789f799188c68a619bc73c64975a40bcb7277fc1
3
+ size 56097