kingabzpro librarian-bot commited on
Commit
c873842
1 Parent(s): 5945eec

Librarian Bot: Add base_model information to model (#2)

Browse files

- Librarian Bot: Add base_model information to model (111a92390d43bdbadcd444e37f219514df77c016)


Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>

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