Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,25 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- text2text-generation
|
5 |
+
- text-generation
|
6 |
+
size_categories:
|
7 |
+
- 1K<n<10K
|
8 |
+
---
|
9 |
+
# Dataset Card for Dataset Name
|
10 |
+
|
11 |
+
This repo contains a csv file about anime subtitles crawl from open web.This dataset could be used for **t2t**,all the **NLP** projects expectionly of the anime domain.It's part.1,probably will have part.2.
|
12 |
+
|
13 |
+
|
14 |
+
## Dataset Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this dataset is. -->
|
17 |
+
|
18 |
+
**anime_subtitles.csv**: Contains two features('name' and 'caption') and 4055 rows,about 400MB. Each name represent one season or movie, caption contaions all the dialogues that the characters speaks but no characters name or other stuffs.Most of the names and captions are chinese(simple).
|
19 |
+
|
20 |
+
## Uses
|
21 |
+
|
22 |
+
<!-- Address questions around how the dataset is intended to be used. -->
|
23 |
+
|
24 |
+
To download the dataset,clone the repo.
|
25 |
+
|