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-300m`](https://huggingface.co/facebook/wav2vec2-xls-r-300m) 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!
@@ -11,6 +11,14 @@ datasets:
|
|
11 |
metrics:
|
12 |
- wer
|
13 |
- cer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
model-index:
|
15 |
- name: Sinai Voice Arabic Speech Recognition Model
|
16 |
results:
|
@@ -18,8 +26,8 @@ model-index:
|
|
18 |
type: automatic-speech-recognition
|
19 |
name: Speech Recognition
|
20 |
dataset:
|
21 |
-
type: mozilla-foundation/common_voice_8_0
|
22 |
name: Common Voice ar
|
|
|
23 |
args: ar
|
24 |
metrics:
|
25 |
- type: wer
|
@@ -29,34 +37,27 @@ model-index:
|
|
29 |
value: 0.049
|
30 |
name: Test CER
|
31 |
- task:
|
32 |
-
name: Automatic Speech Recognition
|
33 |
type: automatic-speech-recognition
|
|
|
34 |
dataset:
|
35 |
name: Robust Speech Event - Dev Data
|
36 |
type: speech-recognition-community-v2/dev_data
|
37 |
args: ar
|
38 |
metrics:
|
39 |
-
-
|
40 |
-
type: wer
|
41 |
value: 93.03
|
|
|
42 |
- task:
|
43 |
-
name: Automatic Speech Recognition
|
44 |
type: automatic-speech-recognition
|
|
|
45 |
dataset:
|
46 |
name: Robust Speech Event - Test Data
|
47 |
type: speech-recognition-community-v2/eval_data
|
48 |
args: ar
|
49 |
metrics:
|
50 |
-
-
|
51 |
-
type: wer
|
52 |
value: 90.79
|
53 |
-
|
54 |
-
- example_title: Example 1
|
55 |
-
src: https://huggingface.co/bakrianoo/sinai-voice-ar-stt/raw/main/examples/common_voice_ar_19077324.mp3
|
56 |
-
- example_title: Example 2
|
57 |
-
src: https://huggingface.co/bakrianoo/sinai-voice-ar-stt/raw/main/examples/common_voice_ar_19205138.mp3
|
58 |
-
- example_title: Example 3
|
59 |
-
src: https://huggingface.co/bakrianoo/sinai-voice-ar-stt/raw/main/examples/common_voice_ar_19331711.mp3
|
60 |
---
|
61 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
62 |
should probably proofread and complete it, then remove this comment. -->
|
|
|
11 |
metrics:
|
12 |
- wer
|
13 |
- cer
|
14 |
+
widget:
|
15 |
+
- example_title: Example 1
|
16 |
+
src: https://huggingface.co/bakrianoo/sinai-voice-ar-stt/raw/main/examples/common_voice_ar_19077324.mp3
|
17 |
+
- example_title: Example 2
|
18 |
+
src: https://huggingface.co/bakrianoo/sinai-voice-ar-stt/raw/main/examples/common_voice_ar_19205138.mp3
|
19 |
+
- example_title: Example 3
|
20 |
+
src: https://huggingface.co/bakrianoo/sinai-voice-ar-stt/raw/main/examples/common_voice_ar_19331711.mp3
|
21 |
+
base_model: facebook/wav2vec2-xls-r-300m
|
22 |
model-index:
|
23 |
- name: Sinai Voice Arabic Speech Recognition Model
|
24 |
results:
|
|
|
26 |
type: automatic-speech-recognition
|
27 |
name: Speech Recognition
|
28 |
dataset:
|
|
|
29 |
name: Common Voice ar
|
30 |
+
type: mozilla-foundation/common_voice_8_0
|
31 |
args: ar
|
32 |
metrics:
|
33 |
- type: wer
|
|
|
37 |
value: 0.049
|
38 |
name: Test CER
|
39 |
- task:
|
|
|
40 |
type: automatic-speech-recognition
|
41 |
+
name: Automatic Speech Recognition
|
42 |
dataset:
|
43 |
name: Robust Speech Event - Dev Data
|
44 |
type: speech-recognition-community-v2/dev_data
|
45 |
args: ar
|
46 |
metrics:
|
47 |
+
- type: wer
|
|
|
48 |
value: 93.03
|
49 |
+
name: Test WER
|
50 |
- task:
|
|
|
51 |
type: automatic-speech-recognition
|
52 |
+
name: Automatic Speech Recognition
|
53 |
dataset:
|
54 |
name: Robust Speech Event - Test Data
|
55 |
type: speech-recognition-community-v2/eval_data
|
56 |
args: ar
|
57 |
metrics:
|
58 |
+
- type: wer
|
|
|
59 |
value: 90.79
|
60 |
+
name: Test WER
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
---
|
62 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
63 |
should probably proofread and complete it, then remove this comment. -->
|