Update README.md
Browse files
README.md
CHANGED
|
@@ -23,5 +23,25 @@ dataset_info:
|
|
| 23 |
dataset_size: 13388170.5
|
| 24 |
---
|
| 25 |
# Dataset Card for "have_one"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
|
| 27 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
|
|
|
| 23 |
dataset_size: 13388170.5
|
| 24 |
---
|
| 25 |
# Dataset Card for "have_one"
|
| 26 |
+
The dataset consists of utterances of `have one` that are cut either from an utterance of `I have one now`, or from an utterance
|
| 27 |
+
of `I only have one`. The first tends to have prominence on `have`, while the second tends to have prominence on `one`. See
|
| 28 |
+
github.com/MatsRooth/fiyou on the methodology for finding the utterances on Youtube, and aligning and cutting them using
|
| 29 |
+
Kaldi.
|
| 30 |
+
|
| 31 |
+
To put the dataset on huggingface hub, start with this directory structure, where the bottom directories contain wav files.
|
| 32 |
+
```
|
| 33 |
+
have_one
|
| 34 |
+
└── data
|
| 35 |
+
├── I+have+one+now
|
| 36 |
+
└── I+only+have+one
|
| 37 |
+
```
|
| 38 |
+
Run `have_one_hub.py` to create the dataset, using the generic Huggingface methodology for audio datasets.
|
| 39 |
+
|
| 40 |
+
The dataset is used in the wav2vec2 binary classification model `MatsRooth/wav2vec2-base_have_one`.
|
| 41 |
+
|
| 42 |
+
Often cutting with a Kaldi phone alignment gives a snippet that includes part of preceding vowel, or has formant structure
|
| 43 |
+
in the start of /h/ that gives information about the preceding vowel. These vowels are different for
|
| 44 |
+
the two classes, and so classification can be based on this, as well as the intended prosodic difference.
|
| 45 |
+
This needs to be corrected.
|
| 46 |
|
| 47 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|