Update README.md
Browse files
README.md
CHANGED
@@ -27,7 +27,7 @@ This dataset has Wikipedia articles pertaining to Indian context.
|
|
27 |
The dataset is built from Wikipedia articles taken from [wikimedia/wikipedia](https://huggingface.co/datasets/wikimedia/wikipedia).
|
28 |
We filtered, cleaned and translated English articles related to India and Indian context out of entire dataset.
|
29 |
|
30 |
-
|
31 |
|
32 |
|
33 |
- **Curated by:** [Soket AI Labs](https://soket.ai/)
|
@@ -54,13 +54,13 @@ Here are token counts for each language:
|
|
54 |
- Kannada: 201.3 millions
|
55 |
- Urdu: 204.9 millions
|
56 |
|
57 |
-
|
58 |
|
59 |
Each row corresponds to a wikipedia article with the decription of article in source language(english) and translations in 6 indian languages.
|
60 |
The title is in english and descriptions in different languages is represented by column name of format "language_code"_"script".
|
61 |
Each description column in different languages is a list of sentences/multiple sentences and can be concatenated to get cleaned article decription.
|
62 |
-
\\Each row is of the format:
|
63 |
|
|
|
64 |
{'id': '1',
|
65 |
'url': 'https://simple.wikipedia.org/sample_article',
|
66 |
'title': 'Sample article',
|
|
|
27 |
The dataset is built from Wikipedia articles taken from [wikimedia/wikipedia](https://huggingface.co/datasets/wikimedia/wikipedia).
|
28 |
We filtered, cleaned and translated English articles related to India and Indian context out of entire dataset.
|
29 |
|
30 |
+
Each example has contents of a full cleaned wikipedia article and it's translations in 6 Indian languages.
|
31 |
|
32 |
|
33 |
- **Curated by:** [Soket AI Labs](https://soket.ai/)
|
|
|
54 |
- Kannada: 201.3 millions
|
55 |
- Urdu: 204.9 millions
|
56 |
|
57 |
+
These numbers were extrapolated from calculations on 10% of randomly sampled dataset.\
|
58 |
|
59 |
Each row corresponds to a wikipedia article with the decription of article in source language(english) and translations in 6 indian languages.
|
60 |
The title is in english and descriptions in different languages is represented by column name of format "language_code"_"script".
|
61 |
Each description column in different languages is a list of sentences/multiple sentences and can be concatenated to get cleaned article decription.
|
|
|
62 |
|
63 |
+
Each row is of the format:
|
64 |
{'id': '1',
|
65 |
'url': 'https://simple.wikipedia.org/sample_article',
|
66 |
'title': 'Sample article',
|