Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add adapter support to BEiT #428

Merged

Commits on Oct 2, 2022

  1. Committer: Jannik Brinkmann

     On branch add-adapter-support-to-beit
     Changes to be committed:
    	modified:   src/transformers/__init__.py
    	modified:   src/transformers/adapters/__init__.py
    	modified:   src/transformers/adapters/head_utils.py
    	new file:   src/transformers/adapters/mixins/beit.py
    	modified:   src/transformers/adapters/models/auto/adapter_model.py
    	new file:   src/transformers/adapters/models/beit/__init__.py
    	new file:   src/transformers/adapters/models/beit/adapter_model.py
    	modified:   src/transformers/adapters/wrappers/configuration.py
    	modified:   src/transformers/models/beit/modeling_beit.py
    	new file:   tests_adapters/test_beit.py
    INES: Doktorand committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    b8835c7 View commit details
    Browse the repository at this point in the history
  2. Committer: Jannik Brinkmann

     On branch add-adapter-support-to-beit
     Changes to be committed:
    	new file:   adapter_docs/classes/models/beit.rst
    INES: Doktorand committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    c16202f View commit details
    Browse the repository at this point in the history
  3. Committer: Jannik Brinkmann

     On branch add-adapter-support-to-beit
     Changes to be committed:
    	modified:   src/transformers/adapters/mixins/beit.py
    	modified:   src/transformers/adapters/models/beit/adapter_model.py
    	modified:   src/transformers/models/beit/modeling_beit.py
    	modified:   tests_adapters/test_beit.py
    INES: Doktorand committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    dc58d79 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Committer: Jannik Brinkmann

     On branch add-adapter-support-to-beit
     Changes to be committed:
    	modified:   adapter_docs/index.rst
    	modified:   adapter_docs/model_overview.md
    	modified:   utils/check_adapters.py
    INES: Doktorand committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    2b52a9e View commit details
    Browse the repository at this point in the history