add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -20,6 +20,63 @@ paperswithcode_id: irc-disentanglement
|
|
| 20 |
pretty_name: IRC Disentanglement
|
| 21 |
tags:
|
| 22 |
- conversation-disentanglement
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
---
|
| 24 |
|
| 25 |
|
|
|
|
| 20 |
pretty_name: IRC Disentanglement
|
| 21 |
tags:
|
| 22 |
- conversation-disentanglement
|
| 23 |
+
dataset_info:
|
| 24 |
+
- config_name: ubuntu
|
| 25 |
+
features:
|
| 26 |
+
- name: id
|
| 27 |
+
dtype: int32
|
| 28 |
+
- name: raw
|
| 29 |
+
dtype: string
|
| 30 |
+
- name: ascii
|
| 31 |
+
dtype: string
|
| 32 |
+
- name: tokenized
|
| 33 |
+
dtype: string
|
| 34 |
+
- name: date
|
| 35 |
+
dtype: string
|
| 36 |
+
- name: connections
|
| 37 |
+
sequence: int32
|
| 38 |
+
splits:
|
| 39 |
+
- name: test
|
| 40 |
+
num_bytes: 3919900
|
| 41 |
+
num_examples: 15010
|
| 42 |
+
- name: train
|
| 43 |
+
num_bytes: 56012854
|
| 44 |
+
num_examples: 220616
|
| 45 |
+
- name: validation
|
| 46 |
+
num_bytes: 3081479
|
| 47 |
+
num_examples: 12510
|
| 48 |
+
download_size: 118470210
|
| 49 |
+
dataset_size: 63014233
|
| 50 |
+
- config_name: channel_two
|
| 51 |
+
features:
|
| 52 |
+
- name: id
|
| 53 |
+
dtype: int32
|
| 54 |
+
- name: raw
|
| 55 |
+
dtype: string
|
| 56 |
+
- name: ascii
|
| 57 |
+
dtype: string
|
| 58 |
+
- name: tokenized
|
| 59 |
+
dtype: string
|
| 60 |
+
- name: connections
|
| 61 |
+
sequence: int32
|
| 62 |
+
splits:
|
| 63 |
+
- name: all_
|
| 64 |
+
num_bytes: 496524
|
| 65 |
+
num_examples: 2602
|
| 66 |
+
- name: dev
|
| 67 |
+
num_bytes: 197505
|
| 68 |
+
num_examples: 1001
|
| 69 |
+
- name: pilot
|
| 70 |
+
num_bytes: 92663
|
| 71 |
+
num_examples: 501
|
| 72 |
+
- name: pilot_dev
|
| 73 |
+
num_bytes: 290175
|
| 74 |
+
num_examples: 1501
|
| 75 |
+
- name: test
|
| 76 |
+
num_bytes: 186823
|
| 77 |
+
num_examples: 1001
|
| 78 |
+
download_size: 118470210
|
| 79 |
+
dataset_size: 1263690
|
| 80 |
---
|
| 81 |
|
| 82 |
|