Instructions to use vuongnhathien/test-save-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vuongnhathien/test-save-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="vuongnhathien/test-save-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("vuongnhathien/test-save-model") model = AutoModelForImageClassification.from_pretrained("vuongnhathien/test-save-model") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 110457828
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ff17df12cf56c6b7a4304c6e7936e1024f28a95555f0556fa8a6b835dac0d5cb
|
| 3 |
size 110457828
|
runs/May19_04-45-42_1016f01d866a/events.out.tfevents.1716093944.1016f01d866a.34.2
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:b1e24c411b5a9be58d1f56edf85d7256ef762f71210b65eb3d089883e30276b3
|
| 3 |
+
size 18494
|