Instructions to use holylovenia/problem2-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use holylovenia/problem2-test with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="holylovenia/problem2-test") 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("holylovenia/problem2-test") model = AutoModelForImageClassification.from_pretrained("holylovenia/problem2-test") - Notebooks
- Google Colab
- Kaggle
Commit ·
04c2ebe
1
Parent(s): 1c9a473
Training in progress, epoch 1
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 102552257
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a773778189e4884bd9b2b35c6e46f533077a8191f6e1290117145a7b2444b59
|
| 3 |
size 102552257
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3375
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d282c1f5542066808eca7ca75ee6bceec25214b3b0b79c08fd14719279fb6d5
|
| 3 |
size 3375
|