File size: 973 Bytes
a9f320d
095b5c0
 
 
 
 
 
a9f320d
 
 
 
 
 
 
 
 
 
 
 
 
 
095b5c0
 
 
 
a9f320d
 
 
 
 
d852d60
 
8b5cc03
 
98cf584
 
 
 
 
 
 
 
8b5cc03
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
language:
- fa
license: apache-2.0
task_categories:
- automatic-speech-recognition
pretty_name: Persian ASR Youtube (30 Second Chunk)
dataset_info:
  features:
  - name: audio
    dtype: audio
  - name: video_id
    dtype: string
  - name: segment_id
    dtype: int64
  - name: title
    dtype: string
  - name: transcription
    dtype: string
  splits:
  - name: train
    num_bytes: 18831206461.844
    num_examples: 40933
  download_size: 18607827369
  dataset_size: 18831206461.844
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
size_categories:
- 10K<n<100K
---

# How To Use

```python
from datasets import load_dataset
train = load_dataset('pourmand1376/asr-farsi-youtube-chunked-30-seconds', split='train+val')
test =load_dataset('pourmand1376/asr-farsi-youtube-chunked-30-seconds', split='test')
```

Generated from [this kaggle dataset](https://www.kaggle.com/datasets/amirpourmand/asr-farsi-youtube-chunked-30-seconds/)