update dataset details
Browse files
README.md
CHANGED
@@ -15,4 +15,30 @@ configs:
|
|
15 |
data_files:
|
16 |
- split: train
|
17 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
data_files:
|
16 |
- split: train
|
17 |
path: data/train-*
|
18 |
+
task_categories:
|
19 |
+
- text-classification
|
20 |
+
- token-classification
|
21 |
+
- question-answering
|
22 |
+
language:
|
23 |
+
- en
|
24 |
+
tags:
|
25 |
+
- code
|
26 |
+
size_categories:
|
27 |
+
- 1K<n<10K
|
28 |
---
|
29 |
+
# Dataset: Harry potter conversational text corpus
|
30 |
+
|
31 |
+
## Dataset Details
|
32 |
+
This corpus contains conversational data in text format
|
33 |
+
|
34 |
+
|
35 |
+
### Usage
|
36 |
+
- text classification
|
37 |
+
- token classification
|
38 |
+
- question answering
|
39 |
+
|
40 |
+
###### Language
|
41 |
+
en
|
42 |
+
|
43 |
+
###### License
|
44 |
+
apache 2.0
|