docs(readme): add stats
Browse files
README.md
CHANGED
@@ -3,17 +3,21 @@ license: cc0-1.0
|
|
3 |
task_categories:
|
4 |
- graph-ml
|
5 |
pretty_name: Wikidata - All Entities
|
|
|
|
|
6 |
---
|
7 |
|
8 |
# Wikidata - All Entities
|
9 |
|
10 |
This Hugging Face Data Set contains the entirety of [Wikidata](https://wikidata.org/) as of the date listed below. Wikidata is a freely licensed structured knowledge graph following the wiki model of user contributions. If you build on this data please consider [contributing back to Wikidata](https://www.wikidata.org/wiki/Special:MyLanguage/Wikidata:Contribute).
|
11 |
|
|
|
|
|
12 |
***Current Dump as of:*** 2024-03-04
|
13 |
|
14 |
## Original Source
|
15 |
|
16 |
-
The data contained in this repository is
|
17 |
|
18 |
TODO: Convert Wikidata's JSON to Parquet.
|
19 |
|
|
|
3 |
task_categories:
|
4 |
- graph-ml
|
5 |
pretty_name: Wikidata - All Entities
|
6 |
+
size_categories:
|
7 |
+
- 100M<n<1B
|
8 |
---
|
9 |
|
10 |
# Wikidata - All Entities
|
11 |
|
12 |
This Hugging Face Data Set contains the entirety of [Wikidata](https://wikidata.org/) as of the date listed below. Wikidata is a freely licensed structured knowledge graph following the wiki model of user contributions. If you build on this data please consider [contributing back to Wikidata](https://www.wikidata.org/wiki/Special:MyLanguage/Wikidata:Contribute).
|
13 |
|
14 |
+
For more on the size and other statistics of Wikidata, see: [Special:Statistics](https://www.wikidata.org/wiki/Special:Statistics).
|
15 |
+
|
16 |
***Current Dump as of:*** 2024-03-04
|
17 |
|
18 |
## Original Source
|
19 |
|
20 |
+
The data contained in this repository is retrieved from [dumps.wikimedia.org](https://dumps.wikimedia.org/wikidatawiki/entities/) with documentation available in [Wikidata:Database download](https://www.wikidata.org/wiki/Wikidata:Database_download).
|
21 |
|
22 |
TODO: Convert Wikidata's JSON to Parquet.
|
23 |
|