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:
- 7e9ecf50f58341678729b19a14aeb7bf73dd1c602b712d94d1875b47503e0156
- Size of remote file:
- 52.6 MB
- SHA256:
- cad3693bd03da98f8b8245418fb4e4e257fc2f1ce1390f1af8580b23f6441e5d
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.