From af6125ffdb3c78d813cac1aa706d48cfca12ec13 Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Sun, 21 Mar 2021 12:31:33 +0300 Subject: [PATCH] Update FINE_TUNE_XLSR_WAV2VEC2.md --- .../research_projects/wav2vec2/FINE_TUNE_XLSR_WAV2VEC2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/research_projects/wav2vec2/FINE_TUNE_XLSR_WAV2VEC2.md b/examples/research_projects/wav2vec2/FINE_TUNE_XLSR_WAV2VEC2.md index ea5cf8ae34..2e46cc8fe7 100644 --- a/examples/research_projects/wav2vec2/FINE_TUNE_XLSR_WAV2VEC2.md +++ b/examples/research_projects/wav2vec2/FINE_TUNE_XLSR_WAV2VEC2.md @@ -273,7 +273,7 @@ All these questions should be answered in a model card which is the first thing visiting your model on the hub under `https://huggingface.co/{your_username}/{your_modelname}`. **Note**: -It is extremely that you add this model card or else we cannot find your model and thus cannot take the model into +It is extremely important that you add this model card or else we cannot find your model and thus cannot take the model into account for the final evaluation. ### How to create the readme @@ -425,7 +425,7 @@ Your model in then available under *huggingface.co/{your_username}/{your_chosen_ Having uploaded your model, you should now evaluate your model in a final step. This should be as simple as copying the evaluation code of your model card into a python script and running it. Make sure to note -the final result on the model card. +the final result on the model card **both** under the YAML tags at the very top **and** below your evaluation code under "Test Results". ## Rules of training and evaluation