Upload dataset
Browse files- README.md +71 -0
- data/test-00000-of-00001.parquet +3 -0
README.md
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: id
|
5 |
+
dtype: string
|
6 |
+
- name: text
|
7 |
+
dtype: string
|
8 |
+
- name: sentences
|
9 |
+
list:
|
10 |
+
- name: end_char
|
11 |
+
dtype: int64
|
12 |
+
- name: id
|
13 |
+
dtype: int64
|
14 |
+
- name: misc
|
15 |
+
struct:
|
16 |
+
- name: parse_tree
|
17 |
+
dtype: string
|
18 |
+
- name: speaker
|
19 |
+
dtype: 'null'
|
20 |
+
- name: start_char
|
21 |
+
dtype: int64
|
22 |
+
- name: text
|
23 |
+
dtype: string
|
24 |
+
- name: tokens
|
25 |
+
list:
|
26 |
+
- name: deprel
|
27 |
+
dtype: string
|
28 |
+
- name: end_char
|
29 |
+
dtype: int64
|
30 |
+
- name: feats
|
31 |
+
dtype: string
|
32 |
+
- name: head
|
33 |
+
dtype: int64
|
34 |
+
- name: id
|
35 |
+
dtype: int64
|
36 |
+
- name: lemma
|
37 |
+
dtype: string
|
38 |
+
- name: misc
|
39 |
+
dtype: string
|
40 |
+
- name: start_char
|
41 |
+
dtype: int64
|
42 |
+
- name: text
|
43 |
+
dtype: string
|
44 |
+
- name: upos
|
45 |
+
dtype: string
|
46 |
+
- name: xpos
|
47 |
+
dtype: string
|
48 |
+
- name: coref_chains
|
49 |
+
sequence:
|
50 |
+
sequence:
|
51 |
+
sequence: int64
|
52 |
+
- name: genre
|
53 |
+
dtype: string
|
54 |
+
- name: meta_data
|
55 |
+
struct:
|
56 |
+
- name: annotation_strength
|
57 |
+
dtype: string
|
58 |
+
- name: comment
|
59 |
+
dtype: string
|
60 |
+
splits:
|
61 |
+
- name: test
|
62 |
+
num_bytes: 7834585
|
63 |
+
num_examples: 3061
|
64 |
+
download_size: 1670962
|
65 |
+
dataset_size: 7834585
|
66 |
+
configs:
|
67 |
+
- config_name: default
|
68 |
+
data_files:
|
69 |
+
- split: test
|
70 |
+
path: data/test-*
|
71 |
+
---
|
data/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15146fa72efadf4ff0fed6e2e276226cc15c21c5c290feffc5903857d012e083
|
3 |
+
size 1670962
|