Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,9 @@ colorTo: gray
|
|
7 |
sdk: streamlit
|
8 |
app_file: report.py
|
9 |
pinned: false
|
|
|
|
|
|
|
10 |
---
|
11 |
# Wikipedia Corpora Meta Report
|
12 |
We, in this repository, share with the community our Python scripts for the “**Wikipedia Corpora Meta Report**”, an online metadata report (dashboard), designed to shed light on how bots or humans generate or edit Wikipedia editions to provide the NLP community with detailed information (metadata) about each Wikipedia edition’s articles, enabling them to make informed decisions regarding using these Wikipedia articles for training their NLP tasks and systems.
|
|
|
7 |
sdk: streamlit
|
8 |
app_file: report.py
|
9 |
pinned: false
|
10 |
+
datasets:
|
11 |
+
- SaiedAlshahrani/Wikipedia-Corpora-Report
|
12 |
+
short_description: A Metadata Report of Wikipedia Editions
|
13 |
---
|
14 |
# Wikipedia Corpora Meta Report
|
15 |
We, in this repository, share with the community our Python scripts for the “**Wikipedia Corpora Meta Report**”, an online metadata report (dashboard), designed to shed light on how bots or humans generate or edit Wikipedia editions to provide the NLP community with detailed information (metadata) about each Wikipedia edition’s articles, enabling them to make informed decisions regarding using these Wikipedia articles for training their NLP tasks and systems.
|