File size: 1,448 Bytes
0f3f820
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
44
45
46
47
48
49
50

---

language: 
- jav
pretty_name: Jv Id Asr
task_categories: 
- speech-recognition
tags: 
- speech-recognition
---

This data set contains transcribed audio data for Javanese. The data set consists of wave files, and a TSV file.
The file utt_spk_text.tsv contains a FileID, UserID and the transcription of audio in the file.
The data set has been manually quality checked, but there might still be errors.
This dataset was collected by Google in collaboration with Reykjavik University and Universitas Gadjah Mada in Indonesia.


## Languages

jav

## Supported Tasks

Speech Recognition

## Dataset Usage
### Using `datasets` library
```

from datasets import load_dataset

dset = datasets.load_dataset("Winoto/jv_id_asr", trust_remote_code=True)

```
### Using `seacrowd` library
```import seacrowd as sc

# Load the dataset using the default config

dset = sc.load_dataset("jv_id_asr", schema="Winoto")

# Check all available subsets (config names) of the dataset

print(sc.available_config_names("jv_id_asr"))

# Load the dataset using a specific config

dset = sc.load_dataset_by_config_name(config_name="<config_name>")

```

More details on how to load the `seacrowd` library can be found [here](https://github.com/SEACrowd/seacrowd-datahub?tab=readme-ov-file#how-to-use).


## Dataset Homepage

[http://openslr.org/35/](http://openslr.org/35/)

## Dataset Version

Source: 1.0.0. SEACrowd: 2024.06.20.