Unverified Commit af6125ff authored by Patrick von Platen's avatar Patrick von Platen Committed by GitHub
Browse files

Update FINE_TUNE_XLSR_WAV2VEC2.md

parent 5aaf6e14
...@@ -273,7 +273,7 @@ All these questions should be answered in a model card which is the first thing ...@@ -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}`. visiting your model on the hub under `https://huggingface.co/{your_username}/{your_modelname}`.
**Note**: **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. account for the final evaluation.
### How to create the readme ### How to create the readme
...@@ -425,7 +425,7 @@ Your model in then available under *huggingface.co/{your_username}/{your_chosen_ ...@@ -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 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 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 ## Rules of training and evaluation
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment