Update README.md
Browse files
README.md
CHANGED
@@ -67,4 +67,10 @@ The dataset is in Chinese (zh).
|
|
67 |
- `Cheer`: Binary label for the Cheer category.
|
68 |
- `Game`: Binary label for the Game category.
|
69 |
- `Broadcast`: Binary label for the Broadcast category.
|
70 |
-
- `Chat`: Binary label for the Chat category.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
- `Cheer`: Binary label for the Cheer category.
|
68 |
- `Game`: Binary label for the Game category.
|
69 |
- `Broadcast`: Binary label for the Broadcast category.
|
70 |
+
- `Chat`: Binary label for the Chat category.
|
71 |
+
|
72 |
+
```python
|
73 |
+
from datasets import load_dataset
|
74 |
+
|
75 |
+
ds = load_dataset("scfengv/TVL-general-layer-dataset")
|
76 |
+
```
|