kingabzpro commited on
Commit
df9f71a
1 Parent(s): 1cffeed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -2
README.md CHANGED
@@ -5,10 +5,31 @@ datasets:
5
  language:
6
  - ur
7
  metrics:
8
- - wer:0.5747
9
- - cer:0.3268
10
  library_name: transformers
11
  pipeline_tag: automatic-speech-recognition
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
5
  language:
6
  - ur
7
  metrics:
8
+ - wer
9
+ - cer
10
  library_name: transformers
11
  pipeline_tag: automatic-speech-recognition
12
+
13
+ model-index:
14
+ - name: wav2vec2-urdu
15
+ results:
16
+ - task:
17
+ type: automatic-speech-recognition # Required. Example: automatic-speech-recognition
18
+ name: Urdu Speech Recognition # Optional. Example: Speech Recognition
19
+ dataset:
20
+ type: common_voice # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
21
+ name: Common Voice (Urdu) # Required. A pretty name for the dataset. Example: Common Voice (French)
22
+ metrics:
23
+ - type: wer # Required. Example: wer. Use metric id from https://hf.co/metrics
24
+ value: 0.5747 # Required. Example: 20.90
25
+ name: WER # Optional. Example: Test WER
26
+ 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
27
+ verified: true # Optional. If true, indicates that evaluation was generated by Hugging Face (vs. self-reported).
28
+ - type: cer # Required. Example: wer. Use metric id from https://hf.co/metrics
29
+ value: 0.3268 # Required. Example: 20.90
30
+ name: CER # Optional. Example: Test WER
31
+ 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
32
+ verified: true # Optional. If true, indicates that evaluation was generated by Hugging Face (vs. self-reported).
33
  ---
34
 
35
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You