artemsnegirev
commited on
Commit
•
120d371
1
Parent(s):
7d1f9e3
add metadata
Browse files
README.md
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- crowdsourced
|
4 |
+
language_creators:
|
5 |
+
- crowdsourced
|
6 |
+
language:
|
7 |
+
- ru
|
8 |
+
license:
|
9 |
+
- unknown
|
10 |
+
multilinguality:
|
11 |
+
- monolingual
|
12 |
+
pretty_name: BlendedSkillTalk
|
13 |
+
size_categories:
|
14 |
+
- 1K<n<10K
|
15 |
+
source_datasets:
|
16 |
+
- original
|
17 |
+
task_categories:
|
18 |
+
- conversational
|
19 |
+
task_ids:
|
20 |
+
- dialogue-generation
|
21 |
+
paperswithcode_id: blended-skill-talk
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: personas
|
25 |
+
sequence: string
|
26 |
+
- name: additional_context
|
27 |
+
dtype: string
|
28 |
+
- name: previous_utterance
|
29 |
+
sequence: string
|
30 |
+
- name: context
|
31 |
+
dtype: string
|
32 |
+
- name: free_messages
|
33 |
+
sequence: string
|
34 |
+
- name: guided_messages
|
35 |
+
sequence: string
|
36 |
+
- name: suggestions
|
37 |
+
sequence:
|
38 |
+
- name: convai2
|
39 |
+
dtype: string
|
40 |
+
- name: empathetic_dialogues
|
41 |
+
dtype: string
|
42 |
+
- name: wizard_of_wikipedia
|
43 |
+
dtype: string
|
44 |
+
- name: guided_chosen_suggestions
|
45 |
+
sequence: string
|
46 |
+
splits:
|
47 |
+
- name: train
|
48 |
+
num_examples: 4819
|
49 |
+
- name: validation
|
50 |
+
num_examples: 1009
|
51 |
+
- name: test
|
52 |
+
num_examples: 980
|
53 |
+
---
|