Datasets:
Remove combined twitch config - keep only per-streamer configs for dataset viewer
Browse files
README.md
CHANGED
|
@@ -1,25 +1,5 @@
|
|
| 1 |
---
|
| 2 |
configs:
|
| 3 |
-
- config_name: twitch
|
| 4 |
-
data_files:
|
| 5 |
-
- twitch/*/*/chat.jsonl
|
| 6 |
-
features:
|
| 7 |
-
- name: time_sec
|
| 8 |
-
dtype: int64
|
| 9 |
-
- name: time_str
|
| 10 |
-
dtype: string
|
| 11 |
-
- name: user_name
|
| 12 |
-
dtype: string
|
| 13 |
-
- name: user_color
|
| 14 |
-
dtype: string
|
| 15 |
-
- name: message
|
| 16 |
-
dtype: string
|
| 17 |
-
- name: is_subscriber
|
| 18 |
-
dtype: bool
|
| 19 |
-
- name: is_moderator
|
| 20 |
-
dtype: bool
|
| 21 |
-
- name: reply_to
|
| 22 |
-
dtype: string
|
| 23 |
- config_name: twitch-alisonrevenge
|
| 24 |
data_files:
|
| 25 |
- twitch/alisonrevenge/*/chat.jsonl
|
|
@@ -739,8 +719,7 @@ Each VOD folder contains:
|
|
| 739 |
## Usage
|
| 740 |
|
| 741 |
Select a config from the dataset viewer dropdown:
|
| 742 |
-
- **`twitch`** -
|
| 743 |
-
- **`twitch-{streamer}`** - Individual streamer configs (e.g., `twitch-arkanightlive`, `twitch-lucakingm`)
|
| 744 |
- **`kick`** - All Kick VODs (9.5MB, 35 files)
|
| 745 |
|
| 746 |
-
**Note:** The combined `twitch` config
|
|
|
|
| 1 |
---
|
| 2 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
- config_name: twitch-alisonrevenge
|
| 4 |
data_files:
|
| 5 |
- twitch/alisonrevenge/*/chat.jsonl
|
|
|
|
| 719 |
## Usage
|
| 720 |
|
| 721 |
Select a config from the dataset viewer dropdown:
|
| 722 |
+
- **`twitch-{streamer}`** - Individual Twitch streamer configs (e.g., `twitch-arkanightlive`, `twitch-lucakingm`)
|
|
|
|
| 723 |
- **`kick`** - All Kick VODs (9.5MB, 35 files)
|
| 724 |
|
| 725 |
+
**Note:** The combined `twitch` config was removed to enable dataset viewer (exceeded parquet conversion limits). For bulk analysis, use the `datasets` library to load multiple configs.
|