MCPcopy Create free account
hub / github.com/microsoft/LoRA / EncoderDecoderModel

Class EncoderDecoderModel

examples/NLU/src/transformers/utils/dummy_pt_objects.py:1123–1129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1121
1122
1123class EncoderDecoderModel:
1124 def __init__(self, *args, **kwargs):
1125 requires_pytorch(self)
1126
1127 @classmethod
1128 def from_pretrained(self, *args, **kwargs):
1129 requires_pytorch(self)
1130
1131
1132FLAUBERT_PRETRAINED_MODEL_ARCHIVE_LIST = None

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…