Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gaëtan Caillaut
minibert-deft2018
Commits
1c56b558
Commit
1c56b558
authored
Jun 23, 2021
by
Gaëtan Caillaut
Browse files
parse_run_path parse mieux les run camembert
parent
2413e9e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
eval.py
View file @
1c56b558
...
...
@@ -36,7 +36,7 @@ def parse_run_path(s):
"path"
:
s
}
if
run_name
==
"camembert"
:
if
run_name
.
startswith
(
"camembert"
)
:
res
[
"model"
]
=
"camembert"
res
[
"d"
]
=
768
res
[
"attention"
]
=
"multi-head attention"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment