librarian-bot commited on
Commit
7d725c4
1 Parent(s): 7324e16

Librarian Bot: Add base_model information to model

Browse files

This pull request aims to enrich the metadata of your model by adding [`facebook/wav2vec2-xls-r-1b`](https://huggingface.co/facebook/wav2vec2-xls-r-1b) 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 +7 -8
README.md CHANGED
@@ -11,6 +11,7 @@ datasets:
11
  metrics:
12
  - wer
13
  - cer
 
14
  model-index:
15
  - name: wav2vec2-large-xls-r-1b-Swedish
16
  results:
@@ -18,32 +19,30 @@ model-index:
18
  type: automatic-speech-recognition
19
  name: Speech Recognition
20
  dataset:
21
- type: mozilla-foundation/common_voice_8_0
22
  name: Common Voice sv-SE
 
23
  args: sv-SE
24
  metrics:
25
  - type: wer
26
  value: 14.04
27
  name: Test WER With LM
28
-
29
  - type: cer
30
  value: 4.86
31
  name: Test CER With LM
32
-
33
  - task:
34
- name: Automatic Speech Recognition
35
  type: automatic-speech-recognition
 
36
  dataset:
37
  name: Robust Speech Event - Dev Data
38
  type: speech-recognition-community-v2/dev_data
39
  args: sv
40
  metrics:
41
- - name: Test WER
42
- type: wer
43
  value: 29.69
44
- - name: Test CER
45
- type: cer
46
  value: 12.59
 
47
  ---
48
 
49
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
  metrics:
12
  - wer
13
  - cer
14
+ base_model: facebook/wav2vec2-xls-r-1b
15
  model-index:
16
  - name: wav2vec2-large-xls-r-1b-Swedish
17
  results:
19
  type: automatic-speech-recognition
20
  name: Speech Recognition
21
  dataset:
 
22
  name: Common Voice sv-SE
23
+ type: mozilla-foundation/common_voice_8_0
24
  args: sv-SE
25
  metrics:
26
  - type: wer
27
  value: 14.04
28
  name: Test WER With LM
 
29
  - type: cer
30
  value: 4.86
31
  name: Test CER With LM
 
32
  - task:
 
33
  type: automatic-speech-recognition
34
+ name: Automatic Speech Recognition
35
  dataset:
36
  name: Robust Speech Event - Dev Data
37
  type: speech-recognition-community-v2/dev_data
38
  args: sv
39
  metrics:
40
+ - type: wer
 
41
  value: 29.69
42
+ name: Test WER
43
+ - type: cer
44
  value: 12.59
45
+ name: Test CER
46
  ---
47
 
48
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You