librarian-bot commited on
Commit
028be59
·
1 Parent(s): 095eff5

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).

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 +15 -22
README.md CHANGED
@@ -1,63 +1,56 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
  - sl
 
5
  tags:
6
  - generated_from_trainer
7
  - hf-asr-leaderboard
8
  - robust-speech-event
9
  datasets:
10
  - common_voice
 
11
  model-index:
12
  - name: wav2vec2-large-xls-r-1B-common_voice-sl-ft
13
  results:
14
  - task:
15
- name: Speech Recognition
16
  type: automatic-speech-recognition
 
17
  dataset:
18
  name: Common Voice 7
19
  type: mozilla-foundation/common_voice_7_0
20
  args: lv
21
  metrics:
22
- - name: Test WER
23
- type: wer
24
  value: 23.26
25
- - name: Test CER
26
- type: cer
27
  value: 7.95
28
- - task:
29
- name: Automatic Speech Recognition
30
- type: automatic-speech-recognition
31
- dataset:
32
- name: Common Voice 7.0
33
- type: mozilla-foundation/common_voice_7_0
34
- args: sl
35
- metrics:
36
- - name: Test WER
37
- type: wer
38
  value: 13.59
 
39
  - task:
40
- name: Automatic Speech Recognition
41
  type: automatic-speech-recognition
 
42
  dataset:
43
  name: Robust Speech Event - Dev Data
44
  type: speech-recognition-community-v2/dev_data
45
  args: sl
46
  metrics:
47
- - name: Test WER
48
- type: wer
49
  value: 62.71
 
50
  - task:
51
- name: Automatic Speech Recognition
52
  type: automatic-speech-recognition
 
53
  dataset:
54
  name: Robust Speech Event - Test Data
55
  type: speech-recognition-community-v2/eval_data
56
  args: sl
57
  metrics:
58
- - name: Test WER
59
- type: wer
60
  value: 62.34
 
61
  ---
62
 
63
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
1
  ---
 
2
  language:
3
  - sl
4
+ license: apache-2.0
5
  tags:
6
  - generated_from_trainer
7
  - hf-asr-leaderboard
8
  - robust-speech-event
9
  datasets:
10
  - common_voice
11
+ base_model: facebook/wav2vec2-xls-r-1b
12
  model-index:
13
  - name: wav2vec2-large-xls-r-1B-common_voice-sl-ft
14
  results:
15
  - task:
 
16
  type: automatic-speech-recognition
17
+ name: Speech Recognition
18
  dataset:
19
  name: Common Voice 7
20
  type: mozilla-foundation/common_voice_7_0
21
  args: lv
22
  metrics:
23
+ - type: wer
 
24
  value: 23.26
25
+ name: Test WER
26
+ - type: cer
27
  value: 7.95
28
+ name: Test CER
29
+ - type: wer
 
 
 
 
 
 
 
 
30
  value: 13.59
31
+ name: Test WER
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: sl
39
  metrics:
40
+ - type: wer
 
41
  value: 62.71
42
+ name: Test WER
43
  - task:
 
44
  type: automatic-speech-recognition
45
+ name: Automatic Speech Recognition
46
  dataset:
47
  name: Robust Speech Event - Test Data
48
  type: speech-recognition-community-v2/eval_data
49
  args: sl
50
  metrics:
51
+ - type: wer
 
52
  value: 62.34
53
+ name: Test WER
54
  ---
55
 
56
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You