Convert dataset to Parquet
Browse filesConvert dataset to Parquet.
- README.md +43 -1
- en/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -6,4 +6,46 @@ language:
|
|
6 |
task_categories:
|
7 |
- token-classification
|
8 |
pretty_name: Enhanced CoBaLD dataset
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
task_categories:
|
7 |
- token-classification
|
8 |
pretty_name: Enhanced CoBaLD dataset
|
9 |
+
configs:
|
10 |
+
- config_name: en
|
11 |
+
data_files:
|
12 |
+
- split: train
|
13 |
+
path: en/train-*
|
14 |
+
dataset_info:
|
15 |
+
config_name: en
|
16 |
+
features:
|
17 |
+
- name: ids
|
18 |
+
sequence: string
|
19 |
+
- name: words
|
20 |
+
sequence: string
|
21 |
+
- name: lemmas
|
22 |
+
sequence: string
|
23 |
+
- name: upos
|
24 |
+
sequence: string
|
25 |
+
- name: xpos
|
26 |
+
sequence: string
|
27 |
+
- name: feats
|
28 |
+
sequence: string
|
29 |
+
- name: heads
|
30 |
+
sequence: int32
|
31 |
+
- name: deprels
|
32 |
+
sequence: string
|
33 |
+
- name: deps
|
34 |
+
sequence: string
|
35 |
+
- name: miscs
|
36 |
+
sequence: string
|
37 |
+
- name: deepslots
|
38 |
+
sequence: string
|
39 |
+
- name: semclasses
|
40 |
+
sequence: string
|
41 |
+
- name: sent_id
|
42 |
+
dtype: string
|
43 |
+
- name: text
|
44 |
+
dtype: string
|
45 |
+
splits:
|
46 |
+
- name: train
|
47 |
+
num_bytes: 26597623
|
48 |
+
num_examples: 8641
|
49 |
+
download_size: 3834263
|
50 |
+
dataset_size: 26597623
|
51 |
+
---
|
en/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:964622364cea801101eb54da702cea0b2db9976d2f44db1cf05bd765bcdf1711
|
3 |
+
size 3834263
|