Commit Graph

3059 Commits

Author SHA1 Message Date
Matthew Honnibal
8be231d490 Tmp. Working on NN NER. 2016-09-08 13:00:24 +02:00
Matthew Honnibal
b3b180010b Tmp. Working on NN NER. 2016-09-08 13:00:13 +02:00
Matthew Honnibal
7c7a05a466 Fix bin/parser/train 2016-09-05 01:44:30 +02:00
Matthew Honnibal
cf2131d649 Decay learn rate for parser 2016-09-04 16:57:10 +02:00
Matthew Honnibal
2bfe184692 Fiddle with nll loss in parser 2016-09-04 16:56:47 +02:00
Matthew Honnibal
ed23476c82 Insert into vocab, and print nr_weight and nr_feat 2016-09-01 10:45:06 +02:00
Matthew Honnibal
b73295557c Fix regression on cost 2016-08-30 11:00:27 +02:00
Matthew Honnibal
1a1b2f9174 Restore use of Example object in parser.train 2016-08-29 14:26:43 +02:00
Matthew Honnibal
14f3da2a2e Fix set_features on _neural 2016-08-29 14:26:07 +02:00
Matthew Honnibal
52d2702782 Fix set_features on tagger 2016-08-29 14:25:22 +02:00
Matthew Honnibal
0c7520dbb7 Update conll_train script 2016-08-29 14:24:30 +02:00
Matthew Honnibal
136a7a2322 Update beam_parser 2016-08-29 14:24:14 +02:00
Matthew Honnibal
c57bf6485d Print dev score before averaging 2016-08-20 04:16:50 +02:00
Matthew Honnibal
be85b7f17f Don't do dropout in NN at the moment 2016-08-10 03:42:09 +02:00
Matthew Honnibal
0fb188c76c Minibatch beam candidates, for faster decoding 2016-08-08 01:38:50 +02:00
Matthew Honnibal
eb145dc1b8 Relax minimum gradient by factor 10. Important for learning 2016-08-08 01:38:06 +02:00
Matthew Honnibal
ad8f851faa Default to 0 gradient noise 2016-08-06 16:23:59 +02:00
Matthew Honnibal
d3b0447898 Fix minimum gradient and beam density 2016-08-06 16:23:42 +02:00
Matthew Honnibal
2db43e9662 Pass parameter for gradient noise 2016-08-05 18:25:38 +02:00
Matthew Honnibal
d1511e816a Shuffle histories in beam parser 2016-08-05 18:25:16 +02:00
Matthew Honnibal
de82552a13 Add config for beam density 2016-08-05 18:24:54 +02:00
Matthew Honnibal
532fa36c13 Add parameter for gradient noise 2016-08-05 18:24:01 +02:00
Matthew Honnibal
a664aa8180 Fix beam_parser for new API 2016-07-31 19:03:10 +02:00
Matthew Honnibal
2f09b041d1 Reset is_valid and costs during beam training 2016-07-31 19:02:45 +02:00
Matthew Honnibal
3e46b491b9 Update call to beam_parser for new thinc API 2016-07-31 11:43:23 +02:00
Matthew Honnibal
86862f3586 Update parser.pyx for new thinc API 2016-07-31 11:43:04 +02:00
Matthew Honnibal
ff36cd43df Fix call to updateC 2016-07-31 11:42:44 +02:00
Matthew Honnibal
e38632003d Save models properly in conll_train.py 2016-07-31 11:42:17 +02:00
Matthew Honnibal
5869f05bd6 Update tagger for new thinc API 2016-07-31 11:41:48 +02:00
Matthew Honnibal
80c2dcd2a3 Merge branch 'july16' of ssh://giga/home/pixie/repos/home-spacy into july16 2016-07-29 19:59:32 +02:00
Matthew Honnibal
25513b8389 Remove use of ExampleC from beam parser 2016-07-29 19:58:49 +02:00
Matthew Honnibal
6b912731f8 Refactor model for beam parser, to avoid conditionals on model type 2016-07-29 19:33:01 +02:00
Matthew Honnibal
a57f337d29 Remove blis from spacy setup 2016-07-29 01:57:13 +02:00
Matthew Honnibal
b997de97f2 Update morphology file 2016-07-29 01:56:56 +02:00
Matthew Honnibal
e749cb96b2 Fix blis import in setup 2016-07-28 22:43:07 +02:00
Matthew Honnibal
f6034d90f0 Merge branch 'master' of ssh://giga/home/pixie/repos/home-spacy into july16 2016-07-27 03:16:05 +02:00
Matthew Honnibal
2dda2ecdbd Merge branch 'master' of ssh://github.com/spacy-io/spaCy into july16 2016-07-27 03:15:36 +02:00
Matthew Honnibal
71ff4bf287 Merge branch 'master' of https://github.com/spacy-io/spaCy 2016-07-27 03:14:27 +02:00
Matthew Honnibal
c2c2738112 Merge branch 'master' of ssh://giga/home/pixie/repos/home-spacy into july16 2016-07-27 03:12:15 +02:00
Matthew Honnibal
68eb49e593 Tmp 2016-07-27 03:11:36 +02:00
Matthew Honnibal
eb8234181c Tmp 2016-07-27 02:56:50 +02:00
Matthew Honnibal
ac63274e15 Tmp 2016-07-27 02:56:36 +02:00
Matthew Honnibal
6a98a3142f More work on beam parser. 2016-07-26 19:13:39 +02:00
Matthew Honnibal
1ee6b468a9 * Adjust arc_eager oracle, so that recovering errors via non-monotonic actions gives negative cost. Need to test this with greedy parser. 2016-07-26 19:12:00 +02:00
Matthew Honnibal
0bf448461e Work on beam parser, with max violation 2016-07-24 14:26:52 +02:00
Matthew Honnibal
a1281835a8 Clean up commented out code from beam parser. 2016-07-24 11:02:39 +02:00
Matthew Honnibal
476977ef62 Start work on max violation update. About to clean up commented out code. 2016-07-24 11:01:54 +02:00
Matthew Honnibal
8b4abc24e3 Fix beam parsing. Starting to work with early update. 2016-07-24 10:45:50 +02:00
Matthew Honnibal
407ed4652d * Work on neural network beam 2016-07-24 10:44:59 +02:00
Matthew Honnibal
27176c3d2f Fix beam parser. Starting to work 2016-07-24 01:14:56 +02:00