Spaces:
Sleeping
Sleeping
Commit
·
5ba6bf7
1
Parent(s):
91bb663
Update app.py
Browse files
app.py
CHANGED
@@ -44,12 +44,12 @@ def construct_model_name(
|
|
44 |
base += "-cd45rb"
|
45 |
|
46 |
base += f"-{attention_heads_num}ah"
|
|
|
|
|
47 |
|
48 |
if attention_heads_num == 1:
|
49 |
base += "-corrected"
|
50 |
|
51 |
-
base += f"-{enc_dec_layers}l"
|
52 |
-
|
53 |
if d_model != 256:
|
54 |
base += f"-{d_model}d"
|
55 |
|
|
|
44 |
base += "-cd45rb"
|
45 |
|
46 |
base += f"-{attention_heads_num}ah"
|
47 |
+
|
48 |
+
base += f"-{enc_dec_layers}l"
|
49 |
|
50 |
if attention_heads_num == 1:
|
51 |
base += "-corrected"
|
52 |
|
|
|
|
|
53 |
if d_model != 256:
|
54 |
base += f"-{d_model}d"
|
55 |
|