Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -70,12 +70,7 @@ The dataset features code-switched speech, combining Catalan (ca) and Spanish (e
|
|
| 70 |
```
|
| 71 |
### Data Fields
|
| 72 |
|
| 73 |
-
- `
|
| 74 |
-
- `audio` (dict): A dictionary containing the path to the downloaded audio file, the decoded audio array, and the sampling
|
| 75 |
-
rate. Note that when accessing the audio column: `dataset[0]["audio"]` the audio file is automatically decoded and
|
| 76 |
-
resampled to `dataset.features["audio"].sampling_rate`. Decoding and resampling of a large number of audio files might
|
| 77 |
-
take a significant amount of time. Thus, it is important to first query the sample index before the `"audio"` column,
|
| 78 |
-
*i.e.* `dataset[0]["audio"]` should always be preferred over `dataset["audio"][0]`.
|
| 79 |
- `text` (str): Transcription of the audio file.
|
| 80 |
|
| 81 |
### Data Splits
|
|
@@ -88,11 +83,11 @@ data = load_dataset("BSC-LT/CAESAR-TV3", download_config=download_config, data_d
|
|
| 88 |
```
|
| 89 |
|
| 90 |
## Dataset Creation
|
| 91 |
-
The original set was created by Baybars Külebi and Alp Öktem from Collectivat. However, the selection and curation of the audios containing ca-es code-switched data was made by Jacobo Romero.
|
| 92 |
|
| 93 |
### Curation Rationale
|
| 94 |
This corpus specifically focuses on Catalan code-switched with Spanish, a linguistic phenomenon that is very common in the daily lives of Catalonians.
|
| 95 |
-
This task is particularly low-resourced because, besides being a variety of the Catalan language
|
| 96 |
|
| 97 |
### Source Data
|
| 98 |
### Initial Data Collection
|
|
|
|
| 70 |
```
|
| 71 |
### Data Fields
|
| 72 |
|
| 73 |
+
- `audio` (dict): A dictionary containing the path to the downloaded audio file, the decoded audio array, and the sampling rate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 74 |
- `text` (str): Transcription of the audio file.
|
| 75 |
|
| 76 |
### Data Splits
|
|
|
|
| 83 |
```
|
| 84 |
|
| 85 |
## Dataset Creation
|
| 86 |
+
The original set was created by Baybars Külebi and Alp Öktem from [Collectivat](https://huggingface.co/collectivat). However, the selection and curation of the audios containing ca-es code-switched data was made by Jacobo Romero-Diaz.
|
| 87 |
|
| 88 |
### Curation Rationale
|
| 89 |
This corpus specifically focuses on Catalan code-switched with Spanish, a linguistic phenomenon that is very common in the daily lives of Catalonians.
|
| 90 |
+
This task is particularly low-resourced because, besides being a variety of the Catalan language, it further restricts the available data by incorporating code-switching, a complex and less-explored aspect of language use.
|
| 91 |
|
| 92 |
### Source Data
|
| 93 |
### Initial Data Collection
|