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-08-31Refactor a bunch of data manipulation methods to data.pyJohn Bauer
2022-08-31This should be a RuntimeError, not a generic ExceptionJohn Bauer
2022-08-31Refactor building an optimizerJohn Bauer
2022-08-31Move the loss function to the device w/o a call to cuda()John Bauer
2022-08-31Rearrange all classifier args to be part of classifier.pyJohn Bauer
2022-08-31Refactor building the argparse for classifierJohn Bauer
2022-08-31recommend madgrad for default optimizerJohn Bauer
2022-08-30Add support for elmoformanylangs to sentimentJohn Bauer
2022-08-30More details log lines when saving a new best model in the classifierJohn Bauer
2022-08-30Add madgrad as an option, although none of the parameters have been CVed for ...John Bauer
2022-08-27move the HiNER dataset to under hindi/John Bauer
2022-08-27log weighted F1, specifically for comparison to the HiNER datasetJohn Bauer
2022-08-27Add a weighted f1 to the confusion matrix calculationsJohn Bauer
2022-08-27simple test of macro f1 result in confusion matrixJohn Bauer
2022-08-27Flesh out the errors a bit & add a line for '...' when we integrate the lates...John Bauer
2022-08-26Can bring the it_vit test back to life now that corenlp 4.5.0 is outJohn Bauer
2022-08-26Grad clipping in the constituency parser. Not a clear benefit yet, so just l...John Bauer
2022-08-26Restart training with the pieces inside a constituency model rather than usin...John Bauer
2022-08-26Fix run_ner.py after the earlier refactoringJohn Bauer
2022-08-25Oops, need to increment this line_idx as wellJohn Bauer
2022-08-25Refactor another call to ud_scoresJohn Bauer
2022-08-25Restore the functionality of the ETE (was broken after adding charlm to pos a...John Bauer
2022-08-25fix typoJohn Bauer
2022-08-25Refactor call to ud_scoresJohn Bauer
2022-08-25Add a flag to output all the NER results to a file when evaluatingJohn Bauer
2022-08-25Add a simple test of ner_tagger.evaluate()John Bauer
2022-08-25Reorganize confusion matrix to keep similar entities near each otherJohn Bauer
2022-08-25Add line numbers to the conll eval script (will propagate these changes back ...John Bauer
2022-08-25Improve logging of a bunch of errors in our internal conversion of conll file...John Bauer
2022-08-23Another attempt at xlnet masksJohn Bauer
2022-08-23Notes on a couple updates to defaultsJohn Bauer
2022-08-23Reorganize --optim flag to under the optimizer parametersJohn Bauer
2022-08-23Make momentum an argument for the optimizerJohn Bauer
2022-08-22Add the ability to add a list of filter output sizes instead of just one-size...John Bauer
2022-08-22this comment was todoneJohn Bauer
2022-08-21A very low learning rate seems to work well for madgrad on en_wsjJohn Bauer
2022-08-21Add a bit of documentation to the process method of a semgrex contextJohn Bauer
2022-08-21Add a bit more doc about the newer versionJohn Bauer
2022-08-21Update to an even newer version of VITJohn Bauer
2022-08-20Open files as utf-8 - will help Windows, although there are later hassles for...John Bauer
2022-08-20Hide the Thai imports - only relevant if people use the thai datasetsJohn Bauer
2022-08-20Wrapper for converting Spanish TASS2020 for sentimentJohn Bauer
2022-08-20Add a test for not capturing . at the end of a sentence if it was part of an ...John Bauer
2022-08-20Always read strings for labels when reading a classifier datasetJohn Bauer
2022-08-20Ignore punc as part of the labelsJohn Bauer
2022-08-20Add flags to the convert_amt script to ignore or remap certain labelsJohn Bauer
2022-08-20Create the output directory if it doesn't already existJohn Bauer
2022-08-19Add a little docJohn Bauer
2022-08-19Oops, finish an incomplete commentJohn Bauer
2022-08-18Default loading a language in MultilingualPipeline to load the language based...John Bauer