File size: 967 Bytes
d779754
 
919da3b
d779754
 
 
 
 
 
 
 
 
919da3b
 
 
d779754
 
 
919da3b
 
 
 
 
d779754
 
 
 
 
 
 
 
66eed4c
d779754
 
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
---
language: fa
pretty_name: Tarjoman Podcast 2023 ASR Dataset
tags:
- Farsi
- Persian
- ASR
- tarjoman
- podcast
license: cc0-1.0
---

# Tarjoman Podcast 2023 ASR Dataset

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.

# Dataset Description

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:
- Title: The main title of the article.
- Subtitle: A secondary title that may provide additional context.
- Introduction: A brief introductory section summarizing the article’s content.
- Content: The body of the Article.

# Usage

<details>

Huggingface datasets library:
```python
from datasets import load_dataset
dataset = load_dataset('PerSets/tarjoman2023asr')
```
</details>