torinriley commited on
Commit
a14c9f1
·
verified ·
1 Parent(s): 01507a1

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -5,7 +5,7 @@ def get_config():
5
  "batch_size": 16,
6
  "num_epochs": 40,
7
  "lr": 5e-4,
8
- "seq_len": 256,
9
  "d_model": 512,
10
  "datasource": "opus_books",
11
  "lang_src": "en",
 
5
  "batch_size": 16,
6
  "num_epochs": 40,
7
  "lr": 5e-4,
8
+ "seq_len": 512,
9
  "d_model": 512,
10
  "datasource": "opus_books",
11
  "lang_src": "en",