How to use recursionpharma/OpenPhenom with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="recursionpharma/OpenPhenom", trust_remote_code=True)
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("recursionpharma/OpenPhenom", trust_remote_code=True, dtype="auto")
Hi, thanks for sharing this model! Could you please clarify what preprocessing pipeline was applied to JUMP-CP images? They seem to be slightly different from RxRx3 images.
· Sign up or log in to comment