librarian-bot commited on
Commit
24e522b
1 Parent(s): 91fc083

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 +19 -18
README.md CHANGED
@@ -11,65 +11,66 @@ tags:
11
  - robust-speech-event
12
  datasets:
13
  - librispeech_asr
 
14
  model-index:
15
  - name: XLS-R-300M - English
16
  results:
17
  - task:
18
- name: Automatic Speech Recognition
19
  type: automatic-speech-recognition
 
20
  dataset:
21
  name: LibriSpeech (clean)
22
  type: librispeech_asr
23
  config: clean
24
  split: test
25
- args:
26
  language: en
27
  metrics:
28
- - name: Test WER
29
- type: wer
30
  value: 12.29
31
- - name: Test CER
32
- type: cer
33
  value: 3.34
 
34
  - task:
35
- name: Automatic Speech Recognition
36
  type: automatic-speech-recognition
 
37
  dataset:
38
  name: Robust Speech Event - Dev Data
39
  type: speech-recognition-community-v2/dev_data
40
  args: en
41
  metrics:
42
- - name: Validation WER
43
- type: wer
44
  value: 36.75
45
- - name: Validation CER
46
- type: cer
47
  value: 14.83
 
48
  - task:
49
- name: Automatic Speech Recognition
50
  type: automatic-speech-recognition
 
51
  dataset:
52
  name: Common Voice 8.0
53
  type: mozilla-foundation/common_voice_8_0
54
  config: en
55
  split: test
56
- args:
57
  language: en
58
  metrics:
59
- - name: Test WER
60
- type: wer
61
  value: 37.81
 
62
  - task:
63
- name: Automatic Speech Recognition
64
  type: automatic-speech-recognition
 
65
  dataset:
66
  name: Robust Speech Event - Test Data
67
  type: speech-recognition-community-v2/eval_data
68
  args: en
69
  metrics:
70
- - name: Test WER
71
- type: wer
72
  value: 38.8
 
73
  ---
74
 
75
  #
 
11
  - robust-speech-event
12
  datasets:
13
  - librispeech_asr
14
+ base_model: facebook/wav2vec2-xls-r-300m
15
  model-index:
16
  - name: XLS-R-300M - English
17
  results:
18
  - task:
 
19
  type: automatic-speech-recognition
20
+ name: Automatic Speech Recognition
21
  dataset:
22
  name: LibriSpeech (clean)
23
  type: librispeech_asr
24
  config: clean
25
  split: test
26
+ args:
27
  language: en
28
  metrics:
29
+ - type: wer
 
30
  value: 12.29
31
+ name: Test WER
32
+ - type: cer
33
  value: 3.34
34
+ name: Test CER
35
  - task:
 
36
  type: automatic-speech-recognition
37
+ name: Automatic Speech Recognition
38
  dataset:
39
  name: Robust Speech Event - Dev Data
40
  type: speech-recognition-community-v2/dev_data
41
  args: en
42
  metrics:
43
+ - type: wer
 
44
  value: 36.75
45
+ name: Validation WER
46
+ - type: cer
47
  value: 14.83
48
+ name: Validation CER
49
  - task:
 
50
  type: automatic-speech-recognition
51
+ name: Automatic Speech Recognition
52
  dataset:
53
  name: Common Voice 8.0
54
  type: mozilla-foundation/common_voice_8_0
55
  config: en
56
  split: test
57
+ args:
58
  language: en
59
  metrics:
60
+ - type: wer
 
61
  value: 37.81
62
+ name: Test WER
63
  - task:
 
64
  type: automatic-speech-recognition
65
+ name: Automatic Speech Recognition
66
  dataset:
67
  name: Robust Speech Event - Test Data
68
  type: speech-recognition-community-v2/eval_data
69
  args: en
70
  metrics:
71
+ - type: wer
 
72
  value: 38.8
73
+ name: Test WER
74
  ---
75
 
76
  #