From 68a32159494c3cd625e57c326ebe795795150a5e Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Fri, 19 Mar 2021 00:27:40 +0300 Subject: [PATCH] Update FINE_TUNE_XLSR_WAV2VEC2.md --- .../research_projects/wav2vec2/FINE_TUNE_XLSR_WAV2VEC2.md | 8 ++++++-- 1 file changed, 6 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 3cf5e61044..aef0386a71 100644 --- a/examples/research_projects/wav2vec2/FINE_TUNE_XLSR_WAV2VEC2.md +++ b/examples/research_projects/wav2vec2/FINE_TUNE_XLSR_WAV2VEC2.md @@ -170,8 +170,12 @@ account for the final evaluation. ### How to create the readme -The model card is written in markdown (`.md`) and should be added by simply clicking on the "Add model card" button which is found on the top right corner. You are encouraged to copy-paste the following template into your model card. **Make sure that** instead of copying the output of the markdown file you copy -the **raw** version of the following part. To get the raw version of this file, simply click on "raw" and copy everything below the marker. +The model card is written in markdown (`.md`) and should be added by simply clicking on the "Add model card" button which is found on the top right corner. +You are encouraged to copy-paste the following template into your model card. + +**Make sure that** instead of copying the output of the markdown file you copy the **raw** version of the following part. + +To get the raw version of this file, simply click on "raw" and copy everything below the marker. Make sure that you read and consequently remove all #TODO: statements from the model card. <======================Copy **raw** version from here=========================