Instructions to use vuongnhathien/save-model-final with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vuongnhathien/save-model-final with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="vuongnhathien/save-model-final") 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("vuongnhathien/save-model-final") model = AutoModelForImageClassification.from_pretrained("vuongnhathien/save-model-final") - 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 110368600
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e9a14a553a9b01e0b34f9c984a5d2bbd947cc3ac06a6f6998b70c5ecd42996b
|
| 3 |
size 110368600
|
runs/May19_08-50-57_500884142aa2/events.out.tfevents.1716108658.500884142aa2.25.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:413a0d421afb8b78cb3383cabcdf904ff1b1434da4c4547f212b5e7c3cf95cbe
|
| 3 |
+
size 5480
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4920
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9272066395d1547ebd77a5e0715adda517cce1cd11f98672dadab5d0cd187aa
|
| 3 |
size 4920
|