add weights c6746c7
shonenkov commited on
How to use ai-forever/ruclip-vit-large-patch14-336 with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("ai-forever/ruclip-vit-large-patch14-336", device_map="auto")