lhoestq HF staff commited on
Commit
2ca19bc
1 Parent(s): 3f0e500

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +52 -1
README.md CHANGED
@@ -27,6 +27,57 @@ task_categories:
27
  task_ids:
28
  - language-modeling
29
  - masked-language-modeling
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  ---
31
 
32
  # Dataset Card for BnL Historical Newspapers
@@ -205,4 +256,4 @@ author={ Bibliothèque nationale du Luxembourg},
205
 
206
  ### Contributions
207
 
208
- Thanks to [@davanstrien](https://github.com/davanstrien) for adding this dataset.
 
27
  task_ids:
28
  - language-modeling
29
  - masked-language-modeling
30
+ dataset_info:
31
+ features:
32
+ - name: id
33
+ dtype: string
34
+ - name: source
35
+ dtype: string
36
+ - name: url
37
+ dtype: string
38
+ - name: title
39
+ dtype: string
40
+ - name: ispartof
41
+ dtype: string
42
+ - name: text
43
+ dtype: string
44
+ - name: pub_date
45
+ dtype: timestamp[s]
46
+ - name: publisher
47
+ dtype: string
48
+ - name: language
49
+ dtype: string
50
+ - name: article_type
51
+ dtype:
52
+ class_label:
53
+ names:
54
+ 0: ADVERTISEMENT_SECTION
55
+ 1: BIBLIOGRAPHY
56
+ 2: CHAPTER
57
+ 3: INDEX
58
+ 4: CONTRIBUTION
59
+ 5: TABLE_OF_CONTENTS
60
+ 6: WEATHER
61
+ 7: SHIPPING
62
+ 8: SECTION
63
+ 9: ARTICLE
64
+ 10: TITLE_SECTION
65
+ 11: DEATH_NOTICE
66
+ 12: SUPPLEMENT
67
+ 13: TABLE
68
+ 14: ADVERTISEMENT
69
+ 15: CHART_DIAGRAM
70
+ 16: ILLUSTRATION
71
+ 17: ISSUE
72
+ - name: extent
73
+ dtype: int32
74
+ config_name: processed
75
+ splits:
76
+ - name: train
77
+ num_bytes: 1611620156
78
+ num_examples: 537558
79
+ download_size: 1224029060
80
+ dataset_size: 1611620156
81
  ---
82
 
83
  # Dataset Card for BnL Historical Newspapers
 
256
 
257
  ### Contributions
258
 
259
+ Thanks to [@davanstrien](https://github.com/davanstrien) for adding this dataset.