kingabzpro
commited on
Commit
•
c851797
1
Parent(s):
df9f71a
Update README.md
Browse files
README.md
CHANGED
@@ -21,12 +21,12 @@ model-index:
|
|
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:
|
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:
|
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).
|
|
|
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: 57.47 # 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: 32.68 # 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).
|