Instructions to use BucketOfFish/huggingface_custom_model_tutorial with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BucketOfFish/huggingface_custom_model_tutorial with Transformers:
# Load model directly from transformers import AutoImageProcessor, ResnetModelForImageClassification processor = AutoImageProcessor.from_pretrained("BucketOfFish/huggingface_custom_model_tutorial") model = ResnetModelForImageClassification.from_pretrained("BucketOfFish/huggingface_custom_model_tutorial") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
8269eca | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:78472643c5bb8b9614a3a08d815c1520408058f47e07b26a0e99918c1f7e3176
size 102550264
|