Librarian Bot: Add base_model information to model
Browse filesThis pull request aims to enrich the metadata of your model by adding [`openai/whisper-small`](https://huggingface.co/openai/whisper-small) 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!
@@ -1,37 +1,38 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
datasets:
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
metrics:
|
13 |
-
|
14 |
-
|
|
|
15 |
model-index:
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
---
|
36 |
|
37 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
+
- whisper-event
|
5 |
+
- hf-asr-leaderboard
|
6 |
+
- generated_from_trainer
|
7 |
datasets:
|
8 |
+
- mozilla-foundation/common_voice_11_0
|
9 |
+
- google/fleurs
|
10 |
+
- bayartsogt/ulaanbal-v0
|
11 |
+
- bayartsogt/youtube-mongolian-v1
|
12 |
metrics:
|
13 |
+
- wer
|
14 |
+
- cer
|
15 |
+
base_model: openai/whisper-small
|
16 |
model-index:
|
17 |
+
- name: whisper-small-mn-8-bayartsogt
|
18 |
+
results:
|
19 |
+
- task:
|
20 |
+
type: automatic-speech-recognition
|
21 |
+
name: Automatic Speech Recognition
|
22 |
+
dataset:
|
23 |
+
name: Common Voice 11.0
|
24 |
+
type: mozilla-foundation/common_voice_11_0
|
25 |
+
config: mn
|
26 |
+
split: test
|
27 |
+
args:
|
28 |
+
language: mn
|
29 |
+
metrics:
|
30 |
+
- type: wer
|
31 |
+
value: 26.518461874590344
|
32 |
+
name: Wer
|
33 |
+
- type: cer
|
34 |
+
value: 9.46811616603981
|
35 |
+
name: Cer
|
36 |
---
|
37 |
|
38 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|