Datasets:
Fix README.md: resolve merge conflicts and clean up dataset card formatting
Browse files
README.md
CHANGED
@@ -17,11 +17,7 @@ size_categories:
|
|
17 |
paperswithcode_id: voxpopuli
|
18 |
---
|
19 |
|
20 |
-
<<<<<<< HEAD
|
21 |
-
# Dataset Card for HyVoxPopuli (Armenian VoxPopuli)
|
22 |
-
=======
|
23 |
# HyVoxPopuli Dataset
|
24 |
-
>>>>>>> 50a9947 (Refactor dataset_infos.json: update structure and enhance feature descriptions for clarity; remove unused files)
|
25 |
|
26 |
The HyVoxPopuli dataset is the Armenian language subset of the Facebook VoxPopuli dataset. The name "HyVoxPopuli" comes from combining "hy" (the ISO 639-1 language code for Armenian) with "VoxPopuli" (the original dataset name). It is a high-quality collection of Armenian speech recordings with expert-validated transcriptions, carefully extracted and processed from the original VoxPopuli dataset (https://github.com/facebookresearch/voxpopuli).
|
27 |
|
@@ -32,11 +28,7 @@ This dataset is specifically designed for training and evaluating Armenian Autom
|
|
32 |
The dataset is provided in Parquet format with the following splits:
|
33 |
- Train: 498 examples
|
34 |
- Validation: 62 examples
|
35 |
-
<<<<<<< HEAD
|
36 |
-
- Test: 63g examples
|
37 |
-
=======
|
38 |
- Test: 63 examples
|
39 |
-
>>>>>>> 50a9947 (Refactor dataset_infos.json: update structure and enhance feature descriptions for clarity; remove unused files)
|
40 |
|
41 |
### Features
|
42 |
```python
|
@@ -62,14 +54,6 @@ The dataset is provided in Parquet format with the following splits:
|
|
62 |
from datasets import load_dataset
|
63 |
|
64 |
# Load the full dataset
|
65 |
-
<<<<<<< HEAD
|
66 |
-
dataset = load_dataset("Edmon02/hyvoxpopuli")
|
67 |
-
|
68 |
-
# Load a specific split
|
69 |
-
train_dataset = load_dataset("Edmon02/hyvoxpopuli", split="train")
|
70 |
-
```
|
71 |
-
|
72 |
-
=======
|
73 |
dataset = load_dataset("Edmon02/hyvoxpopuli")
|
74 |
|
75 |
# Load a specific split
|
@@ -113,7 +97,6 @@ The dataset was created by:
|
|
113 |
3. Expert validation of transcriptions
|
114 |
4. Converting to a standardized format with normalized text
|
115 |
|
116 |
-
>>>>>>> 50a9947 (Refactor dataset_infos.json: update structure and enhance feature descriptions for clarity; remove unused files)
|
117 |
## License
|
118 |
This dataset is licensed under CC-BY-4.0.
|
119 |
|
|
|
17 |
paperswithcode_id: voxpopuli
|
18 |
---
|
19 |
|
|
|
|
|
|
|
20 |
# HyVoxPopuli Dataset
|
|
|
21 |
|
22 |
The HyVoxPopuli dataset is the Armenian language subset of the Facebook VoxPopuli dataset. The name "HyVoxPopuli" comes from combining "hy" (the ISO 639-1 language code for Armenian) with "VoxPopuli" (the original dataset name). It is a high-quality collection of Armenian speech recordings with expert-validated transcriptions, carefully extracted and processed from the original VoxPopuli dataset (https://github.com/facebookresearch/voxpopuli).
|
23 |
|
|
|
28 |
The dataset is provided in Parquet format with the following splits:
|
29 |
- Train: 498 examples
|
30 |
- Validation: 62 examples
|
|
|
|
|
|
|
31 |
- Test: 63 examples
|
|
|
32 |
|
33 |
### Features
|
34 |
```python
|
|
|
54 |
from datasets import load_dataset
|
55 |
|
56 |
# Load the full dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
dataset = load_dataset("Edmon02/hyvoxpopuli")
|
58 |
|
59 |
# Load a specific split
|
|
|
97 |
3. Expert validation of transcriptions
|
98 |
4. Converting to a standardized format with normalized text
|
99 |
|
|
|
100 |
## License
|
101 |
This dataset is licensed under CC-BY-4.0.
|
102 |
|