doc: updated description and loading script in usage
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ This dataset consists of over **385** hours of audio extracted from various YouT
|
|
15 |
|
16 |
## Dataset Description
|
17 |
|
18 |
-
The dataset includes Farsi content from various types of videos, including:
|
19 |
- Podcasts
|
20 |
- TV Shows
|
21 |
- Educational Content
|
@@ -34,6 +34,6 @@ This dataset contains raw, unvalidated transcriptions. Users are advised to:
|
|
34 |
Huggingface datasets library:
|
35 |
```python
|
36 |
from datasets import load_dataset
|
37 |
-
dataset = load_dataset('PerSets/
|
38 |
```
|
39 |
</details>
|
|
|
15 |
|
16 |
## Dataset Description
|
17 |
|
18 |
+
The dataset includes Farsi content from various types of videos spanning from older productions up to mid-2024, including:
|
19 |
- Podcasts
|
20 |
- TV Shows
|
21 |
- Educational Content
|
|
|
34 |
Huggingface datasets library:
|
35 |
```python
|
36 |
from datasets import load_dataset
|
37 |
+
dataset = load_dataset('PerSets/farsi2024youtubeasr', trust_remote_code=True)
|
38 |
```
|
39 |
</details>
|