Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
crowdsourced
Annotations Creators:
crowdsourced
Source Datasets:
original
ArXiv:
Tags:
License:
lhoestq HF staff commited on
Commit
f8b094f
1 Parent(s): ae49258

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +46 -1
README.md CHANGED
@@ -18,6 +18,51 @@ task_categories:
18
  task_ids: []
19
  paperswithcode_id: negotiation-dialogues-dataset
20
  pretty_name: Deal or No Deal Negotiator
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  ---
22
 
23
 
@@ -156,4 +201,4 @@ The project is licenced under CC-by-NC
156
 
157
  ### Contributions
158
 
159
- Thanks to [@moussaKam](https://github.com/moussaKam) for adding this dataset.
 
18
  task_ids: []
19
  paperswithcode_id: negotiation-dialogues-dataset
20
  pretty_name: Deal or No Deal Negotiator
21
+ dataset_info:
22
+ - config_name: dialogues
23
+ features:
24
+ - name: input
25
+ sequence:
26
+ - name: count
27
+ dtype: int32
28
+ - name: value
29
+ dtype: int32
30
+ - name: dialogue
31
+ dtype: string
32
+ - name: output
33
+ dtype: string
34
+ - name: partner_input
35
+ sequence:
36
+ - name: count
37
+ dtype: int32
38
+ - name: value
39
+ dtype: int32
40
+ splits:
41
+ - name: test
42
+ num_bytes: 396258
43
+ num_examples: 1052
44
+ - name: train
45
+ num_bytes: 3860624
46
+ num_examples: 10095
47
+ - name: validation
48
+ num_bytes: 418491
49
+ num_examples: 1087
50
+ download_size: 5239072
51
+ dataset_size: 4675373
52
+ - config_name: self_play
53
+ features:
54
+ - name: input
55
+ sequence:
56
+ - name: count
57
+ dtype: int32
58
+ - name: value
59
+ dtype: int32
60
+ splits:
61
+ - name: train
62
+ num_bytes: 261512
63
+ num_examples: 8172
64
+ download_size: 98304
65
+ dataset_size: 261512
66
  ---
67
 
68
 
 
201
 
202
  ### Contributions
203
 
204
+ Thanks to [@moussaKam](https://github.com/moussaKam) for adding this dataset.