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-11-13Potentially use a MHA layer in the taggertagger_mhaJohn Bauer
2022-11-13Add a scale to the AddSinusoidalEncodingJohn Bauer
2022-11-13Add AdamW with amsgrad as an optionJohn Bauer
2022-11-13Reload the current best tagger for continued training as an optionJohn Bauer
2022-11-13Add a separate --second_lr flag for when the initial optimizer might work bet...John Bauer
2022-11-13Add adamw as an optimizer optionJohn Bauer
2022-11-13Make the second optimizer a parameterJohn Bauer
2022-11-13Add madgrad as a possible optional dependencyJohn Bauer
2022-11-13Add a weight decay option for the first and second optimizers used in the taggerJohn Bauer
2022-11-12Hopefully fix for the last time the printing of charmodelJohn Bauer
2022-11-12Create output directory if not exists. Add a skeletal argparse for the --hel...John Bauer
2022-11-12Add Adadelta as an optimizer option to the taggerJohn Bauer
2022-11-12Different name in the tagger than in the parser... dangers of cut & paste codeJohn Bauer
2022-11-12Log norms in the tagger - this gets very noisy. Only do it when desperate to...John Bauer
2022-11-11Add a tiny bit of doc to the positional encodingJohn Bauer
2022-11-11Add a simple test of running POS training for a few iterationsJohn Bauer
2022-11-11Turn the split dataset name for vlsp22 into a -x-y format. Makes it easier t...John Bauer
2022-11-11Add notes on a relu vs gelu experimentJohn Bauer
2022-11-11Split the retagging operation into chunks. The tqdm is no longer as smooth, ...John Bauer
2022-11-09Addition of extra nonlinearities for experiments (#1149)Hung Bui
2022-11-09BrokenPipeError is more appropriate - fits the errors that come out of subpro...John Bauer
2022-11-08Slightly update a scoreJohn Bauer
2022-11-08Add a flag to use or not use .xzJohn Bauer
2022-11-07Add a variant of multihead attention where there's one key or one key per labelJohn Bauer
2022-11-07Change convert_pretrain to use argparse so it has a nice --help methodJohn Bauer
2022-11-07More notes on TOP_DOWN experimentsJohn Bauer
2022-11-07Skip blank linesJohn Bauer
2022-11-07Change CompoundUnary to use a constructor similar to the OpenConstituent cons...John Bauer
2022-11-07Update some experiment numbersJohn Bauer
2022-11-07Simplify the operation of unary transitions in the event we are using TOP_DOW...John Bauer
2022-11-07Log the open nodes used in a modelJohn Bauer
2022-11-06Add a flag to remove all sentences which don't fit in a bert tokenizer when p...John Bauer
2022-11-06Add the ability to quiet the loggingJohn Bauer
2022-11-06Update error to ValueError (more appropriate) and log what the unexpected typ...John Bauer
2022-11-06Update log line & allow list of str instead of list of tuplesJohn Bauer
2022-11-05Add some doc on the transition schemesJohn Bauer
2022-11-05Discard Devanagari text from the VI wikipediaJohn Bauer
2022-11-05A couple comments on how the NER training is organizedJohn Bauer
2022-11-05Allow unknown compound transitions composed of known transitions in the dev o...John Bauer
2022-11-05Also chuck some sentences with long wordsJohn Bauer
2022-11-05throw out long JA sentences as well when tokenizing WikipediaJohn Bauer
2022-11-05Specifically exclude one sentence from VI Wikipedia which makes Bert sadJohn Bauer
2022-11-04Refactor the tokenization method from tokenize_wiki.py Reuse it to add an op...John Bauer
2022-11-04AddSinulsoidalEncoding as a moduleJohn Bauer
2022-11-04The tokenization script was changed to account for length and emdash, so it i...John Bauer
2022-11-03Throw out wiki docs of length 2 as well when building a silver datasetJohn Bauer
2022-11-03Add min_len and max_len args to tokenize_wiki.py. Skip one line wiki docs, s...John Bauer
2022-11-02Fix format error in log lineJohn Bauer
2022-11-01slice in a more generic manner when copying model. makes it easier to make f...John Bauer
2022-11-01Set this option in the partitioned test so that it still tests this code path...John Bauer