seniichev/amazon-fashion-2023-full
Viewer • Updated • 2.5M • 50 • 2
Multimodal Large Language Model for Amazon Fashion recommendations.
This model is trained on a multitask Amazon Fashion dataset and can perform the following tasks:
from transformers import AutoTokenizer, AutoModel
import torch
# Load model
model = AutoModel.from_pretrained("zjkarina/omniRecsysLLM_fasion")
tokenizer = AutoTokenizer.from_pretrained("zjkarina/omniRecsysLLM_fasion")
# Example usage
text = "Analyze this fashion product"
# Add code to handle both images and text
The model was trained on the Amazon Fashion dataset using Any2Any Trainer.