How to use Tinman-Lab/Tinman-gemma4-companion-sft with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Tinman-Lab/Tinman-gemma4-companion-sft", dtype="auto")
How to fix it?