add handler, requirements and models 7fa4c7a
mapotofu40 commited on
How to use mapotofu40/qwen-mlp with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("video-classification", model="mapotofu40/qwen-mlp") # Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("mapotofu40/qwen-mlp", dtype="auto")