ebrarkiziloglu commited on
Commit
b934304
·
verified ·
1 Parent(s): caff290

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -27,3 +27,28 @@ configs:
27
  - split: test
28
  path: data/test-*
29
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  - split: test
28
  path: data/test-*
29
  ---
30
+
31
+ # Dataset Card for News Cat
32
+
33
+ ## Table of Contents
34
+ - [Dataset Description](#dataset-description)
35
+ - [Dataset Structure](#dataset-structure)
36
+ - [Data Fields](#data-fields)
37
+ - [Source Data](#source-data)
38
+
39
+ ## Dataset Description
40
+
41
+ News-Cat dataset is originally [released](https://huggingface.co/datasets/mcemilg/news-cat) by [Cemil Guney](https://huggingface.co/mcemilg).
42
+
43
+ ### Dataset Structure
44
+
45
+ We kept the original data structure.
46
+
47
+ ### Data Fields
48
+
49
+ - **text**(string) : Contains various news
50
+ - **level**(string) : one of 5 categories: economy, health, magazine, politics, sport
51
+
52
+ ## Source Dataset
53
+
54
+ [hf.co/datasets/mcemilg/news-cat](https://huggingface.co/datasets/mcemilg/news-cat)