Zlovoblachko commited on
Commit
f8dd14a
·
verified ·
1 Parent(s): d74ff59

Upload dataset

Browse files
README.md CHANGED
@@ -1,3 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # SpaCy Grammar Error Detection Dataset - Second_level Labels
2
 
3
  This repository contains the SpaCy-formatted dataset for grammar error detection with second_level 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: 12596304
23
+ num_examples: 61603
24
+ - name: eval
25
+ num_bytes: 1578006
26
+ num_examples: 7700
27
+ - name: test
28
+ num_bytes: 1582048
29
+ num_examples: 7701
30
+ - name: overlapping
31
+ num_bytes: 2445948
32
+ num_examples: 8427
33
+ download_size: 7137924
34
+ dataset_size: 18202306
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 - Second_level Labels
48
 
49
  This repository contains the SpaCy-formatted dataset for grammar error detection with second_level labels.
data/eval-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec0d27e220fd7fe1472e4ae586ba590ec38390cc83f749e82d9f5fe6a0a8e2c9
3
+ size 636409
data/overlapping-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9008d4fb741a0c65323216437ee4c19432e41fe5c1202dae1fa51f62034c3a8f
3
+ size 802778
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26a34723a5e6fa33cde2e7003200ef0af435cd5da61ff9cc25adf3a592f7e480
3
+ size 638039
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c64a9af7f55bf9756c718fccf2f57da3b778c8a872412e1719d0631054d4cae
3
+ size 5060698