Instructions to use xanore/results with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use xanore/results with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="xanore/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("xanore/results") model = AutoModelForImageClassification.from_pretrained("xanore/results") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 4
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343223968
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4b19d84062a79e9874831a73c0c3c3d26e1fbd32fb7ebf994e921ec8348ffd32
|
| 3 |
size 343223968
|
runs/Nov12_13-19-17_DESKTOP-4PF3H2T/events.out.tfevents.1699777157.DESKTOP-4PF3H2T.2684.0
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:77e4c0c85b08123d3fd1aae0ae43c2d7307f44523a5539a73be94982c43a6118
|
| 3 |
+
size 9352
|