h-alice commited on
Commit
1fd427a
1 Parent(s): 24e27fb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -3
README.md CHANGED
@@ -1,3 +1,44 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text-classification
5
+ - zero-shot-classification
6
+ - text-generation
7
+ tags:
8
+ - meme
9
+ language:
10
+ - zh
11
+ - en
12
+ pretty_name: Cooking Master Boy Subtitle
13
+ size_categories:
14
+ - 10K<n<100K
15
+ configs:
16
+ - config_name: default
17
+ data_files:
18
+ - split: train
19
+ path: cookingmaster_subtitles.csv
20
+ ---
21
+ # Cooking Master Boy Chat Records
22
+ Chinese (trditional) subtitle of anime "Cooking Master Boy" (中華一番).
23
+
24
+ # Introduction
25
+ This is a collection of subtitles from anime "Cooking Master Boy" (中華一番).
26
+
27
+ ![醬汁](cmb-02.jpg)
28
+
29
+ # Dataset Description
30
+ The dataset is in CSV format, with the following columns:
31
+ * `episode`: The episode index of subtitle belogs to.
32
+ * `caption_index`: The autoincrement ID of subtitles.
33
+ * `time_start`: The starting timecode, which subtitle supposed to appear.
34
+ * `time_end`: The ending timecode, which subtitle supposed to leave.
35
+ * `caption`: The actual text of subtitles.
36
+
37
+ ### Sample Data
38
+
39
+ |episode|caption_index|time_start|time_end|caption|
40
+ |---|---|---|---|---|
41
+ |1|154|00:07:05.900|00:07:07.230|紹安,你不要緊吧|
42
+
43
+ # Disclaimer
44
+ This dataset is for research purposes only, and the dataset provider does not assume any responsibility for any legal or other consequences resulting from the use of this dataset.