Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,7 +1,55 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
language:
|
4 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
https://github.com/disrpt/sharedtask2023
|
7 |
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
license: apache-2.0
|
5 |
+
dataset_info:
|
6 |
+
config_name: zho.dep.scidtb.rels
|
7 |
+
features:
|
8 |
+
- name: doc
|
9 |
+
dtype: string
|
10 |
+
- name: unit1_toks
|
11 |
+
dtype: string
|
12 |
+
- name: unit2_toks
|
13 |
+
dtype: string
|
14 |
+
- name: unit1_txt
|
15 |
+
dtype: string
|
16 |
+
- name: unit2_txt
|
17 |
+
dtype: string
|
18 |
+
- name: s1_toks
|
19 |
+
dtype: string
|
20 |
+
- name: s2_toks
|
21 |
+
dtype: string
|
22 |
+
- name: unit1_sent
|
23 |
+
dtype: string
|
24 |
+
- name: unit2_sent
|
25 |
+
dtype: string
|
26 |
+
- name: dir
|
27 |
+
dtype: string
|
28 |
+
- name: orig_label
|
29 |
+
dtype: string
|
30 |
+
- name: label
|
31 |
+
dtype: string
|
32 |
+
splits:
|
33 |
+
- name: train
|
34 |
+
num_bytes: 628861
|
35 |
+
num_examples: 802
|
36 |
+
- name: validation
|
37 |
+
num_bytes: 228839
|
38 |
+
num_examples: 281
|
39 |
+
- name: test
|
40 |
+
num_bytes: 181790
|
41 |
+
num_examples: 215
|
42 |
+
download_size: 254512
|
43 |
+
dataset_size: 1039490
|
44 |
+
configs:
|
45 |
+
- config_name: zho.dep.scidtb.rels
|
46 |
+
data_files:
|
47 |
+
- split: train
|
48 |
+
path: zho.dep.scidtb.rels/train-*
|
49 |
+
- split: validation
|
50 |
+
path: zho.dep.scidtb.rels/validation-*
|
51 |
+
- split: test
|
52 |
+
path: zho.dep.scidtb.rels/test-*
|
53 |
---
|
54 |
https://github.com/disrpt/sharedtask2023
|
55 |
|