Upgrade to v0.2.0: Modular architecture, skill_encoder_v2 support, and model fallback a30026f
Clementina Tom (via Gemini) commited on
How to use Clementio/PLRS with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Clementio/PLRS", dtype="auto")