Instructions to use gary2002/output_dir-full_dataset with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gary2002/output_dir-full_dataset with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="gary2002/output_dir-full_dataset") 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("gary2002/output_dir-full_dataset") model = AutoModelForImageClassification.from_pretrained("gary2002/output_dir-full_dataset", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343245508
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:74bf165ac6f108ac3452e112a4b81d851932277d7d6a50922da26ab2856b499b
|
| 3 |
size 343245508
|
runs/Mar21_05-30-31_91386b7835d7/events.out.tfevents.1710999035.91386b7835d7.1965.1
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:104f8bd466006f20c73d7e3e2dbb7f91b68dff661ac4cea127f985e6408001ef
|
| 3 |
+
size 9999
|