Instructions to use Isobutylcyclopentane/2022-055109-finetuned-eurosat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Isobutylcyclopentane/2022-055109-finetuned-eurosat with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Isobutylcyclopentane/2022-055109-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-055109-finetuned-eurosat") model = AutoModelForImageClassification.from_pretrained("Isobutylcyclopentane/2022-055109-finetuned-eurosat", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 1272a94f21f558db1e55becda33e1f07c910ed47e5a1bcc1ddd7104fe5bf8f63
- Size of remote file:
- 3.18 kB
- SHA256:
- c0659fac916e14dfd0c2700e9dbe555cc2d1f185a6392a9adbe36ce36a639165
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.