Update README.md
Browse files
README.md
CHANGED
@@ -38,13 +38,22 @@ configs:
|
|
38 |
---
|
39 |
|
40 |
|
|
|
|
|
|
|
|
|
41 |
## Dataset Structure
|
42 |
|
43 |
```
|
44 |
Dataset({
|
45 |
-
features: ['audio', '
|
46 |
num_rows: 6150
|
47 |
})
|
48 |
|
49 |
```
|
50 |
|
|
|
|
|
|
|
|
|
|
|
|
38 |
---
|
39 |
|
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: 6150
|
51 |
})
|
52 |
|
53 |
```
|
54 |
|
55 |
+
## License
|
56 |
+
|
57 |
+
All rights reserved to Bitesize Irish Ltd. The dataset is made available for educational and research purposes only.
|
58 |
+
For licensing queries, contact info@bitesize.irish
|
59 |
+
|