File size: 959 Bytes
e503cb9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "version": "1.0.0",
  "description": "Synthetic Pashto speech dataset with 3000 sentences in male and female voices (Parquet format)",
  "citation": "@dataset{pashto_synthetic_speech_parquet_3k, title = {Pashto Synthetic Speech Dataset Parquet (3k)}, year = {2023}}",
  "homepage": "https://huggingface.co/datasets/username/pashto_speech_parquet_3k",
  "license": "mit",
  "features": {
    "sentence_id": {
      "dtype": "string",
      "id": null,
      "_type": "Value"
    },
    "text": {
      "dtype": "string",
      "id": null,
      "_type": "Value"
    },
    "audio": {
      "_type": "Audio",
      "sampling_rate": 44100
    },
    "duration": {
      "dtype": "float64",
      "id": null,
      "_type": "Value"
    },
    "speaker": {
      "dtype": "string",
      "id": null,
      "_type": "Value"
    },
    "sampling_rate": {
      "dtype": "int64",
      "id": null,
      "_type": "Value"
    }
  },
  "splits": [
    "train"
  ]
}