mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-13 05:07:03 +03:00
Fix defaults
This commit is contained in:
parent
5d09e3e154
commit
4b82882767
|
@ -52,7 +52,7 @@ path = ${paths.train}
|
||||||
# data is passed in sentence-by-sentence via some prior preprocessing.
|
# data is passed in sentence-by-sentence via some prior preprocessing.
|
||||||
gold_preproc = false
|
gold_preproc = false
|
||||||
# Limitations on training document length
|
# Limitations on training document length
|
||||||
max_length = 2000
|
max_length = 0
|
||||||
# Limitation on number of training examples
|
# Limitation on number of training examples
|
||||||
limit = 0
|
limit = 0
|
||||||
|
|
||||||
|
@ -64,7 +64,7 @@ path = ${paths.dev}
|
||||||
# data is passed in sentence-by-sentence via some prior preprocessing.
|
# data is passed in sentence-by-sentence via some prior preprocessing.
|
||||||
gold_preproc = false
|
gold_preproc = false
|
||||||
# Limitations on training document length
|
# Limitations on training document length
|
||||||
max_length = 2000
|
max_length = 0
|
||||||
# Limitation on number of training examples
|
# Limitation on number of training examples
|
||||||
limit = 0
|
limit = 0
|
||||||
|
|
||||||
|
@ -88,9 +88,4 @@ L2 = 0.01
|
||||||
grad_clip = 1.0
|
grad_clip = 1.0
|
||||||
use_averages = false
|
use_averages = false
|
||||||
eps = 1e-8
|
eps = 1e-8
|
||||||
|
learn_rate = 0.001
|
||||||
[training.optimizer.learn_rate]
|
|
||||||
@schedules = "warmup_linear.v1"
|
|
||||||
warmup_steps = 250
|
|
||||||
total_steps = 20000
|
|
||||||
initial_rate = 0.001
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user