Update README.md
Browse files
README.md
CHANGED
@@ -40,14 +40,16 @@ configs:
|
|
40 |
|
41 |
# Dataset Details
|
42 |
|
43 |
-
This dataset was created by [Bitesize Irish](https://www.bitesize.irish/) as part of their “In Irish” series.
|
44 |
|
45 |
## Dataset Structure
|
46 |
|
|
|
|
|
47 |
```
|
48 |
Dataset({
|
49 |
features: ['audio', 'text_ga', 'text_en', 'text_en_raw', 'pronunciation', 'url'],
|
50 |
-
num_rows:
|
51 |
})
|
52 |
|
53 |
```
|
|
|
40 |
|
41 |
# Dataset Details
|
42 |
|
43 |
+
This dataset was originally created by [Bitesize Irish](https://www.bitesize.irish/) as part of their “In Irish” series.
|
44 |
|
45 |
## Dataset Structure
|
46 |
|
47 |
+
The dataset duration is approx. 5 hours, precisely 5:14:58, and its structure is as follows:
|
48 |
+
|
49 |
```
|
50 |
Dataset({
|
51 |
features: ['audio', 'text_ga', 'text_en', 'text_en_raw', 'pronunciation', 'url'],
|
52 |
+
num_rows: 6159
|
53 |
})
|
54 |
|
55 |
```
|