mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-15 21:01:19 +00:00
* [WIP] Add FLAVA model This PR aims to add [FLAVA](ihttps://arxiv.org/abs/2112.04482) model to the transformers repo. Following checklist delineates the list of things to be done for this PR to be complete: [x] Flava init [x] Flava base models [x] Flava layers [x] Flava Configs [x] Flava encoders [x] Flava pretraining models [ ] Flava classification/retrieval models (To be added in a separate PR) [x] Documentation updates [x] Imports updates [x] Argstring updates [x] Flava pretrained checkpoints [x] Flava tests [x] Flava processors [x] Sanity check [x] Lint |
||
|---|---|---|
| .. | ||
| 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_deprecated.py | ||
| notification_service_doc_tests.py | ||
| prepare_for_doc_test.py | ||
| print_env_pt.py | ||
| release.py | ||
| tests_fetcher.py | ||
| update_metadata.py | ||