scfengv commited on
Commit
6f69747
1 Parent(s): 35b791f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md CHANGED
@@ -33,4 +33,38 @@ configs:
33
  path: data/train-*
34
  - split: validation
35
  path: data/validation-*
 
 
 
36
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  path: data/train-*
34
  - split: validation
35
  path: data/validation-*
36
+ tags:
37
+ - multi-label
38
+ - text-classification
39
  ---
40
+
41
+ # General Layer Dataset
42
+
43
+ This dataset contains text data for multi-label classification.
44
+
45
+ **Language:** zh
46
+ **License:** mit
47
+ **Tags:** ["multi-label", "text-classification"]
48
+
49
+ ## Dataset Description
50
+
51
+ - **Repository:** [https://huggingface.co/datasets/{hf_username}/{dataset_name}](https://huggingface.co/datasets/{hf_username}/{dataset_name})
52
+ - **Point of Contact:** [scfengv](https://huggingface.co/scfengv)
53
+
54
+ ### Dataset Summary
55
+
56
+ Top Volleyball League 18th year YouTube livestream comments for every game.
57
+
58
+ ### Languages
59
+
60
+ The dataset is in Chinese (zh).
61
+
62
+ ## Dataset Structure
63
+
64
+ ### Data Fields
65
+
66
+ - `text`: The text content to be classified.
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.