Polina Kazakova commited on
Commit
bac95ab
·
1 Parent(s): 19fc973

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1,3 +1,13 @@
1
  ---
2
  license: cc-by-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
  ---
4
+
5
+ Use it as usual:
6
+ ```python
7
+ ds = load_dataset("polinaeterna/vox_lingua", "sco")
8
+ ```
9
+
10
+ If you want to download all the languages, use `"all"` config:
11
+ ```python
12
+ ds = load_dataset("polinaeterna/vox_lingua", "all")
13
+ ```