librarian-bot commited on
Commit
dff211a
1 Parent(s): 95507c2

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-en`](https://huggingface.co/openai/whisper-medium-en) 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).

If you want to automatically add `base_model` metadata to more of your modes you can use the [Librarian Bot](https://huggingface.co/librarian-bot) [Metadata Request Service](https://huggingface.co/spaces/librarian-bots/metadata_request_service)!

Files changed (1) hide show
  1. README.md +4 -22
README.md CHANGED
@@ -4,6 +4,7 @@ tags:
4
  - generated_from_trainer
5
  metrics:
6
  - wer
 
7
  model-index:
8
  - name: openai/whisper-medium-en
9
  results:
@@ -17,31 +18,13 @@ model-index:
17
  split: test
18
  metrics:
19
  - type: wer
20
- value: 8.85
21
  name: WER
22
- - task:
23
- type: automatic-speech-recognition
24
- name: Automatic Speech Recognition
25
- dataset:
26
- name: cslu_scripted
27
- type: asr
28
- config: en
29
- split: test
30
- metrics:
31
  - type: wer
32
- value: 2.38
33
  name: WER
34
- - task:
35
- type: automatic-speech-recognition
36
- name: Automatic Speech Recognition
37
- dataset:
38
- name: cslu_spontaneous
39
- type: asr
40
- config: en
41
- split: test
42
- metrics:
43
  - type: wer
44
- value: 16.53
45
  name: WER
46
  - task:
47
  type: automatic-speech-recognition
@@ -55,7 +38,6 @@ model-index:
55
  - type: wer
56
  value: 3.52
57
  name: WER
58
-
59
  ---
60
 
61
 
 
4
  - generated_from_trainer
5
  metrics:
6
  - wer
7
+ base_model: openai/whisper-medium-en
8
  model-index:
9
  - name: openai/whisper-medium-en
10
  results:
 
18
  split: test
19
  metrics:
20
  - type: wer
21
+ value: 8.85
22
  name: WER
 
 
 
 
 
 
 
 
 
23
  - type: wer
24
+ value: 2.38
25
  name: WER
 
 
 
 
 
 
 
 
 
26
  - type: wer
27
+ value: 16.53
28
  name: WER
29
  - task:
30
  type: automatic-speech-recognition
 
38
  - type: wer
39
  value: 3.52
40
  name: WER
 
41
  ---
42
 
43