Skip to content

Commit

Permalink
add 1x1 config for transformer xl
Browse files Browse the repository at this point in the history
  • Loading branch information
reiase committed Sep 26, 2023
1 parent 36e18b0 commit 95b2b44
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from config_common import *

train_batch_size = 60
eval_batch_size = 60

seed = 42

0 comments on commit 95b2b44

Please sign in to comment.