Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stanfordnlp/stanza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-25Add a TREE_LSTM node combination method.con_tree_lstm2John Bauer
2022-09-22Transformer stack using MHA instead of LSTM as an option for the transitions ...John Bauer
2022-09-22Save the best_epoch as wellJohn Bauer
2022-09-21Always use trainer.best_f1 instead of keeping a variable best_f1. Otherwise,...John Bauer
2022-09-20Clarify a bit of docJohn Bauer
2022-09-20remove 'lstm' from transition_stack and constituent_stack, since any updated ...John Bauer
2022-09-20Add a split_size flag to make_lm_data.py to accommodate languages with smalle...John Bauer
2022-09-20Fix up the broken None args.output featureJohn Bauer
2022-09-19Add a bit of doc to LSTMTreeStack.__init__John Bauer
2022-09-19Refactor output() for the lstm_stacks. This makes it easier to refactor a ne...John Bauer
2022-09-19Comment on something that can be removed laterJohn Bauer
2022-09-19Also refactor a constituent_lstm_stack. The unary transitions are a little w...John Bauer
2022-09-19Refactor the LSTM for the Transitions to a separate class. Will make it simp...John Bauer
2022-09-17Use the same lstm layer for transitions as well as constituentsJohn Bauer
2022-09-17Restrict MultilingualPipeline to only load a few models. Will hopefully save...John Bauer
2022-09-17Maybe save a little GPU memory (fragmentation, at least) by reusing some larg...John Bauer
2022-09-17Try some option combinations which will hopefully make the models take up les...John Bauer
2022-09-17Also test sentence_boundary_vectors==none for the different transition embedd...John Bauer
2022-09-17Transition start should be the same as the embedding dim, not the hidden dim ...John Bauer
2022-09-17Save a best_f1 with the models so that we only resave a model when restarting...John Bauer
2022-09-16Add a small bit of docJohn Bauer
2022-09-16Three lists appears slightly faster than one list of tuplesJohn Bauer
2022-09-16Update tokenizer to use int64 for indices into an Embedding?John Bauer
2022-09-16Add a Hebrew charlmJohn Bauer
2022-09-16Each of these arguments should now be baked into every model we released in 1...John Bauer
2022-09-15Log notes about missing grad when using watch_regexJohn Bauer
2022-09-15Bump version number to release a few small changesHEADv1.4.2mainJohn Bauer
2022-09-15normalize and sort dependencies, add transformers extra (#1124)Nicholas Bollweg
2022-09-15Hide the imports of SiLU and Mish from older versions of torch. #1120John Bauer
2022-09-153.9 is a supported version of python nowJohn Bauer
2022-09-15Stop requiring pytest for all installations. Instead we hopefully can hopefu...John Bauer
2022-09-15Switch dict + list to OrderedDictJohn Bauer
2022-09-14Update a couple versions in the README.md to better reflect reality - we supp...John Bauer
2022-09-14Squeeze a little bit more - only use depparse in the depparse pipelinev1.4.1John Bauer
2022-09-14Turn some multilingual pipeline tests into fixtures. Again, should save memoryJohn Bauer
2022-09-14Turn some pipelines getting built over and over into fixtures. Will make the...John Bauer
2022-09-14Now there should be POS models which match the PL charlms as wellJohn Bauer
2022-09-14Simpler way to have PL charlm specific for NERJohn Bauer
2022-09-14Try to reduce the scope on various pipelines to make the test suite less like...John Bauer
2022-09-14Lower log level on some messages we don't want written to the pipelineJohn Bauer
2022-09-14Oops, bugfix. Otherwise you get the whole dictionary for a language/model pa...John Bauer
2022-09-13Temporarily don't include charlm in the POS models for PL - those haven't ret...John Bauer
2022-09-13Add charlm to the sentiment dependencies when building resources.jsonJohn Bauer
2022-09-13PL now has an NER modelJohn Bauer
2022-09-13Add a couple sentiment models for v1.4.1John Bauer
2022-09-13Add a tool to evaluate treebanks that are written out by a parser, such as wh...John Bauer
2022-09-13Refactor a little bit. Make it so the scoring interface can handle either sc...John Bauer
2022-09-13Default trees written with format _OJohn Bauer
2022-09-12Don't double save_dir if the user gives save_dir as part of the model filenameJohn Bauer
2022-09-12Fix remove_optimizer modeJohn Bauer