sdelbecque commited on
Commit
6dd6906
·
verified ·
1 Parent(s): 8c71385

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -936,7 +936,7 @@ An example of each line of JSON looks as follows (abbreviated data):
936
  "description":"American-bornFrenchdancer...",
937
  "abstract":"FredaJosephineBaker,naturalizedas...",
938
  "image":{"content_url":"https://upload.wikimedia.org/wikipedia/...",...},
939
- "infobox":[{"name":"Infoboxperson",
940
  "type":"infobox",
941
  "has_parts":[
942
  { "name":"JosephineBaker",
@@ -998,7 +998,7 @@ The data fields are the same among all, noteworthy included fields:
998
  * [abstract](https://enterprise.wikimedia.com/docs/data-dictionary/#abstract) - lead section, summarizing what the article is about.
999
  * [description](https://enterprise.wikimedia.com/docs/data-dictionary/#description) - one-sentence description of the article for quick reference.
1000
  * [image](https://enterprise.wikimedia.com/docs/data-dictionary/#image) - main image representing the article's subject.
1001
- * [infobox](https://enterprise.wikimedia.com/docs/data-dictionary/#infobox) - parsed information from the side panel (infobox) on the Wikipedia article.
1002
  * [sections](https://enterprise.wikimedia.com/docs/data-dictionary/#article_sections) - parsed sections of the article, including links.
1003
 
1004
  Note: excludes other media/images, lists, tables and references or similar non-prose sections.
@@ -1029,7 +1029,7 @@ Attribution is core to the sustainability of the Wikimedia projects. It is what
1029
 
1030
  As such, we require all users of this dataset to conform to our expectations for proper attribution. Detailed attribution requirements for use of this dataset are outlined below.
1031
 
1032
- Beyond attribution, there are many ways of contributing to and supporting the Wikimedia movement. and various other ways of supporting and participating in the Wikimedia movement below. To discuss your specific circumstances please contact Nicholas Perry from the Wikimedia Foundation technical partnerships team at [[email protected]](mailto:[email protected]). You can also contact us on either the [discussion page](https://meta.wikimedia.org/wiki/Talk:Wikimedia_Enterprise) of Wikimedia Enterprise’s homepage on Meta wiki, or on the discussion page for this dataset here on HuggingFace.
1033
 
1034
  ### Source Data
1035
 
 
936
  "description":"American-bornFrenchdancer...",
937
  "abstract":"FredaJosephineBaker,naturalizedas...",
938
  "image":{"content_url":"https://upload.wikimedia.org/wikipedia/...",...},
939
+ "infoboxes":[{"name":"Infoboxperson",
940
  "type":"infobox",
941
  "has_parts":[
942
  { "name":"JosephineBaker",
 
998
  * [abstract](https://enterprise.wikimedia.com/docs/data-dictionary/#abstract) - lead section, summarizing what the article is about.
999
  * [description](https://enterprise.wikimedia.com/docs/data-dictionary/#description) - one-sentence description of the article for quick reference.
1000
  * [image](https://enterprise.wikimedia.com/docs/data-dictionary/#image) - main image representing the article's subject.
1001
+ * [infoboxes](https://enterprise.wikimedia.com/docs/data-dictionary/#infoboxes) - parsed information from the side panel (infobox) on the Wikipedia article.
1002
  * [sections](https://enterprise.wikimedia.com/docs/data-dictionary/#article_sections) - parsed sections of the article, including links.
1003
 
1004
  Note: excludes other media/images, lists, tables and references or similar non-prose sections.
 
1029
 
1030
  As such, we require all users of this dataset to conform to our expectations for proper attribution. Detailed attribution requirements for use of this dataset are outlined below.
1031
 
1032
+ Beyond attribution, there are many ways of contributing to and supporting the Wikimedia movement. To discuss your specific circumstances please contact Nicholas Perry from the Wikimedia Foundation technical partnerships team at [[email protected]](mailto:[email protected]). You can also contact us on either the [discussion page](https://meta.wikimedia.org/wiki/Talk:Wikimedia_Enterprise) of Wikimedia Enterprise’s homepage on Meta wiki, or on the discussion page for this dataset here on HuggingFace.
1033
 
1034
  ### Source Data
1035