librarian-bot commited on
Commit
111a923
1 Parent(s): 5945eec

Librarian Bot: Add base_model information to model

Browse files

This pull request aims to enrich the metadata of your model by adding [`Harveenchadha/vakyansh-wav2vec2-urdu-urm-60`](https://huggingface.co/Harveenchadha/vakyansh-wav2vec2-urdu-urm-60) 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 +17 -17
README.md CHANGED
@@ -1,7 +1,8 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
  - ur
 
 
5
  tags:
6
  - automatic-speech-recognition
7
  - robust-speech-event
@@ -11,29 +12,28 @@ datasets:
11
  metrics:
12
  - wer
13
  - cer
14
- library_name: transformers
15
  pipeline_tag: automatic-speech-recognition
16
-
17
  model-index:
18
  - name: wav2vec2-urdu
19
  results:
20
  - task:
21
- type: automatic-speech-recognition # Required. Example: automatic-speech-recognition
22
- name: Urdu Speech Recognition # Optional. Example: Speech Recognition
23
  dataset:
24
- type: common_voice # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
25
- name: Common Voice (Urdu) # Required. A pretty name for the dataset. Example: Common Voice (French)
26
  metrics:
27
- - type: wer # Required. Example: wer. Use metric id from https://hf.co/metrics
28
- value: 57.47 # Required. Example: 20.90
29
- name: WER # Optional. Example: Test WER
30
- config: load_metric("wer") # Optional. The name of the metric configuration used in `load_metric()`. Example: bleurt-large-512 in `load_metric("bleurt", "bleurt-large-512")`. See the `datasets` docs for more info: https://huggingface.co/docs/datasets/v2.1.0/en/loading#load-configurations
31
- verified: true # Optional. If true, indicates that evaluation was generated by Hugging Face (vs. self-reported).
32
- - type: cer # Required. Example: wer. Use metric id from https://hf.co/metrics
33
- value: 32.68 # Required. Example: 20.90
34
- name: CER # Optional. Example: Test WER
35
- config: load_metric("cer") # Optional. The name of the metric configuration used in `load_metric()`. Example: bleurt-large-512 in `load_metric("bleurt", "bleurt-large-512")`. See the `datasets` docs for more info: https://huggingface.co/docs/datasets/v2.1.0/en/loading#load-configurations
36
- verified: true # Optional. If true, indicates that evaluation was generated by Hugging Face (vs. self-reported).
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
1
  ---
 
2
  language:
3
  - ur
4
+ license: apache-2.0
5
+ library_name: transformers
6
  tags:
7
  - automatic-speech-recognition
8
  - robust-speech-event
 
12
  metrics:
13
  - wer
14
  - cer
 
15
  pipeline_tag: automatic-speech-recognition
16
+ base_model: Harveenchadha/vakyansh-wav2vec2-urdu-urm-60
17
  model-index:
18
  - name: wav2vec2-urdu
19
  results:
20
  - task:
21
+ type: automatic-speech-recognition
22
+ name: Urdu Speech Recognition
23
  dataset:
24
+ name: Common Voice (Urdu)
25
+ type: common_voice
26
  metrics:
27
+ - type: wer
28
+ value: 57.47
29
+ name: WER
30
+ config: load_metric("wer")
31
+ verified: true
32
+ - type: cer
33
+ value: 32.68
34
+ name: CER
35
+ config: load_metric("cer")
36
+ verified: true
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You