librarian-bot commited on
Commit
9ce2631
1 Parent(s): f107feb

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
@@ -1,52 +1,53 @@
1
  ---
2
- license: apache-2.0
3
  language: en
4
- datasets:
5
- - Jzuluaga/uwb_atcc
6
  tags:
7
  - audio
8
  - automatic-speech-recognition
9
  - en-atc
10
  - en
11
  - generated_from_trainer
 
 
12
  metrics:
13
  - wer
 
14
  model-index:
15
  - name: wav2vec2-xls-r-300m-en-atc-uwb-atcc
16
  results:
17
  - task:
18
- type: automatic-speech-recognition
19
- name: Speech Recognition
20
  dataset:
21
- type: Jzuluaga/uwb_atcc
22
- name: UWB-ATCC dataset (Air Traffic Control Communications)
23
- config: test
24
- split: test
25
  metrics:
26
  - type: wer
27
  value: 18.28
28
  name: TEST WER
29
- verified: False
30
  - type: wer
31
  value: 14.19
32
  name: TEST WER (+LM)
33
  - task:
34
- type: automatic-speech-recognition
35
- name: Speech Recognition
36
  dataset:
37
- type: Jzuluaga/atcosim_corpus
38
- name: ATCOSIM corpus (Air Traffic Control Communications)
39
- config: test
40
- split: test
41
  metrics:
42
  - type: wer
43
  value: 19.21
44
  name: TEST WER
45
- verified: False
46
  - type: wer
47
  value: 15.21
48
  name: TEST WER (+LM)
49
- verified: False
50
  ---
51
  # wav2vec2-xls-r-300m-en-atc-uwb-atcc
52
 
 
1
  ---
 
2
  language: en
3
+ license: apache-2.0
 
4
  tags:
5
  - audio
6
  - automatic-speech-recognition
7
  - en-atc
8
  - en
9
  - generated_from_trainer
10
+ datasets:
11
+ - Jzuluaga/uwb_atcc
12
  metrics:
13
  - wer
14
+ base_model: facebook/wav2vec2-xls-r-300m
15
  model-index:
16
  - name: wav2vec2-xls-r-300m-en-atc-uwb-atcc
17
  results:
18
  - task:
19
+ type: automatic-speech-recognition
20
+ name: Speech Recognition
21
  dataset:
22
+ name: UWB-ATCC dataset (Air Traffic Control Communications)
23
+ type: Jzuluaga/uwb_atcc
24
+ config: test
25
+ split: test
26
  metrics:
27
  - type: wer
28
  value: 18.28
29
  name: TEST WER
30
+ verified: false
31
  - type: wer
32
  value: 14.19
33
  name: TEST WER (+LM)
34
  - task:
35
+ type: automatic-speech-recognition
36
+ name: Speech Recognition
37
  dataset:
38
+ name: ATCOSIM corpus (Air Traffic Control Communications)
39
+ type: Jzuluaga/atcosim_corpus
40
+ config: test
41
+ split: test
42
  metrics:
43
  - type: wer
44
  value: 19.21
45
  name: TEST WER
46
+ verified: false
47
  - type: wer
48
  value: 15.21
49
  name: TEST WER (+LM)
50
+ verified: false
51
  ---
52
  # wav2vec2-xls-r-300m-en-atc-uwb-atcc
53