stefan-it commited on
Commit
81b2982
1 Parent(s): 7aa770f

readme: add language tags

Browse files

Hi,

as part of the #Hacktoberfest [2023](https://github.com/huggingface/hub-docs/issues/986) this MR extends the dataset metadata and adds a language tag.

Happy merging!

Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -1,6 +1,10 @@
1
- # wiki-en-passages-20210101
2
- This is a processed dump of the English Wikipedia from 2021-01-01. Each page has been splitted into paragraphs as they appear in the text. Lists, tables and headlines had been removed. In total it has 38,080,804 passages.
3
-
4
- Further, each article contain meta-data on the number of languages this article exists in and on the number of views this article received over a 1 year period.
5
-
 
 
 
 
6
  The articles are sorted from most popular (most languages available, most views) to least popular.
 
1
+ ---
2
+ language:
3
+ - en
4
+ ---
5
+ # wiki-en-passages-20210101
6
+ This is a processed dump of the English Wikipedia from 2021-01-01. Each page has been splitted into paragraphs as they appear in the text. Lists, tables and headlines had been removed. In total it has 38,080,804 passages.
7
+
8
+ Further, each article contain meta-data on the number of languages this article exists in and on the number of views this article received over a 1 year period.
9
+
10
  The articles are sorted from most popular (most languages available, most views) to least popular.