Datasets:

Languages:
Arabic
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
no-annotation
Source Datasets:
original
Tags:
License:
lhoestq HF staff commited on
Commit
c2625dd
1 Parent(s): a5499a8

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -21,6 +21,26 @@ task_ids:
21
  - masked-language-modeling
22
  paperswithcode_id: null
23
  pretty_name: saudinewsnet
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
  # Dataset Card for "saudinewsnet"
@@ -207,4 +227,4 @@ url = "http://github.com/ParallelMazen/SaudiNewsNet"
207
 
208
  ### Contributions
209
 
210
- Thanks to [@abdulelahsm](https://github.com/abdulelahsm) for adding this dataset.
21
  - masked-language-modeling
22
  paperswithcode_id: null
23
  pretty_name: saudinewsnet
24
+ dataset_info:
25
+ features:
26
+ - name: source
27
+ dtype: string
28
+ - name: url
29
+ dtype: string
30
+ - name: date_extracted
31
+ dtype: string
32
+ - name: title
33
+ dtype: string
34
+ - name: author
35
+ dtype: string
36
+ - name: content
37
+ dtype: string
38
+ splits:
39
+ - name: train
40
+ num_bytes: 103654105
41
+ num_examples: 31030
42
+ download_size: 29014166
43
+ dataset_size: 103654105
44
  ---
45
 
46
  # Dataset Card for "saudinewsnet"
227
 
228
  ### Contributions
229
 
230
+ Thanks to [@abdulelahsm](https://github.com/abdulelahsm) for adding this dataset.