scfengv commited on
Commit
7cbcf9d
·
verified ·
1 Parent(s): 6f69747

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
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
+ ```