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-10-26Dumping out useless print statements and import statementsaws_sagemaker_toolingSecroLoL
2022-10-26Adding basic test file and supplementary folder for AWS labeling trackerSecroLoL
2022-09-19Added sub mapping to task list in case no worker mapAlex Shan
2022-09-18Script to track labeling tasks from aws sagemaker private workforceAlex Shan
2022-08-18Default loading a language in MultilingualPipeline to load the language based...John Bauer
2022-08-18Add a tool to convert from an AMT annotation file to a bio/json NER file for ...John Bauer
2022-08-18Refactor a method and read/write files in utf-8 to support WindowsJohn Bauer
2022-08-18Add a brief comment on beta2John Bauer
2022-08-17Add a couple more nonlinearity options. Simplify the creation of the nonline...John Bauer
2022-08-17Fix some doc and some defaultsJohn Bauer
2022-08-17Move the LayerNorm outside of the positional encodings. Set the d_model used...John Bauer
2022-08-17Use .expand instead of .broadcast_tensors - will allow for timing tensors of ...John Bauer
2022-08-17Add a projection to a smaller dimension to the lattn inputsJohn Bauer
2022-08-17Add a preparation script for Masakhane NERJohn Bauer
2022-08-16Give a more useful error for a blank CLASSPATHJohn Bauer
2022-08-15Oops, need to set the DEBUG level before making the model to see the debug li...John Bauer
2022-08-15Merge pull request #1098 from stanfordnlp/sentiment_lstmJohn Bauer
2022-08-15Add a couple notes on the updated classifier modelJohn Bauer
2022-08-15Output certain useful logging messages at training time, but not at pipeline ...John Bauer
2022-08-152d conv. Uses the width of a conv feature to rescale the outputsentiment_lstmJohn Bauer
2022-08-14Begin writing a test for the classifierJohn Bauer
2022-08-14Make the directories for a classifier model instead of just failing to save a...John Bauer
2022-08-14Refactor load & build (TODO: put this in a separate Trainer object)John Bauer
2022-08-14Default to sum, since the extra word vectors generally helpJohn Bauer
2022-08-14Add maxpool_width as an option to the cnn_classifier.pyJohn Bauer
2022-08-14Add LSTM as an option in the classifierJohn Bauer
2022-08-11turn on exist_ok to guard against race conditions in os.makedirsJohn Bauer
2022-08-11Make sure a short_name uses the lcode instead of the full language nameJohn Bauer
2022-08-11Add two to three letter conversion for better compatibility with Masakhane NERJohn Bauer
2022-08-11canonicalize the casing on treebank namesJohn Bauer
2022-08-11Add a method to convert either a short name or an unexpected casing to the ca...John Bauer
2022-08-11i forgot what this was supposed to do, so i added some doc once i figured it outJohn Bauer
2022-08-11vertically stripe the short names and full namesJohn Bauer
2022-08-11Add some language codes found in Masakhane NER which are not already in our s...John Bauer
2022-08-10refactor calculating the checkpoint names - will be reused elsewhereJohn Bauer
2022-08-10A couple notes on other options in the conparser trainingJohn Bauer
2022-08-10Dropping a reference will hopefully save some GPU memoryJohn Bauer
2022-08-10add NER and charlm for KazakhJohn Bauer
2022-08-10Get vocab from either original charlm format or new charlm + optimizer format...John Bauer
2022-08-10One last eval on the last epoch of training. Otherwise the last bit of work ...John Bauer
2022-08-09Add a conversion for the publicly available kazNERD dataset for KazakhArman Aydin
2022-08-08Read <unk> vectors into the UNK_ID row of the embeddingJohn Bauer
2022-08-08Add default treebank for lij (Ligurian) to prepare_resourcesJohn Bauer
2022-08-08Add expected xpos vocabs for the tiny treebanksJohn Bauer
2022-08-08In the event of a UD dataset which has a very small train set and aJohn Bauer
2022-08-08Set up the command line version of convert_it_vit to output debug info for a ...John Bauer
2022-08-08config=args for all wandb.init callsJohn Bauer
2022-08-08Improve wandb integration of charlmJohn Bauer
2022-08-07Another VIT linkJohn Bauer
2022-08-07Add a link to a paper for VIT. Update the message regarding how to get the V...John Bauer