Alina Lozovskaia commited on
Commit
64b7504
1 Parent(s): 57c0f9d

updated submission page

Browse files
Files changed (1) hide show
  1. src/display/about.py +1 -0
src/display/about.py CHANGED
@@ -205,6 +205,7 @@ When we add extra information about models to the leaderboard, it will be automa
205
  ### 5) Select the correct precision
206
  Not all models are converted properly from `float16` to `bfloat16`, and selecting the wrong precision can sometimes cause evaluation error (as loading a `bf16` model in `fp16` can sometimes generate NaNs, depending on the weight range).
207
 
 
208
  ## Model types
209
  {icons}
210
  """
 
205
  ### 5) Select the correct precision
206
  Not all models are converted properly from `float16` to `bfloat16`, and selecting the wrong precision can sometimes cause evaluation error (as loading a `bf16` model in `fp16` can sometimes generate NaNs, depending on the weight range).
207
 
208
+ <b>Note:</b> Please be advised that when submitting, git <b>branches</b> and <b>tags</b> will be strictly tied to the <b>specific commit</b> present at the time of submission. This ensures revision consistency.
209
  ## Model types
210
  {icons}
211
  """