Instructions to use mchochowski/test-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mchochowski/test-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="mchochowski/test-model") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mchochowski/test-model", dtype="auto") - Notebooks
- Google Colab
- Kaggle
mchochowski commited on
Commit ·
5d8ae53
1
Parent(s): 3fe303a
add model
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:c774a0a81ed8ca9cd8b4bc14bf1c66b500224f10ec6b7deff60c11baba8d6b09
|
| 3 |
+
size 102491118
|