Instructions to use fadhfaiz/reapikui_best_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fadhfaiz/reapikui_best_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="fadhfaiz/reapikui_best_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("fadhfaiz/reapikui_best_model") model = AutoModelForImageClassification.from_pretrained("fadhfaiz/reapikui_best_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343528508
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52f5c7f6f9570eab524dd53a9a42f156362aff080e67fcfe7faab1e09cc23176
|
| 3 |
size 343528508
|
runs/Jun17_23-36-10_f92f8183cfea/events.out.tfevents.1718667372.f92f8183cfea.3161.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d21444143cc03cf7215762c6322cdbfe64b11d5a1db190f446bf928e3acb7918
|
| 3 |
+
size 14776
|