Datasets:
File size: 1,362 Bytes
1fd427a b406ee3 29dd6c7 b406ee3 1fd427a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
---
license: mit
task_categories:
- text-classification
- zero-shot-classification
- text-generation
tags:
- meme
language:
- zh
- en
pretty_name: Cooking Master Boy Subtitle
size_categories:
- 10K<n<100K
configs:
- config_name: default
data_files:
- split: train
path: cookingmaster_subtitles.csv
---
# Cooking Master Boy Chat Records
Chinese (trditional) subtitle of anime "Cooking Master Boy" (中華一番).
# Introduction
This is a collection of subtitles from anime "Cooking Master Boy" (中華一番).
![醬汁](cmb-02.jpg)
# Dataset Description
The dataset is in CSV format, with the following columns:
* `episode`: The episode index of subtitle belogs to.
* `caption_index`: The autoincrement ID of subtitles.
* `time_start`: The starting timecode, which subtitle supposed to appear.
* `time_end`: The ending timecode, which subtitle supposed to leave.
* `caption`: The actual text of subtitles.
### Sample Data
|episode|caption_index|time_start|time_end|caption|
|---|---|---|---|---|
|1|154|00:07:05.900|00:07:07.230|紹安,你不要緊吧|
# Contributer
[@h-alice](https://huggingface.co/h-alice) [@natlee](https://huggingface.co/NatLee)
# Disclaimer
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. |