Datasets:

Languages:
Urdu
Multilinguality:
monolingual
Size Categories:
n<1K
Language Creators:
expert-generated
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
License:
lhoestq HF staff commited on
Commit
16e3105
1 Parent(s): 11b3e7d

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +29 -1
README.md CHANGED
@@ -20,6 +20,34 @@ task_ids:
20
  - intent-classification
21
  paperswithcode_id: null
22
  pretty_name: Bend the Truth (Urdu Fake News)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  # Dataset Card for Bend the Truth (Urdu Fake News)
@@ -144,4 +172,4 @@ pretty_name: Bend the Truth (Urdu Fake News)
144
 
145
  ### Contributions
146
 
147
- Thanks to [@chaitnayabasava](https://github.com/chaitnayabasava) for adding this dataset.
 
20
  - intent-classification
21
  paperswithcode_id: null
22
  pretty_name: Bend the Truth (Urdu Fake News)
23
+ dataset_info:
24
+ features:
25
+ - name: news
26
+ dtype: string
27
+ - name: label
28
+ dtype:
29
+ class_label:
30
+ names:
31
+ 0: Fake
32
+ 1: Real
33
+ - name: category
34
+ dtype:
35
+ class_label:
36
+ names:
37
+ 0: bus
38
+ 1: hlth
39
+ 2: sp
40
+ 3: tch
41
+ 4: sbz
42
+ splits:
43
+ - name: test
44
+ num_bytes: 799587
45
+ num_examples: 262
46
+ - name: train
47
+ num_bytes: 1762905
48
+ num_examples: 638
49
+ download_size: 1042653
50
+ dataset_size: 2562492
51
  ---
52
 
53
  # Dataset Card for Bend the Truth (Urdu Fake News)
 
172
 
173
  ### Contributions
174
 
175
+ Thanks to [@chaitnayabasava](https://github.com/chaitnayabasava) for adding this dataset.