Update README.md
Browse files
README.md
CHANGED
|
@@ -42,7 +42,7 @@ model-index:
|
|
| 42 |
name: Weighted F1 # Optional. Example: Test WER
|
| 43 |
- type: f1_macro # Required. Example: wer. Use metric id from https://hf.co/metrics
|
| 44 |
value: 0.84 # Required. Example: 20.90
|
| 45 |
-
name:
|
| 46 |
- task:
|
| 47 |
type: text-classification # Required. Example: automatic-speech-recognition
|
| 48 |
name: Text Classification # Optional. Example: Speech Recognition
|
|
@@ -66,7 +66,7 @@ model-index:
|
|
| 66 |
name: Weighted F1 # Optional. Example: Test WER
|
| 67 |
- type: f1_macro # Required. Example: wer. Use metric id from https://hf.co/metrics
|
| 68 |
value: 0.84 # Required. Example: 20.90
|
| 69 |
-
name:
|
| 70 |
|
| 71 |
---
|
| 72 |
|
|
|
|
| 42 |
name: Weighted F1 # Optional. Example: Test WER
|
| 43 |
- type: f1_macro # Required. Example: wer. Use metric id from https://hf.co/metrics
|
| 44 |
value: 0.84 # Required. Example: 20.90
|
| 45 |
+
name: Macro F1 # Optional. Example: Test WER
|
| 46 |
- task:
|
| 47 |
type: text-classification # Required. Example: automatic-speech-recognition
|
| 48 |
name: Text Classification # Optional. Example: Speech Recognition
|
|
|
|
| 66 |
name: Weighted F1 # Optional. Example: Test WER
|
| 67 |
- type: f1_macro # Required. Example: wer. Use metric id from https://hf.co/metrics
|
| 68 |
value: 0.84 # Required. Example: 20.90
|
| 69 |
+
name: Macro F1 # Optional. Example: Test WER
|
| 70 |
|
| 71 |
---
|
| 72 |
|