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 9
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:b6db650fc8061894ecb56335fbd2c67fe1a8a74435e2d93eac540deb7a253aeb
|
| 3 |
size 94374989
|
runs/Jul10_14-05-53_teesta/events.out.tfevents.1688978218.teesta.5195.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:d256a06455c273d9a1acbb2f0f1354fa4bf2cf6c8d07bead3a0b398714cced4e
|
| 3 |
+
size 8495
|