librarian-bot commited on
Commit
4523bd9
1 Parent(s): 9962eb1

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-300m`](https://huggingface.co/facebook/wav2vec2-xls-r-300m) 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 +11 -10
README.md CHANGED
@@ -13,37 +13,38 @@ tags:
13
  - hf-asr-leaderboard
14
  datasets:
15
  - mozilla-foundation/common_voice_8_0
 
16
  model-index:
17
  - name: Akashpb13/xlsr_kurmanji_kurdish
18
  results:
19
  - task:
20
- name: Automatic Speech Recognition
21
  type: automatic-speech-recognition
 
22
  dataset:
23
  name: Common Voice 8
24
  type: mozilla-foundation/common_voice_8_0
25
  args: kmr
26
  metrics:
27
- - name: Test WER
28
- type: wer
29
  value: 0.33073206986250464
30
- - name: Test CER
31
- type: cer
32
  value: 0.08035244447163924
 
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: kmr
40
  metrics:
41
- - name: Test WER
42
- type: wer
43
  value: 0.33073206986250464
44
- - name: Test CER
45
- type: cer
46
  value: 0.08035244447163924
 
47
  ---
48
 
49
  # Akashpb13/xlsr_kurmanji_kurdish
 
13
  - hf-asr-leaderboard
14
  datasets:
15
  - mozilla-foundation/common_voice_8_0
16
+ base_model: facebook/wav2vec2-xls-r-300m
17
  model-index:
18
  - name: Akashpb13/xlsr_kurmanji_kurdish
19
  results:
20
  - task:
 
21
  type: automatic-speech-recognition
22
+ name: Automatic Speech Recognition
23
  dataset:
24
  name: Common Voice 8
25
  type: mozilla-foundation/common_voice_8_0
26
  args: kmr
27
  metrics:
28
+ - type: wer
 
29
  value: 0.33073206986250464
30
+ name: Test WER
31
+ - type: cer
32
  value: 0.08035244447163924
33
+ name: Test CER
34
  - task:
 
35
  type: automatic-speech-recognition
36
+ name: Automatic Speech Recognition
37
  dataset:
38
  name: Robust Speech Event - Dev Data
39
  type: speech-recognition-community-v2/dev_data
40
  args: kmr
41
  metrics:
42
+ - type: wer
 
43
  value: 0.33073206986250464
44
+ name: Test WER
45
+ - type: cer
46
  value: 0.08035244447163924
47
+ name: Test CER
48
  ---
49
 
50
  # Akashpb13/xlsr_kurmanji_kurdish