albertvillanova HF staff commited on
Commit
b649226
1 Parent(s): fa49ab3

Fix missing tags in dataset cards (#4979)

Browse files

Commit from https://github.com/huggingface/datasets/commit/4c695faf4b8cd781d700203654afd91f2b3d4171

Files changed (1) hide show
  1. README.md +19 -5
README.md CHANGED
@@ -1,8 +1,24 @@
1
  ---
 
 
2
  language:
3
  - en
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  paperswithcode_id: ubuntu-dialogue-corpus
5
- pretty_name: Ubuntu Dialogue Corpus
6
  ---
7
 
8
  # Dataset Card for "ubuntu_dialogs_corpus"
@@ -33,9 +49,8 @@ pretty_name: Ubuntu Dialogue Corpus
33
 
34
  ## Dataset Description
35
 
36
- - **Homepage:** [https://github.com/rkadlec/ubuntu-ranking-dataset-creator](https://github.com/rkadlec/ubuntu-ranking-dataset-creator)
37
- - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
38
- - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
39
  - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
40
  - **Size of downloaded dataset files:** 0.00 MB
41
  - **Size of the generated dataset:** 62.46 MB
@@ -163,7 +178,6 @@ The data fields are the same among all splits.
163
  biburl = {https://dblp.org/rec/journals/corr/LowePSP15.bib},
164
  bibsource = {dblp computer science bibliography, https://dblp.org}
165
  }
166
-
167
  ```
168
 
169
 
 
1
  ---
2
+ annotations_creators:
3
+ - found
4
  language:
5
  - en
6
+ language_creators:
7
+ - found
8
+ license:
9
+ - unknown
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: "UDC (Ubuntu Dialogue Corpus)"
13
+ size_categories:
14
+ - 1M<n<10M
15
+ source_datasets:
16
+ - original
17
+ task_categories:
18
+ - conversational
19
+ task_ids:
20
+ - dialogue-generation
21
  paperswithcode_id: ubuntu-dialogue-corpus
 
22
  ---
23
 
24
  # Dataset Card for "ubuntu_dialogs_corpus"
 
49
 
50
  ## Dataset Description
51
 
52
+ - **Repository:** https://github.com/rkadlec/ubuntu-ranking-dataset-creator
53
+ - **Paper:** [The Ubuntu Dialogue Corpus: A Large Dataset for Research in Unstructured Multi-Turn Dialogue Systems](https://arxiv.org/abs/1506.08909)
 
54
  - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
55
  - **Size of downloaded dataset files:** 0.00 MB
56
  - **Size of the generated dataset:** 62.46 MB
 
178
  biburl = {https://dblp.org/rec/journals/corr/LowePSP15.bib},
179
  bibsource = {dblp computer science bibliography, https://dblp.org}
180
  }
 
181
  ```
182
 
183