Image Classification
Transformers
TensorBoard
Safetensors
vit
vision
Generated from Trainer
Eval Results (legacy)
Instructions to use phonghoccode/results with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use phonghoccode/results with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="phonghoccode/results") 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("phonghoccode/results") model = AutoModelForImageClassification.from_pretrained("phonghoccode/results") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343236280
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8743f1cf85f5fef5d29f6984c28293fc6c692acf54d69917d023f85e9a45a0f9
|
| 3 |
size 343236280
|
runs/Jun30_02-20-27_05003a8a7fe6/events.out.tfevents.1719714032.05003a8a7fe6.136.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:77cf79c98293edd841d5c1c834ba6cbd476a42bb84e9f13bd73ebd98137742e3
|
| 3 |
+
size 6090
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5176
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a66f30cab7c8460978eb9c4fc85dbb34dc147e0c40fc15c6aa88ab34486fceaf
|
| 3 |
size 5176
|