Instructions to use AishaKanwal/ModelsClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AishaKanwal/ModelsClassification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="AishaKanwal/ModelsClassification") 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("AishaKanwal/ModelsClassification") model = AutoModelForImageClassification.from_pretrained("AishaKanwal/ModelsClassification") - Notebooks
- Google Colab
- Kaggle
Commit ·
ee359ea
1
Parent(s): 50d2e66
Training in progress, epoch 1
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 229846957
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7731085c24b6f85d075a58aeea2a64187906c5c0c61d56e66e2c7c5a77efd3ee
|
| 3 |
size 229846957
|
runs/Jun24_12-38-47_7896ac2fe1ee/events.out.tfevents.1687610339.7896ac2fe1ee.1153.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:9a9fa8a82b3b69f425a44205455fca7faebdcb9ff539ffc948d3955db9cebffe
|
| 3 |
+
size 24866
|