Using bigrams; clear text; more passes
This commit is contained in:
parent
0c97fbd451
commit
ccc9b8fe8c
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
||||
seed=123456789
|
||||
CONFIG=--passes 18 -b 16 --random_seed $(seed) --link logistic --loss_function logistic -k --cache_file vw-meta-cashe
|
||||
CONFIG=--passes 20 -b 16 --random_seed $(seed) --link logistic --loss_function logistic -k --cache_file vw-meta-cashe
|
||||
|
||||
all: dev-0/out.tsv test-A/out.tsv
|
||||
../geval --test-name dev-0/
|
||||
|
Loading…
Reference in New Issue
Block a user