thewebindex commited on
Commit
35aba79
·
verified ·
1 Parent(s): 7be0136

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -25,7 +25,7 @@ architecture used for AI, NLP, and research.
25
  ## What's included
26
  - `Dataset_Sample.csv` : Sample rows with multilingual entries
27
  - `languages.txt` : ISO codes of included languages
28
- - `README.txt` : License and usage details
29
 
30
  ## License
31
  This free sample dataset is provided by **web.wiki** for evaluation, research,
@@ -37,4 +37,14 @@ and educational purposes only.
37
 
38
  ## Citation
39
  If you use this dataset, please credit:
40
- **The Web Index (web.wiki)** – Multilingual Wiki Dataset Sample
 
 
 
 
 
 
 
 
 
 
 
25
  ## What's included
26
  - `Dataset_Sample.csv` : Sample rows with multilingual entries
27
  - `languages.txt` : ISO codes of included languages
28
+ - `README.txt` : License and usage details
29
 
30
  ## License
31
  This free sample dataset is provided by **web.wiki** for evaluation, research,
 
37
 
38
  ## Citation
39
  If you use this dataset, please credit:
40
+ **The Web Index (web.wiki)** – Multilingual Wiki Dataset Sample
41
+
42
+ ## Quick Usage
43
+
44
+ You can load this dataset directly with 🤗 Datasets:
45
+
46
+ ```python
47
+ from datasets import load_dataset
48
+
49
+ dataset = load_dataset("thewebindex/multilingual-wiki-sample")
50
+ print(dataset)