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
2021-12-14Add a loss to make the model try to approximate what the classifier would lik...con_self_ganJohn Bauer
2021-12-14Don't crash if len(pred_batch) == 0John Bauer
2021-12-14Stub for treating the classifier as a ganJohn Bauer
2021-12-14Attempt to train the classifier with the parser's best and a random walk nega...John Bauer
2021-12-14Rerank the top K based on the results of the classifier. Needs workJohn Bauer
2021-12-14Rename to make this more readableJohn Bauer
2021-12-14Add a useful log lineJohn Bauer
2021-12-147/8ths done? results aren't good yetJohn Bauer
2021-12-14Separate out two parameter groups for different weight_decay valuesJohn Bauer
2021-12-14Rename for better readabilityJohn Bauer
2021-12-14TypoJohn Bauer
2021-12-143/4 finished?John Bauer
2021-12-14Half-finishedJohn Bauer
2021-12-14Build a classifier layer for in/out (not yet used)John Bauer
2021-12-14Initial version of a script to process some IT datasetsJohn Bauer
2021-12-14Refactor linear initializationJohn Bauer
2021-12-13Add a line for using a Chinese Roberta from HITJohn Bauer
2021-12-10Better to catch Exception and not BaseExceptionJohn Bauer
2021-12-10Add some more descriptive error messages and types to prepare_ner_dataset and...John Bauer
2021-12-10Move a bunch of tests to more appropriate homesJohn Bauer
2021-12-10If the response encoding isn't set, assume utf-8. Helps on WindowsJohn Bauer
2021-12-06Refactor a block of train_one_batchJohn Bauer
2021-12-06tqdm the num_generateJohn Bauer
2021-12-05Separate out the building of output_layersJohn Bauer
2021-12-05Refactor the training step a little bit - no need to pass this informationJohn Bauer
2021-12-01Remove empty documents and empty chunks when building selftrain datasetsJohn Bauer
2021-12-01Unfinished prototype kbest. Produces extra parses by sometimes takingJohn Bauer
2021-12-01Prototype process single fileJohn Bauer
2021-11-30Add rho as a command line parameter for adadelta optimizersJohn Bauer
2021-11-28Update the default weight decay for adadelta and add some comments whyJohn Bauer
2021-11-26Refactor the wiki selftrain script so most of the pieces can be reused for vi...John Bauer
2021-11-25Don't hide file counter even if we're redirecting to a fileJohn Bauer
2021-11-25Use the disable flag instead of making our own crippled tqdmJohn Bauer
2021-11-25num_sentences should be an intJohn Bauer
2021-11-25Add an arg to not shuffle, fix a bug in the file collectionJohn Bauer
2021-11-25When building wiki self-training: Recursively traverse the directory, the...John Bauer
2021-11-24A tiny bit of docJohn Bauer
2021-11-23Get the default pretrain for a conparser or ner model from the resourcesJohn Bauer
2021-11-23Add one docJohn Bauer
2021-11-22Minor doc improvementJohn Bauer
2021-11-22Merge pull request #885 from stanfordnlp/con_self_attnJohn Bauer
2021-11-22Try a sinusoidal encoding so we don't need a maxlenJohn Bauer
2021-11-20Create N different layers instead of copying the same layer, which may result...John Bauer
2021-11-20Allow for the possibility of turning off pattnJohn Bauer
2021-11-20A bit of docJohn Bauer
2021-11-20Constituency parser: Self-Attention (#877)hungbui0411
2021-11-20A rather simple script to retag an existing treebank using the stanza POS and...John Bauer
2021-11-20Somewhat unhelpful addition to the oracleJohn Bauer
2021-11-20Attempt AdaBelief and madgrad optimizers (requires a separate install)John Bauer
2021-11-20Order the items in a constituency query correctly. Fixes #882John Bauer