Update README.md
#1
by
ymoslem
- opened
README.md
CHANGED
@@ -37,14 +37,22 @@ configs:
|
|
37 |
path: data/train-*
|
38 |
---
|
39 |
|
|
|
|
|
|
|
40 |
|
41 |
## Dataset Structure
|
42 |
|
43 |
```
|
44 |
Dataset({
|
45 |
-
features: ['audio', '
|
46 |
num_rows: 6150
|
47 |
})
|
48 |
|
49 |
```
|
50 |
|
|
|
|
|
|
|
|
|
|
|
|
37 |
path: data/train-*
|
38 |
---
|
39 |
|
40 |
+
# Dataset Details
|
41 |
+
|
42 |
+
This dataset was created by [Bitesize Irish/](https://www.bitesize.irish/) as part of their “In Irish” series.
|
43 |
|
44 |
## Dataset Structure
|
45 |
|
46 |
```
|
47 |
Dataset({
|
48 |
+
features: ['audio', 'text_ga', 'text_en', 'text_en_raw', 'pronunciation', 'url'],
|
49 |
num_rows: 6150
|
50 |
})
|
51 |
|
52 |
```
|
53 |
|
54 |
+
## License
|
55 |
+
|
56 |
+
All rights reserved to Bitesize Irish Ltd. The dataset is made available for educational and research purposes only.
|
57 |
+
For licensing queries, contact [email protected]
|
58 |
+
|