Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Commit History
Message Author SHA1 Date
Adding SQuAD 2.0 support   Jacob Devlin 5 years ago
Merge pull request #120 from qwfy/master   Jacob Devlin 5 years ago
Define initialized_variable_names even if init_checkpoint is None   Incomplete 5 years ago
Merge pull request #93 from artemisart/fix-test   Jacob Devlin 5 years ago
fix test   Mathis Chenuet 5 years ago
Running through pyformat to meet Google code standards   Jacob Devlin 5 years ago
Merge pull request #79 from BogdanDidenko/backward_convert   Jacob Devlin 5 years ago
return API method "convert_tokens_to_ids(vocab, tokens)" and add "convert_ids_to_tokens(inv_vocab, ids)"   Bogdan Didenko 5 years ago
Fixing comment   Jacob Devlin 5 years ago
Fixing bug introducing in classification   Jacob Devlin 5 years ago
Add method for converting ids to tokens.   Bogdan Didenko 5 years ago
Update README to clarify feature extraction   Jacob Devlin 5 years ago
Merge pull request #68 from cbockman/patch-1   Jacob Devlin 5 years ago
Updating chainer FAQ   Jacob Devlin 5 years ago
Fixing CoLA predict mode   Jacob Devlin 5 years ago
Merge pull request #76 from zrcahyx/master   Jacob Devlin 5 years ago
Fixing python2 logging for extract_features.py   Jacob Devlin 5 years ago
fix predict example label map error   Ruchen Zhang 5 years ago
Merge pull request #69 from aijunbai/fix   Jacob Devlin 5 years ago
fixed predict mode APIs miss-usages   Aijun Bai 5 years ago
Update modeling.py   cbockman 5 years ago
fix to model variable scope   cbockman 5 years ago
Merge pull request #56 from abhishekraok/support_predictor   Jacob Devlin 5 years ago
Rename inference mode inputs from predict to test   Abhishek Rao 5 years ago
Fixing typo filed -> file   Jacob Devlin 5 years ago
Match indentation of the project   Abhishek Rao 5 years ago
Fix comments and remove unused variable   Abhishek Rao 5 years ago
Fix function keyword for EstimatorSpec   Abhishek Rao 5 years ago
Merge branch 'support_predictor' of https://github.com/abhishekraok/bert into support_predictor   Abhishek Rao 5 years ago
Change predict output to tsv   Abhishek Rao 5 years ago