mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-15 21:01:19 +00:00
* Add a TF in-graph tokenizer for BERT * Add from_pretrained * Add proper truncation, option handling to match other tokenizers * Add proper imports and guards * Add test, fix all the bugs exposed by said test * Fix truncation of paired texts in graph mode, more test updates * Small fixes, add a (very careful) test for savedmodel * Add tensorflow-text dependency, make fixup * Update documentation * Update documentation * make fixup * Slight changes to tests * Add some docstring examples * Update tests * Update tests and add proper lowercasing/normalization * make fixup * Add docstring for padding! * Mark slow tests * make fixup * Fall back to BertTokenizerFast if BertTokenizer is unavailable * Fall back to BertTokenizerFast if BertTokenizer is unavailable * make fixup * Properly handle tensorflow-text dummies |
||
|---|---|---|
| .. | ||
| test_module | ||
| tf_ops | ||
| check_config_docstrings.py | ||
| check_copies.py | ||
| check_dummies.py | ||
| check_inits.py | ||
| check_repo.py | ||
| check_table.py | ||
| check_tf_ops.py | ||
| custom_init_isort.py | ||
| documentation_tests.txt | ||
| download_glue_data.py | ||
| get_modified_files.py | ||
| notification_service.py | ||
| notification_service_doc_tests.py | ||
| prepare_for_doc_test.py | ||
| print_env.py | ||
| release.py | ||
| sort_auto_mappings.py | ||
| tests_fetcher.py | ||
| update_metadata.py | ||