librarian-bot commited on
Commit
34519ef
1 Parent(s): d3b4353

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 +9 -8
README.md CHANGED
@@ -7,12 +7,13 @@ tags:
7
  - generated_from_trainer
8
  datasets:
9
  - mozilla-foundation/common_voice_11_0
 
10
  model-index:
11
- - name: Whisper Medium Hindi
12
- results:
13
  - task:
14
- name: Automatic Speech Recognition
15
  type: automatic-speech-recognition
 
16
  dataset:
17
  name: Common Voice 11.0
18
  type: mozilla-foundation/common_voice_11_0
@@ -20,12 +21,12 @@ model-index:
20
  split: test
21
  args: hi
22
  metrics:
23
- - name: Wer
24
- type: wer
25
  value: 15.6053
 
26
  - task:
27
- name: Automatic Speech Recognition
28
  type: automatic-speech-recognition
 
29
  dataset:
30
  name: FLEURS
31
  type: google/fleurs
@@ -33,9 +34,9 @@ model-index:
33
  split: test
34
  args: hi
35
  metrics:
36
- - name: Wer
37
- type: wer
38
  value: 16.87
 
39
  ---
40
 
41
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
7
  - generated_from_trainer
8
  datasets:
9
  - mozilla-foundation/common_voice_11_0
10
+ base_model: openai/whisper-medium
11
  model-index:
12
+ - name: Whisper Medium Hindi
13
+ results:
14
  - task:
 
15
  type: automatic-speech-recognition
16
+ name: Automatic Speech Recognition
17
  dataset:
18
  name: Common Voice 11.0
19
  type: mozilla-foundation/common_voice_11_0
 
21
  split: test
22
  args: hi
23
  metrics:
24
+ - type: wer
 
25
  value: 15.6053
26
+ name: Wer
27
  - task:
 
28
  type: automatic-speech-recognition
29
+ name: Automatic Speech Recognition
30
  dataset:
31
  name: FLEURS
32
  type: google/fleurs
 
34
  split: test
35
  args: hi
36
  metrics:
37
+ - type: wer
 
38
  value: 16.87
39
+ name: Wer
40
  ---
41
 
42
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You