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). Your input is invaluable to us!
@@ -11,76 +11,61 @@ tags:
|
|
11 |
- zh-HK
|
12 |
datasets:
|
13 |
- mozilla-foundation/common_voice_8_0
|
|
|
14 |
model-index:
|
15 |
- name: XLS-R-300M - Chinese_HongKong (Cantonese)
|
16 |
results:
|
17 |
- task:
|
18 |
-
name: Automatic Speech Recognition
|
19 |
type: automatic-speech-recognition
|
|
|
20 |
dataset:
|
21 |
name: Common Voice 8
|
22 |
type: mozilla-foundation/common_voice_8_0
|
23 |
args: zh-hk
|
24 |
metrics:
|
25 |
-
-
|
26 |
-
type: wer
|
27 |
value: 0.8111349803079126
|
28 |
-
|
29 |
-
|
30 |
value: 0.21962250882996914
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
- task:
|
32 |
-
name: Automatic Speech Recognition
|
33 |
type: automatic-speech-recognition
|
|
|
34 |
dataset:
|
35 |
name: Robust Speech Event - Dev Data
|
36 |
type: speech-recognition-community-v2/dev_data
|
37 |
args: zh-hk
|
38 |
metrics:
|
39 |
-
-
|
40 |
-
type: wer
|
41 |
value: 1.0
|
42 |
-
|
43 |
-
|
44 |
value: 0.6160564326503191
|
45 |
-
|
46 |
-
|
47 |
-
type: automatic-speech-recognition
|
48 |
-
dataset:
|
49 |
-
name: Common Voice 8
|
50 |
-
type: mozilla-foundation/common_voice_8_0
|
51 |
-
args: zh-HK
|
52 |
-
metrics:
|
53 |
-
- name: Test WER with LM
|
54 |
-
type: wer
|
55 |
-
value: 0.8055853920515574
|
56 |
-
- name: Test CER with LM
|
57 |
-
type: cer
|
58 |
-
value: 0.21578686612008757
|
59 |
-
- task:
|
60 |
-
name: Automatic Speech Recognition
|
61 |
-
type: automatic-speech-recognition
|
62 |
-
dataset:
|
63 |
-
name: Robust Speech Event - Dev Data
|
64 |
-
type: speech-recognition-community-v2/dev_data
|
65 |
-
args: zh-HK
|
66 |
-
metrics:
|
67 |
-
- name: Test WER with LM
|
68 |
-
type: wer
|
69 |
value: 1.0012453300124533
|
70 |
-
|
71 |
-
|
72 |
value: 0.6153006382264025
|
|
|
73 |
- task:
|
74 |
-
name: Automatic Speech Recognition
|
75 |
type: automatic-speech-recognition
|
|
|
76 |
dataset:
|
77 |
name: Robust Speech Event - Test Data
|
78 |
type: speech-recognition-community-v2/eval_data
|
79 |
args: zh-HK
|
80 |
metrics:
|
81 |
-
-
|
82 |
-
type: cer
|
83 |
value: 61.55
|
|
|
84 |
---
|
85 |
|
86 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
11 |
- zh-HK
|
12 |
datasets:
|
13 |
- mozilla-foundation/common_voice_8_0
|
14 |
+
base_model: facebook/wav2vec2-xls-r-300m
|
15 |
model-index:
|
16 |
- name: XLS-R-300M - Chinese_HongKong (Cantonese)
|
17 |
results:
|
18 |
- task:
|
|
|
19 |
type: automatic-speech-recognition
|
20 |
+
name: Automatic Speech Recognition
|
21 |
dataset:
|
22 |
name: Common Voice 8
|
23 |
type: mozilla-foundation/common_voice_8_0
|
24 |
args: zh-hk
|
25 |
metrics:
|
26 |
+
- type: wer
|
|
|
27 |
value: 0.8111349803079126
|
28 |
+
name: Test WER
|
29 |
+
- type: cer
|
30 |
value: 0.21962250882996914
|
31 |
+
name: Test CER
|
32 |
+
- type: wer
|
33 |
+
value: 0.8055853920515574
|
34 |
+
name: Test WER with LM
|
35 |
+
- type: cer
|
36 |
+
value: 0.21578686612008757
|
37 |
+
name: Test CER with LM
|
38 |
- task:
|
|
|
39 |
type: automatic-speech-recognition
|
40 |
+
name: Automatic Speech Recognition
|
41 |
dataset:
|
42 |
name: Robust Speech Event - Dev Data
|
43 |
type: speech-recognition-community-v2/dev_data
|
44 |
args: zh-hk
|
45 |
metrics:
|
46 |
+
- type: wer
|
|
|
47 |
value: 1.0
|
48 |
+
name: Test WER
|
49 |
+
- type: cer
|
50 |
value: 0.6160564326503191
|
51 |
+
name: Test CER
|
52 |
+
- type: wer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
value: 1.0012453300124533
|
54 |
+
name: Test WER with LM
|
55 |
+
- type: cer
|
56 |
value: 0.6153006382264025
|
57 |
+
name: Test CER with LM
|
58 |
- task:
|
|
|
59 |
type: automatic-speech-recognition
|
60 |
+
name: Automatic Speech Recognition
|
61 |
dataset:
|
62 |
name: Robust Speech Event - Test Data
|
63 |
type: speech-recognition-community-v2/eval_data
|
64 |
args: zh-HK
|
65 |
metrics:
|
66 |
+
- type: cer
|
|
|
67 |
value: 61.55
|
68 |
+
name: Test CER
|
69 |
---
|
70 |
|
71 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|