pourmand1376 commited on
Commit
98cf584
1 Parent(s): d852d60

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -32,4 +32,12 @@ size_categories:
32
  - 10K<n<100K
33
  ---
34
 
 
 
 
 
 
 
 
 
35
  Generated from [this kaggle dataset](https://www.kaggle.com/datasets/amirpourmand/asr-farsi-youtube-chunked-30-seconds/)
 
32
  - 10K<n<100K
33
  ---
34
 
35
+ # How To Use
36
+
37
+ ```python
38
+ from datasets import load_dataset
39
+ train = load_dataset('pourmand1376/asr-farsi-youtube-chunked-30-seconds', split='train+val')
40
+ test =load_dataset('pourmand1376/asr-farsi-youtube-chunked-30-seconds', split='test')
41
+ ```
42
+
43
  Generated from [this kaggle dataset](https://www.kaggle.com/datasets/amirpourmand/asr-farsi-youtube-chunked-30-seconds/)