add weights 1f7f08e
shonenkov commited on
How to use ai-forever/ruclip-vit-base-patch32-384 with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("ai-forever/ruclip-vit-base-patch32-384", dtype="auto")