Zlovoblachko commited on
Commit
f9b61ee
·
verified ·
1 Parent(s): 1df417b

Upload dataset

Browse files
README.md CHANGED
@@ -1,3 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # SpaCy Grammar Error Detection Dataset - Binary Labels
2
 
3
  This repository contains the SpaCy-formatted dataset for grammar error detection with binary labels.
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text
5
+ dtype: string
6
+ - name: spans
7
+ list:
8
+ - name: end
9
+ dtype: int64
10
+ - name: label
11
+ dtype: string
12
+ - name: start
13
+ dtype: int64
14
+ - name: meta
15
+ struct:
16
+ - name: file_id
17
+ dtype: string
18
+ - name: sentence_id
19
+ dtype: int64
20
+ splits:
21
+ - name: train
22
+ num_bytes: 12633387
23
+ num_examples: 61603
24
+ - name: eval
25
+ num_bytes: 1582593
26
+ num_examples: 7700
27
+ - name: test
28
+ num_bytes: 1586745
29
+ num_examples: 7701
30
+ - name: overlapping
31
+ num_bytes: 2465230
32
+ num_examples: 8427
33
+ download_size: 7023581
34
+ dataset_size: 18267955
35
+ configs:
36
+ - config_name: default
37
+ data_files:
38
+ - split: train
39
+ path: data/train-*
40
+ - split: eval
41
+ path: data/eval-*
42
+ - split: test
43
+ path: data/test-*
44
+ - split: overlapping
45
+ path: data/overlapping-*
46
+ ---
47
  # SpaCy Grammar Error Detection Dataset - Binary Labels
48
 
49
  This repository contains the SpaCy-formatted dataset for grammar error detection with binary labels.
data/eval-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44f896efb6e8f34b7e6af4a66f00a767f7fdbbbbd592330e262efc5832f91fea
3
+ size 627255
data/overlapping-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4176f6f8e7654952a9298be5e4cb6637495570874069d5e38b37998f4a0822b3
3
+ size 778853
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86ca58d0c98d0afa69b9995b30295dabdc51ea4ec7a9e4ba8e265bf7c7cda4df
3
+ size 628858
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:265907e0592be2a07701ef3c0ec5e7bab54e13295953e6a81e454ecd306ea1df
3
+ size 4988615