sobolev210 commited on
Commit
956cdc2
·
verified ·
1 Parent(s): ad1dc0e

added example to readme file

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -1,3 +1,12 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ # Examples
6
+ Loading dataset:
7
+
8
+ ```python
9
+ from datasets import load_dataset
10
+ ds = load_dataset('sobolev210/quran-recitation-errors',)
11
+ print(ds["train"][0])
12
+ ```