Instructions to use aliciiavs/final-run with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aliciiavs/final-run with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="aliciiavs/final-run") 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("aliciiavs/final-run") model = AutoModelForImageClassification.from_pretrained("aliciiavs/final-run", 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 343233204
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3516b058f10c4e6b1d6b73fe12e690efd4038bdd4dcb2e0aad656b8d1b5b9101
|
| 3 |
size 343233204
|
runs/Apr09_20-24-58_4fe294af0ba5/events.out.tfevents.1712694318.4fe294af0ba5.34.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:e76d92171ca22cd6b654a3e0f208a5f2bb9382f05cce6023793fdab358d1ebc9
|
| 3 |
+
size 6965
|