Datasets:
doc: new reame
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
language: fa
|
3 |
-
pretty_name: Tarjoman Podcast ASR Dataset
|
4 |
tags:
|
5 |
- Farsi
|
6 |
- Persian
|
@@ -10,11 +10,17 @@ tags:
|
|
10 |
license: cc0-1.0
|
11 |
---
|
12 |
|
13 |
-
# Tarjoman Podcast ASR Dataset
|
|
|
|
|
14 |
|
15 |
# Dataset Description
|
16 |
|
17 |
-
|
|
|
|
|
|
|
|
|
18 |
|
19 |
# Usage
|
20 |
|
@@ -23,6 +29,6 @@ license: cc0-1.0
|
|
23 |
Huggingface datasets library:
|
24 |
```python
|
25 |
from datasets import load_dataset
|
26 |
-
dataset = load_dataset('PerSets/
|
27 |
```
|
28 |
</details>
|
|
|
1 |
---
|
2 |
language: fa
|
3 |
+
pretty_name: Tarjoman Podcast 2023 ASR Dataset
|
4 |
tags:
|
5 |
- Farsi
|
6 |
- Persian
|
|
|
10 |
license: cc0-1.0
|
11 |
---
|
12 |
|
13 |
+
# Tarjoman Podcast 2023 ASR Dataset
|
14 |
+
|
15 |
+
This datasets consists of a collection of 507 articles from the [Tarjoman website](https://tarjomaan.com/) until the end of 2023, each accompanied by corresponding audio recordings.
|
16 |
|
17 |
# Dataset Description
|
18 |
|
19 |
+
The dataset includes complete articles along with their audio counterparts. Each article is presented in its entirety, without sentence segmentation. Every entry contains the following metadata fields:
|
20 |
+
- Title: The main title of the article.
|
21 |
+
- Subtitle: A secondary title that may provide additional context.
|
22 |
+
- Introduction: A brief introductory section summarizing the article’s content.
|
23 |
+
- Content: The body of the Article.
|
24 |
|
25 |
# Usage
|
26 |
|
|
|
29 |
Huggingface datasets library:
|
30 |
```python
|
31 |
from datasets import load_dataset
|
32 |
+
dataset = load_dataset('PerSets/tarjoman2023pods_asr')
|
33 |
```
|
34 |
</details>
|