Instructions to use MoTHer-VTHR/VTHR-FT-ModelTree_2-Depth_2-Node_gbsFAQSL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MoTHer-VTHR/VTHR-FT-ModelTree_2-Depth_2-Node_gbsFAQSL with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="MoTHer-VTHR/VTHR-FT-ModelTree_2-Depth_2-Node_gbsFAQSL") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("MoTHer-VTHR/VTHR-FT-ModelTree_2-Depth_2-Node_gbsFAQSL") model = AutoModelForImageClassification.from_pretrained("MoTHer-VTHR/VTHR-FT-ModelTree_2-Depth_2-Node_gbsFAQSL", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
30e7428 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:92f30c7b975bf6ffa8b0010e724f8198c8535bcbf3cfd5cdc6051de68a9aa714
size 343248584
|