liswei commited on
Commit
0697302
1 Parent(s): 53eb1b6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md CHANGED
@@ -18,4 +18,38 @@ configs:
18
  data_files:
19
  - split: train
20
  path: data/train-*
 
 
 
 
 
 
 
 
 
 
21
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  data_files:
19
  - split: train
20
  path: data/train-*
21
+ task_categories:
22
+ - text-generation
23
+ - text2text-generation
24
+ - summarization
25
+ language:
26
+ - zh
27
+ - zht
28
+ pretty_name: Traditional Chinese News Collection
29
+ size_categories:
30
+ - 100K<n<1M
31
  ---
32
+
33
+ # Dataset Card for Traditional Chinese News Collection
34
+
35
+ - Contains common news/magazines/articles available online in Traditional Chinese.
36
+ - Provides `title`, `text` (content), and `category` for each sample.
37
+ - Note: `category` is labeled according to the source of the news.
38
+ - Cleaned with custom rules and de-deplicated using [MinHash](https://en.wikipedia.org/wiki/MinHash).
39
+
40
+ ## Dataset Details
41
+
42
+ Dataset size: 557,764 samples.
43
+
44
+ Available labels:
45
+ - article
46
+ - tech
47
+ - science
48
+ - daily-weekly
49
+
50
+ Dataset source:
51
+ - [benchang1110/technewstw](https://huggingface.co/datasets/benchang1110/technewstw)
52
+ - [benchang1110/newstw](https://huggingface.co/datasets/benchang1110/newstw)
53
+ - [benchang1110/humantw](benchang1110/humantw)
54
+ - [benchang1110/sciencetw](https://huggingface.co/datasets/benchang1110/sciencetw)
55
+ - The World Wide Web