Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -915,6 +915,44 @@ dataset_info:
|
|
915 |
num_examples: 215
|
916 |
download_size: 0
|
917 |
dataset_size: 1039490
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
918 |
configs:
|
919 |
- config_name: deu.rst.pcc.conllu
|
920 |
data_files:
|
@@ -1108,6 +1146,14 @@ configs:
|
|
1108 |
path: zho.dep.scidtb.rels/validation-*
|
1109 |
- split: test
|
1110 |
path: zho.dep.scidtb.rels/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1111 |
---
|
1112 |
|
1113 |
## Disrpt is a multilingual, multi-framework unified discourse analysis benchmark.
|
|
|
915 |
num_examples: 215
|
916 |
download_size: 0
|
917 |
dataset_size: 1039490
|
918 |
+
- config_name: zho.rst.gcdt.rels
|
919 |
+
features:
|
920 |
+
- name: doc
|
921 |
+
dtype: string
|
922 |
+
- name: unit1_toks
|
923 |
+
dtype: string
|
924 |
+
- name: unit2_toks
|
925 |
+
dtype: string
|
926 |
+
- name: unit1_txt
|
927 |
+
dtype: string
|
928 |
+
- name: unit2_txt
|
929 |
+
dtype: string
|
930 |
+
- name: s1_toks
|
931 |
+
dtype: string
|
932 |
+
- name: s2_toks
|
933 |
+
dtype: string
|
934 |
+
- name: unit1_sent
|
935 |
+
dtype: string
|
936 |
+
- name: unit2_sent
|
937 |
+
dtype: string
|
938 |
+
- name: dir
|
939 |
+
dtype: string
|
940 |
+
- name: orig_label
|
941 |
+
dtype: string
|
942 |
+
- name: label
|
943 |
+
dtype: string
|
944 |
+
splits:
|
945 |
+
- name: train
|
946 |
+
num_bytes: 4067285
|
947 |
+
num_examples: 6454
|
948 |
+
- name: validation
|
949 |
+
num_bytes: 627252
|
950 |
+
num_examples: 1006
|
951 |
+
- name: test
|
952 |
+
num_bytes: 615083
|
953 |
+
num_examples: 953
|
954 |
+
download_size: 1055924
|
955 |
+
dataset_size: 5309620
|
956 |
configs:
|
957 |
- config_name: deu.rst.pcc.conllu
|
958 |
data_files:
|
|
|
1146 |
path: zho.dep.scidtb.rels/validation-*
|
1147 |
- split: test
|
1148 |
path: zho.dep.scidtb.rels/test-*
|
1149 |
+
- config_name: zho.rst.gcdt.rels
|
1150 |
+
data_files:
|
1151 |
+
- split: train
|
1152 |
+
path: zho.rst.gcdt.rels/train-*
|
1153 |
+
- split: validation
|
1154 |
+
path: zho.rst.gcdt.rels/validation-*
|
1155 |
+
- split: test
|
1156 |
+
path: zho.rst.gcdt.rels/test-*
|
1157 |
---
|
1158 |
|
1159 |
## Disrpt is a multilingual, multi-framework unified discourse analysis benchmark.
|