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