mict-zhaw commited on
Commit
c5fcb4d
1 Parent(s): 9b954f1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -12
README.md CHANGED
@@ -28,11 +28,11 @@
28
 
29
  ## Dataset Description
30
 
31
- - **Homepage:**
32
- - **Repository:**
33
- - **Paper:**
34
  - **Leaderboard:**
35
- - **Point of Contact:**
36
 
37
  ### Dataset Summary
38
 
@@ -41,16 +41,15 @@ The recordings capture various language learning tasks designed to elicit authen
41
  The dataset includes detailed verbatim transcriptions with annotations for errors made by the learners.
42
  The transcripts were prepared by a professional transcription service, and each recording was associated with detailed metadata, including school grade, recording conditions, and error annotations.
43
 
44
- Access to the dataset is regulated to ensure the confidentiality and ethical use of the sensitive data.
45
- To use the ChaLL dataset, you need to download it manually. Follow the instructions provided (**yet to be detailed**) for downloading the data. Once you have downloaded the files, please extract all files into a single folder.
46
 
 
 
 
 
47
 
48
- Examples in this dataset are generated using the `soundfile` library (for reading and chunking). To handle the audio data correctly, you need to install the soundfile library.
49
-
50
- ```shell
51
- pip install soundfile
52
- ```
53
-
54
  You can then load the dataset into your environment using the following command:
55
 
56
  ```python
@@ -60,6 +59,18 @@ dataset = load_dataset('chall', data_dir='path/to/folder/folder_name')
60
 
61
  Ensure the path specified in `data_dir` correctly points to the folder where you have extracted the dataset files.
62
 
 
 
 
 
 
 
 
 
 
 
 
 
63
  ### Supported Tasks and Leaderboards
64
 
65
  [More Information Needed]
@@ -75,6 +86,13 @@ This includes a variety of accents and dialectal influences from the German-spea
75
  ### Data Instances
76
 
77
  A typical data instance in this dataset include an audio file, its full transcription, error annotations, and associated metadata such as the speaker's grade level and recording conditions.
 
 
 
 
 
 
 
78
 
79
  ### Data Fields
80
 
 
28
 
29
  ## Dataset Description
30
 
31
+ - **Homepage:** https://github.com/mict-zhaw/chall_e2e_stt
32
+ - **Repository:** https://github.com/mict-zhaw/chall_e2e_stt
33
+ - **Paper:** tbd
34
  - **Leaderboard:**
35
+ - **Point of Contact:** [email protected]
36
 
37
  ### Dataset Summary
38
 
 
41
  The dataset includes detailed verbatim transcriptions with annotations for errors made by the learners.
42
  The transcripts were prepared by a professional transcription service, and each recording was associated with detailed metadata, including school grade, recording conditions, and error annotations.
43
 
44
+ #### Data Availability
 
45
 
46
+ > [!WARNING]
47
+ > The dataset that we collected contains sensitive data of minors and thus cannot be shared publicly. The
48
+ > data can, however, be accessed as part of a joint project with one or several of the original project
49
+ > partners, subject to a collaboration agreement (**yet to be detailed**).
50
 
51
+ To use the ChaLL dataset, you need to download it manually.
52
+ Once you have manually downloaded the files, please extract all files into a single folder.
 
 
 
 
53
  You can then load the dataset into your environment using the following command:
54
 
55
  ```python
 
59
 
60
  Ensure the path specified in `data_dir` correctly points to the folder where you have extracted the dataset files.
61
 
62
+ Examples in this dataset are generated using the `soundfile` library (for reading and chunking).
63
+ To handle the audio data correctly, you need to install the soundfile library in your project.
64
+
65
+ ```shell
66
+ pip install soundfile
67
+ ```
68
+
69
+ #### Data Configuration
70
+
71
+ The
72
+
73
+
74
  ### Supported Tasks and Leaderboards
75
 
76
  [More Information Needed]
 
86
  ### Data Instances
87
 
88
  A typical data instance in this dataset include an audio file, its full transcription, error annotations, and associated metadata such as the speaker's grade level and recording conditions.
89
+ Here is an example:
90
+
91
+ ```json
92
+ {
93
+
94
+ }
95
+ ```
96
 
97
  ### Data Fields
98