Tiny PeftModel
This is a minimal model built for unit tests in the TRL library.
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
This is a minimal model built for unit tests in the TRL library.
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("trl-internal-testing/tiny-PeftModel-2", dtype="auto")