Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,50 @@
|
|
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 Chat Records
|
13 |
+
size_categories:
|
14 |
+
- 1M<n<10M
|
15 |
+
configs:
|
16 |
+
- config_name: default
|
17 |
+
data_files:
|
18 |
+
- split: train
|
19 |
+
path: "cookingmaster_medium.csv"
|
20 |
---
|
21 |
+
# Cooking Master Boy Chat Records
|
22 |
+
Chat record dataset from Twitch channel "muse_tw" during the "Cooking Master Boy" (中華一番) marathon event.
|
23 |
+
|
24 |
+
# Introduction
|
25 |
+
This is a chat dataset collected from Twitch channel "muse_tw", while the channel is hosting a marathon anime event featuring "Cooking Master Boy" (中華一番).
|
26 |
+
|
27 |
+
The featured anime "Cooking Master Boy" is a Japanese manga series written and illustrated by Etsushi Ogawa. And has a big impact on meme culture, and has a cult following in Taiwan.
|
28 |
+
|
29 |
+

|
30 |
+
|
31 |
+
# Dataset Description
|
32 |
+
The dataset is in CSV format, with the following columns:
|
33 |
+
* `datetime`: The timestamp of the chat message. In the format of `YYYY-MM-DD HH:MM:SS`. (UTC+8)
|
34 |
+
* `user_id`: The user ID of the chat message.
|
35 |
+
* `user_name`: The user name of the chat message.
|
36 |
+
* `display_name`: The user name of the chat message.
|
37 |
+
* `channel`: The id of chatroom. In this case, it's always "muse_tw".
|
38 |
+
* `message`: The content of the chat message.
|
39 |
+
* `token_len`: The length of tokenized sentence, useful if user want to filter certain length messages.
|
40 |
+
|
41 |
+
### Sample Data
|
42 |
+
|
43 |
+
||datetime|user_id|user_name|display_name|channel|message|token_len|
|
44 |
+
|---|---|---|---|---|---|---|---|
|
45 |
+
|0|2022-01-20 22:57:16|24255794|jimandal|jimandal|muse_tw|生米煮成熟飯|6|
|
46 |
+
|
47 |
+
# Disclaimer
|
48 |
+
This dataset is unfiltered, and may contain vulgar, offensive, or inappropriate content. Please use it with caution.
|
49 |
+
|
50 |
+
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.
|