lhoestq HF staff commited on
Commit
768c5a7
1 Parent(s): 0dc46a3

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: makhzan
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
  # Dataset Card for makhzan
@@ -231,4 +251,4 @@ howpublished = "\url{https://github.com/zeerakahmed/makhzan/}",
231
 
232
  ### Contributions
233
 
234
- Thanks to [@arkhalid](https://github.com/arkhalid) for adding this dataset.
21
  - masked-language-modeling
22
  paperswithcode_id: null
23
  pretty_name: makhzan
24
+ dataset_info:
25
+ features:
26
+ - name: file_id
27
+ dtype: string
28
+ - name: metadata
29
+ dtype: string
30
+ - name: title
31
+ dtype: string
32
+ - name: num-words
33
+ dtype: int64
34
+ - name: contains-non-urdu-languages
35
+ dtype: string
36
+ - name: document_body
37
+ dtype: string
38
+ splits:
39
+ - name: train
40
+ num_bytes: 35637310
41
+ num_examples: 5522
42
+ download_size: 15187763
43
+ dataset_size: 35637310
44
  ---
45
 
46
  # Dataset Card for makhzan
251
 
252
  ### Contributions
253
 
254
+ Thanks to [@arkhalid](https://github.com/arkhalid) for adding this dataset.