Librarian Bot: Add base_model information to model
Browse filesThis 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).
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)!
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
language: it
|
|
|
4 |
tags:
|
5 |
- automatic-speech-recognition
|
6 |
- generated_from_trainer
|
@@ -8,60 +8,61 @@ tags:
|
|
8 |
- robust-speech-event
|
9 |
datasets:
|
10 |
- mozilla-foundation/common_voice_7_0
|
|
|
11 |
model-index:
|
12 |
- name: XLS-R-300m - Italian
|
13 |
results:
|
14 |
- task:
|
15 |
-
name: Automatic Speech Recognition
|
16 |
type: automatic-speech-recognition
|
|
|
17 |
dataset:
|
18 |
name: Common Voice 7
|
19 |
type: mozilla-foundation/common_voice_7_0
|
20 |
args: it
|
21 |
metrics:
|
22 |
-
-
|
23 |
-
type: wer
|
24 |
value: 17.17
|
25 |
-
|
26 |
-
|
27 |
value: 4.27
|
28 |
-
|
29 |
-
|
30 |
value: 12.07
|
31 |
-
|
32 |
-
|
33 |
value: 3.52
|
|
|
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: it
|
41 |
metrics:
|
42 |
-
-
|
43 |
-
type: wer
|
44 |
value: 24.29
|
45 |
-
|
46 |
-
|
47 |
value: 8.1
|
48 |
-
|
49 |
-
|
50 |
value: 17.36
|
51 |
-
|
52 |
-
|
53 |
value: 7.94
|
|
|
54 |
- task:
|
55 |
-
name: Automatic Speech Recognition
|
56 |
type: automatic-speech-recognition
|
|
|
57 |
dataset:
|
58 |
name: Robust Speech Event - Test Data
|
59 |
type: speech-recognition-community-v2/eval_data
|
60 |
args: it
|
61 |
metrics:
|
62 |
-
-
|
63 |
-
type: wer
|
64 |
value: 33.66
|
|
|
65 |
---
|
66 |
|
67 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
|
|
2 |
language: it
|
3 |
+
license: apache-2.0
|
4 |
tags:
|
5 |
- automatic-speech-recognition
|
6 |
- generated_from_trainer
|
|
|
8 |
- robust-speech-event
|
9 |
datasets:
|
10 |
- mozilla-foundation/common_voice_7_0
|
11 |
+
base_model: facebook/wav2vec2-xls-r-300m
|
12 |
model-index:
|
13 |
- name: XLS-R-300m - Italian
|
14 |
results:
|
15 |
- task:
|
|
|
16 |
type: automatic-speech-recognition
|
17 |
+
name: Automatic Speech Recognition
|
18 |
dataset:
|
19 |
name: Common Voice 7
|
20 |
type: mozilla-foundation/common_voice_7_0
|
21 |
args: it
|
22 |
metrics:
|
23 |
+
- type: wer
|
|
|
24 |
value: 17.17
|
25 |
+
name: Test WER
|
26 |
+
- type: cer
|
27 |
value: 4.27
|
28 |
+
name: Test CER
|
29 |
+
- type: wer
|
30 |
value: 12.07
|
31 |
+
name: Test WER (+LM)
|
32 |
+
- type: cer
|
33 |
value: 3.52
|
34 |
+
name: Test CER (+LM)
|
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: it
|
42 |
metrics:
|
43 |
+
- type: wer
|
|
|
44 |
value: 24.29
|
45 |
+
name: Test WER
|
46 |
+
- type: cer
|
47 |
value: 8.1
|
48 |
+
name: Test CER
|
49 |
+
- type: wer
|
50 |
value: 17.36
|
51 |
+
name: Test WER (+LM)
|
52 |
+
- type: cer
|
53 |
value: 7.94
|
54 |
+
name: Test CER (+LM)
|
55 |
- task:
|
|
|
56 |
type: automatic-speech-recognition
|
57 |
+
name: Automatic Speech Recognition
|
58 |
dataset:
|
59 |
name: Robust Speech Event - Test Data
|
60 |
type: speech-recognition-community-v2/eval_data
|
61 |
args: it
|
62 |
metrics:
|
63 |
+
- type: wer
|
|
|
64 |
value: 33.66
|
65 |
+
name: Test WER
|
66 |
---
|
67 |
|
68 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|