Spaces:
Sleeping
Sleeping
Commit
·
38c9666
1
Parent(s):
f3d36fa
Update app.py
Browse files
app.py
CHANGED
@@ -52,8 +52,8 @@ def construct_model_name(
|
|
52 |
|
53 |
base += f"-{enc_dec_layers}l"
|
54 |
|
55 |
-
|
56 |
-
|
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"
|