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") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 77
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 94374989
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9eba9d0a8068f3b9f437a0c07b826a807a774fd4198a92f9c8e78a56f9d31399
|
| 3 |
size 94374989
|
runs/Jul08_15-52-47_teesta/events.out.tfevents.1688811778.teesta.27493.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:d1c03a037a6f0dde971ed82e5ddb7796ae26a9d9cabe552e8dcc920d449bb2fd
|
| 3 |
+
size 42125
|