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-10Use the last word piece instead of the firstvi_bert_lastJohn 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
2022-11-01lattn_partitioned == False should affect the input proj dimension as wellJohn Bauer
2022-11-01Add an argument for partitioning / not partitioning lattnJohn Bauer
2022-11-01Oops, this was incorrectJohn Bauer
2022-11-01Log some stats after all models are created for training (move the log line)John Bauer
2022-11-01Use some words from the silver dataset (currently |gold| words are added, eve...John Bauer
2022-10-31Add a suffix argument to the renormalize scriptJohn Bauer
2022-10-31Script to renormalize Vietnamese diacriticsJohn Bauer
2022-10-30Add a separate argument for --silver_epoch_size, just in case people want thatJohn Bauer
2022-10-30Add notes on silver words for the delta embeddingJohn Bauer
2022-10-30Since we just ran into a bug where checkpoints were not correctly loaded, add...John Bauer
2022-10-30update commentJohn Bauer
2022-10-30Track how many batches a model gets trained for. Backdoor test for the silve...John Bauer
2022-10-30Rough draft of using silver trees.John Bauer
2022-10-29Move uses_xpos() to the model itself, add it Ensemble. Will make it easier t...John Bauer
2022-10-29Try smaller chunks for the parse_text. One giant chunk ran out of GPUJohn Bauer
2022-10-29Add a couple hopefully helpful log lines to the parse_text operationJohn Bauer
2022-10-29Connect model ensembles to the predict_text functionalityJohn Bauer
2022-10-29oops, model was supposed to be set to eval() when run in predict_text modeJohn Bauer