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:649c825c0a12e3ecca6a01e6c0e90a60e22709f4c02f27861fd71e0ddf1cb001
|
| 3 |
size 343528508
|
runs/Jun17_22-29-41_cf44f9898c70/events.out.tfevents.1718663393.cf44f9898c70.2675.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:2038ac2f3029f217648dcf02943e7472fdb0ff19fa3f218a70ddf8ad2f66c3f0
|
| 3 |
+
size 12833
|