librarian-bot commited on
Commit
621e649
·
1 Parent(s): 2a01435

Librarian Bot: Add base_model information to model

Browse files

This 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!

Files changed (1) hide show
  1. README.md +29 -28
README.md CHANGED
@@ -1,37 +1,38 @@
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
  model-index:
16
- - name: whisper-small-mn-8-bayartsogt
17
- results:
18
- - task:
19
- name: Automatic Speech Recognition
20
- type: automatic-speech-recognition
21
- dataset:
22
- name: Common Voice 11.0
23
- type: mozilla-foundation/common_voice_11_0
24
- config: mn
25
- split: test
26
- args:
27
- language: mn
28
- metrics:
29
- - name: Wer
30
- type: wer
31
- value: 26.518461874590344
32
- - name: Cer
33
- type: cer
34
- value: 9.46811616603981
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