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).
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)!
@@ -10,42 +10,43 @@ datasets:
|
|
10 |
- mozilla-foundation/common_voice_11_0
|
11 |
metrics:
|
12 |
- wer
|
|
|
13 |
model-index:
|
14 |
- name: Whisper Small Catalan
|
15 |
results:
|
16 |
- task:
|
17 |
-
name: Automatic Speech Recognition
|
18 |
type: automatic-speech-recognition
|
|
|
19 |
dataset:
|
20 |
name: mozilla-foundation/common_voice_11_0 ca
|
21 |
type: mozilla-foundation/common_voice_11_0
|
22 |
args: 'config: ml, split: test'
|
23 |
metrics:
|
24 |
-
-
|
25 |
-
type: wer
|
26 |
value: 8.569471791798646
|
|
|
27 |
- task:
|
28 |
-
name: Automatic Speech Recognition
|
29 |
type: automatic-speech-recognition
|
|
|
30 |
dataset:
|
31 |
name: google/fleurs ca
|
32 |
type: google/fleurs
|
33 |
args: 'config: ml, split: test'
|
34 |
metrics:
|
35 |
-
-
|
36 |
-
type: wer
|
37 |
value: 10.64
|
|
|
38 |
- task:
|
39 |
-
name: Automatic Speech Recognition
|
40 |
type: automatic-speech-recognition
|
|
|
41 |
dataset:
|
42 |
name: projecte-aina/parlament_parla clean
|
43 |
type: projecte-aina/parlament_parla
|
44 |
args: 'config: ml, split: test'
|
45 |
metrics:
|
46 |
-
-
|
47 |
-
type: wer
|
48 |
value: 19.0
|
|
|
49 |
---
|
50 |
|
51 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
10 |
- mozilla-foundation/common_voice_11_0
|
11 |
metrics:
|
12 |
- wer
|
13 |
+
base_model: openai/whisper-small
|
14 |
model-index:
|
15 |
- name: Whisper Small Catalan
|
16 |
results:
|
17 |
- task:
|
|
|
18 |
type: automatic-speech-recognition
|
19 |
+
name: Automatic Speech Recognition
|
20 |
dataset:
|
21 |
name: mozilla-foundation/common_voice_11_0 ca
|
22 |
type: mozilla-foundation/common_voice_11_0
|
23 |
args: 'config: ml, split: test'
|
24 |
metrics:
|
25 |
+
- type: wer
|
|
|
26 |
value: 8.569471791798646
|
27 |
+
name: Wer
|
28 |
- task:
|
|
|
29 |
type: automatic-speech-recognition
|
30 |
+
name: Automatic Speech Recognition
|
31 |
dataset:
|
32 |
name: google/fleurs ca
|
33 |
type: google/fleurs
|
34 |
args: 'config: ml, split: test'
|
35 |
metrics:
|
36 |
+
- type: wer
|
|
|
37 |
value: 10.64
|
38 |
+
name: Wer
|
39 |
- task:
|
|
|
40 |
type: automatic-speech-recognition
|
41 |
+
name: Automatic Speech Recognition
|
42 |
dataset:
|
43 |
name: projecte-aina/parlament_parla clean
|
44 |
type: projecte-aina/parlament_parla
|
45 |
args: 'config: ml, split: test'
|
46 |
metrics:
|
47 |
+
- type: wer
|
|
|
48 |
value: 19.0
|
49 |
+
name: Wer
|
50 |
---
|
51 |
|
52 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|