Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
# Model Card for Model ID
|
|
@@ -14,28 +17,34 @@ tags: []
|
|
| 14 |
### Model Description
|
| 15 |
|
| 16 |
<!-- Provide a longer summary of what this model is. -->
|
|
|
|
| 17 |
|
| 18 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
| 19 |
|
| 20 |
-
- **Developed by:**
|
| 21 |
-
- **Funded by
|
| 22 |
-
- **Shared by [optional]:** [More Information Needed]
|
| 23 |
-
- **Model type:** [More Information Needed]
|
| 24 |
-
- **Language(s) (NLP):** [More Information Needed]
|
| 25 |
-
- **License:** [More Information Needed]
|
| 26 |
-
- **Finetuned from model
|
| 27 |
|
| 28 |
-
### Model Sources
|
| 29 |
|
| 30 |
<!-- Provide the basic links for the model. -->
|
| 31 |
-
|
| 32 |
-
- **Repository:** [More Information Needed]
|
| 33 |
- **Paper [optional]:** [More Information Needed]
|
| 34 |
-
- **Demo [optional]:** [More Information Needed]
|
| 35 |
|
| 36 |
## Uses
|
| 37 |
|
| 38 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
|
| 40 |
### Direct Use
|
| 41 |
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
base_model:
|
| 6 |
+
- Jzuluaga/wav2vec2-large-960h-lv60-self-en-atc-uwb-atcc-and-atcosim
|
| 7 |
---
|
| 8 |
|
| 9 |
# Model Card for Model ID
|
|
|
|
| 17 |
### Model Description
|
| 18 |
|
| 19 |
<!-- Provide a longer summary of what this model is. -->
|
| 20 |
+
This model is a retrained version of Jzuluaga/wav2vec2-large-960h-lv60-self-en-atc-uwb-atcc-and-atcosim where the dataset in lmejias/YSSY_2 has been added in. Therefore, the model has been trained with facebook/wav2vec2-large-960h-lv60-self, UWB-ATCC, ATOSIM and YSSY_2 data
|
| 21 |
|
| 22 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
| 23 |
|
| 24 |
+
- **Developed by:** Anna Warwick
|
| 25 |
+
- **Funded by Queensland University of Technology :** Luis Mejias provided supervision and the datasets
|
| 26 |
+
<!-- - **Shared by [optional]:** [More Information Needed] -->
|
| 27 |
+
<!-- - **Model type:** [More Information Needed] -->
|
| 28 |
+
<!-- - **Language(s) (NLP):** [More Information Needed] -->
|
| 29 |
+
<!-- - **License:** [More Information Needed] -->
|
| 30 |
+
<!-- - **Finetuned from model :** [More Information Needed] -->
|
| 31 |
|
| 32 |
+
### Model Sources
|
| 33 |
|
| 34 |
<!-- Provide the basic links for the model. -->
|
| 35 |
+
https://huggingface.co/Jzuluaga/wav2vec2-large-960h-lv60-self-en-atc-uwb-atcc-and-atcosim
|
| 36 |
+
<!-- - **Repository:** [More Information Needed]
|
| 37 |
- **Paper [optional]:** [More Information Needed]
|
| 38 |
+
- **Demo [optional]:** [More Information Needed] -->
|
| 39 |
|
| 40 |
## Uses
|
| 41 |
|
| 42 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 43 |
+
The model was intended to reduce the WER of the YSSY_1 dataset by introducing data that is closer to the YSSY domain. Overall WER of Jzuluaga's model:
|
| 44 |
+
WER of 0.436
|
| 45 |
+
Addition of YSSY_2:
|
| 46 |
+
WER of 0.430
|
| 47 |
+
It is an improvement but YSSY_2 only has 71 audio files (<10 minutes) so the improvement is minor. More YSSY_2 data likely = better WER
|
| 48 |
|
| 49 |
### Direct Use
|
| 50 |
|