# flake8: noqa
# There's no way to ignore "F401 '...' imported but unused" warnings in this
# module, but to preserve other warnings. So, don't check this module at all.

# Copyright 2020 The HuggingFace Team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

from . import (
    albert,
    auto,
    bart,
    barthez,
    bartpho,
    beit,
    bert,
    bert_generation,
    bert_japanese,
    bertweet,
    big_bird,
    bigbird_pegasus,
    blenderbot,
    blenderbot_small,
    byt5,
    camembert,
    canine,
    clip,
    convbert,
    cpm,
    ctrl,
    deberta,
    deberta_v2,
    deit,
    detr,
    dialogpt,
    distilbert,
    dpr,
    electra,
    encoder_decoder,
    flaubert,
    fnet,
    fsmt,
    funnel,
    gpt2,
    gpt_neo,
    gptj,
    herbert,
    hubert,
    ibert,
    imagegpt,
    layoutlm,
    layoutlmv2,
    layoutxlm,
    led,
    longformer,
    luke,
    lxmert,
    m2m_100,
    marian,
    mbart,
    mbart50,
    megatron_bert,
    megatron_gpt2,
    mluke,
    mmbt,
    mobilebert,
    mpnet,
    mt5,
    openai,
    pegasus,
    perceiver,
    phobert,
    prophetnet,
    qdqbert,
    rag,
    reformer,
    rembert,
    retribert,
    roberta,
    roformer,
    segformer,
    sew,
    sew_d,
    speech_encoder_decoder,
    speech_to_text,
    speech_to_text_2,
    splinter,
    squeezebert,
    t5,
    tapas,
    transfo_xl,
    trocr,
    unispeech,
    unispeech_sat,
    vision_encoder_decoder,
    vision_text_dual_encoder,
    visual_bert,
    vit,
    wav2vec2,
    wav2vec2_phoneme,
    wav2vec2_with_lm,
    wavlm,
    xlm,
    xlm_prophetnet,
    xlm_roberta,
    xlnet,
)
