Skip to content

Commit

Permalink
Recreation of interpret model with performance from paper
Browse files Browse the repository at this point in the history
  • Loading branch information
gangeli committed May 16, 2013
1 parent 2472fc0 commit abc27b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified dist/interpretModel.ser.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions run
Expand Up @@ -48,7 +48,7 @@ env!(
'2', #G n^3 + V k logk combined mult/merge (special case of 3)
'3'), #G n^3 + |D_max| k logk lazy evaluation
o('rulePrior', 0.001),
o('lexPrior', 0.00001),
o('lexPrior', 0.0001),
selo(0,'nilPrior',
'lex',
'uniform',
Expand Down Expand Up @@ -80,15 +80,15 @@ env!(
o('lexNils'),
o('uniformFirstIteration'),
# <training>
o('beam', 5000), #1500 works well
o('beam', 1500), #1500 works well
o('iters', 20),
o('scoreBeam', 3),
o('maxSearchTime', 10000),
#<detection>
o('crfFeatureFactory','time.TRIPSFeatures'),
#<params>
o('useTime'),
o('pruneTime', 10000),
o('pruneTime', 1000),
o('pruneMinIndex',100),
o('includeTimeProb'),
# o('functionalUnboundedRange'), # BROKEN
Expand Down

0 comments on commit abc27b9

Please sign in to comment.