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 4
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:dd7cc22884c8839a9a3b9fafab73550825f4c4d5d714a8686b248cba0d7b9168
|
| 3 |
size 343528508
|
runs/Jun18_15-09-39_6f643025eade/events.out.tfevents.1718723425.6f643025eade.2951.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:f6f9ee3b52a0c2c485fe24c1700b300c743fdd62e952b46c9d7903c00cd162f9
|
| 3 |
+
size 18165
|