Librarian Bot: Add base_model information to model
Browse filesThis pull request aims to enrich the metadata of your model by adding [`facebook/wav2vec2-xls-r-1b`](https://huggingface.co/facebook/wav2vec2-xls-r-1b) as a `base_model` field, situated in the `YAML` block of your model's `README.md`.
How did we find this information? We performed a regular expression match on your `README.md` file to determine the connection.
**Why add this?** Enhancing your model's metadata in this way:
- **Boosts Discoverability** - It becomes straightforward to trace the relationships between various models on the Hugging Face Hub.
- **Highlights Impact** - It showcases the contributions and influences different models have within the community.
For a hands-on example of how such metadata can play a pivotal role in mapping model connections, take a look at [librarian-bots/base_model_explorer](https://huggingface.co/spaces/librarian-bots/base_model_explorer).
This PR comes courtesy of [Librarian Bot](https://huggingface.co/librarian-bot). If you have any feedback, queries, or need assistance, please don't hesitate to reach out to [@davanstrien](https://huggingface.co/davanstrien). Your input is invaluable to us!
|
@@ -10,6 +10,7 @@ tags:
|
|
| 10 |
- robust-speech-event
|
| 11 |
datasets:
|
| 12 |
- common_voice
|
|
|
|
| 13 |
model-index:
|
| 14 |
- name: wav2vec2-xls-r-1b-hy
|
| 15 |
results:
|
|
@@ -17,8 +18,8 @@ model-index:
|
|
| 17 |
type: automatic-speech-recognition
|
| 18 |
name: Speech Recognition
|
| 19 |
dataset:
|
| 20 |
-
type: mozilla-foundation/common_voice_8_0
|
| 21 |
name: Common Voice uk
|
|
|
|
| 22 |
args: uk
|
| 23 |
metrics:
|
| 24 |
- type: wer
|
|
@@ -28,27 +29,27 @@ model-index:
|
|
| 28 |
value: 2.0387492208601703
|
| 29 |
name: CER LM
|
| 30 |
- task:
|
| 31 |
-
name: Automatic Speech Recognition
|
| 32 |
type: automatic-speech-recognition
|
|
|
|
| 33 |
dataset:
|
| 34 |
name: Robust Speech Event - Dev Data
|
| 35 |
type: speech-recognition-community-v2/dev_data
|
| 36 |
args: uk
|
| 37 |
metrics:
|
| 38 |
-
-
|
| 39 |
-
type: wer
|
| 40 |
value: 40.57
|
|
|
|
| 41 |
- task:
|
| 42 |
-
name: Automatic Speech Recognition
|
| 43 |
type: automatic-speech-recognition
|
|
|
|
| 44 |
dataset:
|
| 45 |
name: Robust Speech Event - Test Data
|
| 46 |
type: speech-recognition-community-v2/eval_data
|
| 47 |
args: uk
|
| 48 |
metrics:
|
| 49 |
-
-
|
| 50 |
-
type: wer
|
| 51 |
value: 28.95
|
|
|
|
| 52 |
---
|
| 53 |
|
| 54 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 10 |
- robust-speech-event
|
| 11 |
datasets:
|
| 12 |
- common_voice
|
| 13 |
+
base_model: facebook/wav2vec2-xls-r-1b
|
| 14 |
model-index:
|
| 15 |
- name: wav2vec2-xls-r-1b-hy
|
| 16 |
results:
|
|
|
|
| 18 |
type: automatic-speech-recognition
|
| 19 |
name: Speech Recognition
|
| 20 |
dataset:
|
|
|
|
| 21 |
name: Common Voice uk
|
| 22 |
+
type: mozilla-foundation/common_voice_8_0
|
| 23 |
args: uk
|
| 24 |
metrics:
|
| 25 |
- type: wer
|
|
|
|
| 29 |
value: 2.0387492208601703
|
| 30 |
name: CER LM
|
| 31 |
- task:
|
|
|
|
| 32 |
type: automatic-speech-recognition
|
| 33 |
+
name: Automatic Speech Recognition
|
| 34 |
dataset:
|
| 35 |
name: Robust Speech Event - Dev Data
|
| 36 |
type: speech-recognition-community-v2/dev_data
|
| 37 |
args: uk
|
| 38 |
metrics:
|
| 39 |
+
- type: wer
|
|
|
|
| 40 |
value: 40.57
|
| 41 |
+
name: Test WER
|
| 42 |
- task:
|
|
|
|
| 43 |
type: automatic-speech-recognition
|
| 44 |
+
name: Automatic Speech Recognition
|
| 45 |
dataset:
|
| 46 |
name: Robust Speech Event - Test Data
|
| 47 |
type: speech-recognition-community-v2/eval_data
|
| 48 |
args: uk
|
| 49 |
metrics:
|
| 50 |
+
- type: wer
|
|
|
|
| 51 |
value: 28.95
|
| 52 |
+
name: Test WER
|
| 53 |
---
|
| 54 |
|
| 55 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|