ymoslem commited on
Commit
0587e40
1 Parent(s): 3a80656

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
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', 'text_en_raw', 'pronunciation', 'url', 'text_en', 'text_ga'],
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 info@bitesize.irish
58
+