dchaplinsky commited on
Commit
d5bf124
1 Parent(s): 9c2cbc6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ The characters dictionary used for training is in `flair_dictionary.pkl` file
25
 
26
  The model params are:
27
  ```python
28
- is_forward_lm=True,
29
  hidden_size=2048,
30
  sequence_length=250,
31
  mini_batch_size=1024,
 
25
 
26
  The model params are:
27
  ```python
28
+ is_forward_lm=False,
29
  hidden_size=2048,
30
  sequence_length=250,
31
  mini_batch_size=1024,