polejowska commited on
Commit
38c9666
·
1 Parent(s): f3d36fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -52,8 +52,8 @@ def construct_model_name(
52
 
53
  base += f"-{enc_dec_layers}l"
54
 
55
- # if attention_heads_num == 1:
56
- # base += "-corrected"
57
 
58
  if d_model != 256:
59
  base += f"-{d_model}d"
 
52
 
53
  base += f"-{enc_dec_layers}l"
54
 
55
+ if attention_heads_num == 1:
56
+ base += "-corrected"
57
 
58
  if d_model != 256:
59
  base += f"-{d_model}d"