Instructions to use Master-AI-Lab/Lumi-Transformer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Master-AI-Lab/Lumi-Transformer with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Master-AI-Lab/Lumi-Transformer") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Master-AI-Lab/Lumi-Transformer", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
5ad0925 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:792490d69394275f19d1c9de024d6bd22aa5b88dd693e82564d563d5f5e601f9
size 780969257
|