Librarian Bot: Add base_model information to model
Browse filesThis pull request aims to enrich the metadata of your model by adding [`facebook/wav2vec2-base`](https://huggingface.co/facebook/wav2vec2-base) 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!
@@ -1,32 +1,33 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
datasets:
|
3 |
- coscan-speech2
|
4 |
-
license: apache-2.0
|
5 |
metrics:
|
6 |
- accuracy
|
|
|
|
|
7 |
model-index:
|
8 |
- name: wav2vec2-base-coscan-no-age_group
|
9 |
results:
|
10 |
-
-
|
|
|
|
|
|
|
11 |
name: Coscan Speech
|
12 |
type: NbAiLab/coscan-speech
|
13 |
metrics:
|
14 |
-
-
|
15 |
-
type: accuracy
|
16 |
value: 0.6618436706215234
|
17 |
-
|
18 |
-
|
19 |
value: 0.7624056323691577
|
20 |
-
|
21 |
-
name: Audio Classification
|
22 |
-
type: audio-classification
|
23 |
-
tags:
|
24 |
-
- generated_from_trainer
|
25 |
-
language:
|
26 |
-
- 'no'
|
27 |
-
- nb
|
28 |
-
library_name: transformers
|
29 |
-
pipeline_tag: audio-classification
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- 'no'
|
4 |
+
- nb
|
5 |
+
license: apache-2.0
|
6 |
+
library_name: transformers
|
7 |
+
tags:
|
8 |
+
- generated_from_trainer
|
9 |
datasets:
|
10 |
- coscan-speech2
|
|
|
11 |
metrics:
|
12 |
- accuracy
|
13 |
+
pipeline_tag: audio-classification
|
14 |
+
base_model: facebook/wav2vec2-base
|
15 |
model-index:
|
16 |
- name: wav2vec2-base-coscan-no-age_group
|
17 |
results:
|
18 |
+
- task:
|
19 |
+
type: audio-classification
|
20 |
+
name: Audio Classification
|
21 |
+
dataset:
|
22 |
name: Coscan Speech
|
23 |
type: NbAiLab/coscan-speech
|
24 |
metrics:
|
25 |
+
- type: accuracy
|
|
|
26 |
value: 0.6618436706215234
|
27 |
+
name: Test Accuracy
|
28 |
+
- type: accuracy
|
29 |
value: 0.7624056323691577
|
30 |
+
name: Validation Accuracy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
---
|
32 |
|
33 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|