librarian-bot commited on
Commit
1c60cd1
1 Parent(s): b4bf85f

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-medium`](https://huggingface.co./openai/whisper-medium) 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 +4 -3
README.md CHANGED
@@ -13,20 +13,21 @@ datasets:
13
  - mozilla-foundation/common_voice_11_0
14
  metrics:
15
  - wer
 
16
  model-index:
17
  - name: Whisper Medium Urdu
18
  results:
19
  - task:
20
- name: Automatic Speech Recognition
21
  type: automatic-speech-recognition
 
22
  dataset:
23
  name: mozilla-foundation/common_voice_11_0
24
  type: mozilla-foundation/common_voice_11_0
25
  args: 'config: ur, split: test'
26
  metrics:
27
- - name: Wer
28
- type: wer
29
  value: 26.980130911344357
 
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
13
  - mozilla-foundation/common_voice_11_0
14
  metrics:
15
  - wer
16
+ base_model: openai/whisper-medium
17
  model-index:
18
  - name: Whisper Medium Urdu
19
  results:
20
  - task:
 
21
  type: automatic-speech-recognition
22
+ name: Automatic Speech Recognition
23
  dataset:
24
  name: mozilla-foundation/common_voice_11_0
25
  type: mozilla-foundation/common_voice_11_0
26
  args: 'config: ur, split: test'
27
  metrics:
28
+ - type: wer
 
29
  value: 26.980130911344357
30
+ name: Wer
31
  ---
32
 
33
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You