Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
crowdsourced
Annotations Creators:
crowdsourced
Source Datasets:
original
ArXiv:
Tags:
License:
albertvillanova HF staff commited on
Commit
4c29e7e
1 Parent(s): 1eff8bf

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -112
dataset_infos.json DELETED
@@ -1,112 +0,0 @@
1
- {
2
- "default": {
3
- "description": "A dataset of 7k conversations explicitly designed to exhibit multiple conversation modes: displaying personality, having empathy, and demonstrating knowledge.\n",
4
- "citation": "@misc{smith2020evaluating,\n title={Can You Put it All Together: Evaluating Conversational Agents' Ability to Blend Skills},\n author={Eric Michael Smith and Mary Williamson and Kurt Shuster and Jason Weston and Y-Lan Boureau},\n year={2020},\n eprint={2004.08449},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n}\n",
5
- "homepage": "https://parl.ai/projects/bst/",
6
- "license": "",
7
- "features": {
8
- "personas": {
9
- "feature": {
10
- "dtype": "string",
11
- "_type": "Value"
12
- },
13
- "_type": "Sequence"
14
- },
15
- "additional_context": {
16
- "dtype": "string",
17
- "_type": "Value"
18
- },
19
- "previous_utterance": {
20
- "feature": {
21
- "dtype": "string",
22
- "_type": "Value"
23
- },
24
- "_type": "Sequence"
25
- },
26
- "context": {
27
- "dtype": "string",
28
- "_type": "Value"
29
- },
30
- "free_messages": {
31
- "feature": {
32
- "dtype": "string",
33
- "_type": "Value"
34
- },
35
- "_type": "Sequence"
36
- },
37
- "guided_messages": {
38
- "feature": {
39
- "dtype": "string",
40
- "_type": "Value"
41
- },
42
- "_type": "Sequence"
43
- },
44
- "suggestions": {
45
- "feature": {
46
- "convai2": {
47
- "dtype": "string",
48
- "_type": "Value"
49
- },
50
- "empathetic_dialogues": {
51
- "dtype": "string",
52
- "_type": "Value"
53
- },
54
- "wizard_of_wikipedia": {
55
- "dtype": "string",
56
- "_type": "Value"
57
- }
58
- },
59
- "_type": "Sequence"
60
- },
61
- "guided_chosen_suggestions": {
62
- "feature": {
63
- "dtype": "string",
64
- "_type": "Value"
65
- },
66
- "_type": "Sequence"
67
- },
68
- "label_candidates": {
69
- "feature": {
70
- "feature": {
71
- "dtype": "string",
72
- "_type": "Value"
73
- },
74
- "_type": "Sequence"
75
- },
76
- "_type": "Sequence"
77
- }
78
- },
79
- "builder_name": "blended_skill_talk",
80
- "dataset_name": "blended_skill_talk",
81
- "config_name": "default",
82
- "version": {
83
- "version_str": "1.0.0",
84
- "major": 1,
85
- "minor": 0,
86
- "patch": 0
87
- },
88
- "splits": {
89
- "train": {
90
- "name": "train",
91
- "num_bytes": 10830670,
92
- "num_examples": 4819,
93
- "dataset_name": null
94
- },
95
- "validation": {
96
- "name": "validation",
97
- "num_bytes": 43961447,
98
- "num_examples": 1009,
99
- "dataset_name": null
100
- },
101
- "test": {
102
- "name": "test",
103
- "num_bytes": 44449895,
104
- "num_examples": 980,
105
- "dataset_name": null
106
- }
107
- },
108
- "download_size": 10897644,
109
- "dataset_size": 99242012,
110
- "size_in_bytes": 110139656
111
- }
112
- }