Instructions to use jimjakdiend/Checkpoints with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jimjakdiend/Checkpoints with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="jimjakdiend/Checkpoints") 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("jimjakdiend/Checkpoints") model = AutoModelForImageClassification.from_pretrained("jimjakdiend/Checkpoints") - Notebooks
- Google Colab
- Kaggle
Commit ·
7f6f14b
1
Parent(s): 5a9baee
Training in progress, step 112
Browse files- pytorch_model.bin +1 -1
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343318378
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d7b7b50462b680191569a9a14b6387981ac739fab42a48bdbf68b5379136feab
|
| 3 |
size 343318378
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4600
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fffbb52440da2364b68bc195b78f140ed7c77de22595b32555cc61fb698bf6c1
|
| 3 |
size 4600
|