Instructions to use Nursultan03/model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Nursultan03/model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Nursultan03/model") 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("Nursultan03/model") model = AutoModelForImageClassification.from_pretrained("Nursultan03/model") - Notebooks
- Google Colab
- Kaggle
Commit ·
5145223
1
Parent(s): 5b1013b
Upload pytorch_model.bin
Browse files- pytorch_model.bin +3 -0
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c30448e7d9063d3f2b05e0f106d9fe369d041c72420cd3b4b4b06433e0f1fcd2
|
| 3 |
+
size 433288887
|