Datasets:
doc
Browse files
README.md
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: fa
|
3 |
+
pretty_name: Tarjoman Podcast ASR Dataset
|
4 |
+
tags:
|
5 |
+
- Farsi
|
6 |
+
- Persian
|
7 |
+
- ASR
|
8 |
+
- tarjoman
|
9 |
+
- podcast
|
10 |
+
license: cc0-1.0
|
11 |
+
---
|
12 |
+
|
13 |
+
# Tarjoman Podcast ASR Dataset
|
14 |
+
|
15 |
+
# Dataset Description
|
16 |
+
|
17 |
+
# Note
|
18 |
+
|
19 |
+
# Usage
|
20 |
+
|
21 |
+
<details>
|
22 |
+
|
23 |
+
Huggingface datasets library:
|
24 |
+
```python
|
25 |
+
from datasets import load_dataset
|
26 |
+
dataset = load_dataset('PerSets/tarjopods')
|
27 |
+
```
|
28 |
+
</details>
|