Datasets:
Tasks:
Text Classification
Sub-tasks:
text-scoring
Languages:
English
Size:
10K<n<100K
ArXiv:
License:
Update files from the datasets library (from 1.6.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.0
- README.md +10 -10
- conv_ai_3.py +0 -2
README.md
CHANGED
@@ -1,23 +1,23 @@
|
|
1 |
---
|
2 |
annotations_creators:
|
3 |
-
|
4 |
language_creators:
|
5 |
-
|
6 |
languages:
|
7 |
-
|
8 |
licenses:
|
9 |
-
|
10 |
multilinguality:
|
11 |
-
|
12 |
size_categories:
|
13 |
-
|
14 |
source_datasets:
|
15 |
-
|
16 |
task_categories:
|
17 |
-
|
18 |
-
|
19 |
task_ids:
|
20 |
-
|
21 |
---
|
22 |
|
23 |
# Dataset Card for [More Information Needed]
|
|
|
1 |
---
|
2 |
annotations_creators:
|
3 |
+
- crowdsourced
|
4 |
language_creators:
|
5 |
+
- crowdsourced
|
6 |
languages:
|
7 |
+
- en
|
8 |
licenses:
|
9 |
+
- unknown
|
10 |
multilinguality:
|
11 |
+
- monolingual
|
12 |
size_categories:
|
13 |
+
- 10K<n<100K
|
14 |
source_datasets:
|
15 |
+
- original
|
16 |
task_categories:
|
17 |
+
- conditional-text-generation
|
18 |
+
- text-scoring
|
19 |
task_ids:
|
20 |
+
- text-scoring-other-evaluating-dialogue-systems
|
21 |
---
|
22 |
|
23 |
# Dataset Card for [More Information Needed]
|
conv_ai_3.py
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
from __future__ import absolute_import, division, print_function
|
2 |
-
|
3 |
import csv
|
4 |
|
5 |
import datasets
|
|
|
|
|
|
|
1 |
import csv
|
2 |
|
3 |
import datasets
|