Commit
•
a2ba7a2
1
Parent(s):
4b48e5c
Update README.md
Browse files
README.md
CHANGED
@@ -15,13 +15,15 @@ model-index:
|
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
should probably proofread and complete it, then remove this comment. -->
|
17 |
|
18 |
-
#
|
19 |
|
20 |
-
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the google/xtreme_s dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 0.8413
|
23 |
- Accuracy: 0.8805
|
24 |
|
|
|
|
|
25 |
## Model description
|
26 |
|
27 |
More information needed
|
|
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
should probably proofread and complete it, then remove this comment. -->
|
17 |
|
18 |
+
# Whisper Medium FLEURS Language Identification
|
19 |
|
20 |
+
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the [FLEURS subset](https://huggingface.co/datasets/google/xtreme_s#language-identification---fleurs-langid) of the [google/xtreme_s](https://huggingface.co/google/xtreme_s) dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 0.8413
|
23 |
- Accuracy: 0.8805
|
24 |
|
25 |
+
To reproduce this run, execute the command in `run.sh`.
|
26 |
+
|
27 |
## Model description
|
28 |
|
29 |
More information needed
|