Instructions to use jayanta/test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jayanta/test with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="jayanta/test") 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("jayanta/test") model = AutoModelForImageClassification.from_pretrained("jayanta/test", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 12
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 13346069
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d35e2e6c7b3dc28a4b6b724aabddc577b6f3d4e3de7c4b4fd767d9652cc941c2
|
| 3 |
size 13346069
|
runs/Jul10_18-44-31_teesta/events.out.tfevents.1688994879.teesta.6977.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:0355d8ddea1562491eede8b0d7617adaac55f14d39427a837625ebe1ed9b8fcb
|
| 3 |
+
size 10432
|