Instructions to use Isobutylcyclopentane/2022-075004-finetuned-eurosat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Isobutylcyclopentane/2022-075004-finetuned-eurosat with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Isobutylcyclopentane/2022-075004-finetuned-eurosat") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoTokenizer, AutoModelForImageClassification tokenizer = AutoTokenizer.from_pretrained("Isobutylcyclopentane/2022-075004-finetuned-eurosat") model = AutoModelForImageClassification.from_pretrained("Isobutylcyclopentane/2022-075004-finetuned-eurosat", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- f40e9f73da7d5672ab2206b35a2d9ca2bf40ecdedac56a277162d39f16320e85
- Size of remote file:
- 3.18 kB
- SHA256:
- 40346602f6e81d84ee91c71ba02e9737045990fbc8ee233c468f325bc9eb6390
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.