mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
remove wrong copy
This commit is contained in:
parent
1865eb330a
commit
32cd8d2c0d
@ -854,7 +854,6 @@ class XmodPreTrainedModel(PreTrainedModel):
|
||||
"""
|
||||
)
|
||||
class XmodModel(XmodPreTrainedModel):
|
||||
# Copied from transformers.models.clap.modeling_clap.ClapTextModel.__init__ with ClapText->Xmod
|
||||
def __init__(self, config, add_pooling_layer=True):
|
||||
r"""
|
||||
add_pooling_layer (bool, *optional*, defaults to `True`):
|
||||
|
Loading…
Reference in New Issue
Block a user